Skip to content

Commit

Permalink
New Nuget release info update
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmillar committed May 28, 2021
1 parent 03ae99c commit bb03f25
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SmartHealthCard.Token/SmartHealthCard.Token.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@
<RepositoryUrl>https://github.com/angusmillar/SmartHealthCard</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>SmartHealthCard JWS JWT FHIR covid19 immunization laboratory VerifiableCredential</PackageTags>
<PackageReleaseNotes>This is the first alpha.1 release of the library for alpha development use</PackageReleaseNotes>
<PackageReleaseNotes>Fixed bug in SmartHealthCardJwks where duplicate Key objects where output and invalid JSON as there was no comma between the objects. The issue was deep in the JsonSerilizer therefore this bug would have effected many other JSON outputs.
Removed the Minified property from the call to SmartHealthCardJwks.GetJsonWebKeySet() as you can not minifiy the returned object model, it was only required on the SmartHealthCardJwks.Get() method that retrurn JSON.
</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>0.1.0-alpha.1</Version>
<Version>0.1.0-alpha.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit bb03f25

Please sign in to comment.