Skip to content

Commit

Permalink
Update csproj to version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Dec 2, 2018
1 parent 3ab9f03 commit 6fb3794
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XboxWebApi/XboxWebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<PackageId>OpenXbox.XboxWebApi</PackageId>
<PackageVersion>0.2.3</PackageVersion>
<PackageVersion>0.2.4</PackageVersion>
<Authors>Team OpenXbox</Authors>
<Description>Unoffical C# Xbox WebAPI, includes support for authentication with Windows Live / Xbox Live.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>Fix de-/serialization of tokens</PackageReleaseNotes>
<PackageReleaseNotes>Add AuthenticationService(WindowsLiveResponse) constructor</PackageReleaseNotes>
<Copyright>Copyright 2018 (c) Team OpenXbox</Copyright>
<PackageTags>xbox live api authentication</PackageTags>
<Version>0.2.3</Version>
<Version>0.2.4</Version>
<PackageProjectUrl>https://github.com/OpenXbox/xbox-webapi-csharp</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/OpenXbox/xbox-webapi-csharp/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
Expand Down

0 comments on commit 6fb3794

Please sign in to comment.