Skip to content

Commit 6fb3794

Browse files
committed
Update csproj to version 0.2.4
1 parent 3ab9f03 commit 6fb3794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

XboxWebApi/XboxWebApi.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
55
<PackageId>OpenXbox.XboxWebApi</PackageId>
6-
<PackageVersion>0.2.3</PackageVersion>
6+
<PackageVersion>0.2.4</PackageVersion>
77
<Authors>Team OpenXbox</Authors>
88
<Description>Unoffical C# Xbox WebAPI, includes support for authentication with Windows Live / Xbox Live.</Description>
99
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
10-
<PackageReleaseNotes>Fix de-/serialization of tokens</PackageReleaseNotes>
10+
<PackageReleaseNotes>Add AuthenticationService(WindowsLiveResponse) constructor</PackageReleaseNotes>
1111
<Copyright>Copyright 2018 (c) Team OpenXbox</Copyright>
1212
<PackageTags>xbox live api authentication</PackageTags>
13-
<Version>0.2.3</Version>
13+
<Version>0.2.4</Version>
1414
<PackageProjectUrl>https://github.com/OpenXbox/xbox-webapi-csharp</PackageProjectUrl>
1515
<PackageLicenseUrl>https://github.com/OpenXbox/xbox-webapi-csharp/blob/master/LICENSE</PackageLicenseUrl>
1616
</PropertyGroup>

0 commit comments

Comments
 (0)