Skip to content

Commit

Permalink
Update the Nuget package versions to V5.0.0 to align with .NET 5
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmillar committed Mar 12, 2022
1 parent 7ab746c commit f1eb09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SmartHealthCard.QRCode/SmartHealthCard.QRCode.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>1.0.1</Version>
<Version>5.0.0</Version>
<Authors>Angus Millar</Authors>
<Description>FHIR SMART Health Card JWS token QR Code encoder libaray</Description>
<Company>PyroHealth</Company>
Expand All @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/angusmillar/SmartHealthCard</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>SmartHealthCard JWS JWT FHIR covid19 immunization laboratory VerifiableCredential</PackageTags>
<PackageReleaseNotes>Update chunks to be 1-based index doe multi QR Code tokens. Thanks goes to Kevin Snow</PackageReleaseNotes>
<PackageReleaseNotes>Revised package version to V5.0.0 to align with .NET 5 as with the release of .NET 6 and its packages being set at version V6.0.0</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>128-x-128-Pyro-Icon.jpg</PackageIcon>
<PackageIconUrl />
Expand Down
5 changes: 2 additions & 3 deletions SmartHealthCard.Token/SmartHealthCard.Token.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
<RepositoryUrl>https://github.com/angusmillar/SmartHealthCard</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>SmartHealthCard Smart Health Card JWS JWT FHIR covid19 immunization laboratory VerifiableCredential Verifiable Credential</PackageTags>
<PackageReleaseNotes>Relaxed requirment that Smart Health Card tokens must have a IssuanceDate (nbf) property when decoding. If not found the libaray defaults the property to the unix epoch start time of 00:00:00 UTC on 1 January 1970.
GitHub Issue: SmartHealthCardJwsDecoder.DecodePayloadAsync(..., Verify: false) does not disable required SmartHealthCardModel json property checks #10</PackageReleaseNotes>
<PackageReleaseNotes>Revised package version to V5.0.0 to align with .NET 5 as with the release of .NET 6 and its packages being set at version V6.0.0</PackageReleaseNotes>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>1.0.4</Version>
<Version>5.0.0</Version>
<PackageIcon>128-x-128-Pyro-Icon.jpg</PackageIcon>
</PropertyGroup>

Expand Down

0 comments on commit f1eb09b

Please sign in to comment.