Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed PowerBIClient/Download/gbrueckl.PowerBI.API.dll
Binary file not shown.
3 changes: 2 additions & 1 deletion PowerBIClient/gbrueckl.PowerBI.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy $(TargetPath) ..\..\Download\$(TargetFileName)</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ static void Main(string[] args)
```

# Setup
The setup is quite easy, you just need to download the pre-built DLL from this repository ([/PowerBIClient/Download/gbrueckl.PowerBI.API.dll](https://github.com/gbrueckl/PowerBI.API.Client/blob/master/PowerBIClient/Download/gbrueckl.PowerBI.API.dll)) and add it to your C# project. It was built using .Net framework 4.5!
The setup is quite easy, clone the project and compile the project using Visual Studio. This project targets .NET Framework v4.5!

There are also some NuGet packages that are required:
- Microsoft.PowerBI.Api
- Microsoft.IdentityModel.Clients.ActiveDirectory
Expand Down