Skip to content

Commit f1eb09b

Browse files
committed
Update the Nuget package versions to V5.0.0 to align with .NET 5
1 parent 7ab746c commit f1eb09b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

SmartHealthCard.QRCode/SmartHealthCard.QRCode.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>1.0.1</Version>
6+
<Version>5.0.0</Version>
77
<Authors>Angus Millar</Authors>
88
<Description>FHIR SMART Health Card JWS token QR Code encoder libaray</Description>
99
<Company>PyroHealth</Company>
@@ -12,7 +12,7 @@
1212
<RepositoryUrl>https://github.com/angusmillar/SmartHealthCard</RepositoryUrl>
1313
<RepositoryType>git</RepositoryType>
1414
<PackageTags>SmartHealthCard JWS JWT FHIR covid19 immunization laboratory VerifiableCredential</PackageTags>
15-
<PackageReleaseNotes>Update chunks to be 1-based index doe multi QR Code tokens. Thanks goes to Kevin Snow</PackageReleaseNotes>
15+
<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>
1616
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1717
<PackageIcon>128-x-128-Pyro-Icon.jpg</PackageIcon>
1818
<PackageIconUrl />

SmartHealthCard.Token/SmartHealthCard.Token.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
<RepositoryUrl>https://github.com/angusmillar/SmartHealthCard</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageTags>SmartHealthCard Smart Health Card JWS JWT FHIR covid19 immunization laboratory VerifiableCredential Verifiable Credential</PackageTags>
17-
<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.
18-
GitHub Issue: SmartHealthCardJwsDecoder.DecodePayloadAsync(..., Verify: false) does not disable required SmartHealthCardModel json property checks #10</PackageReleaseNotes>
17+
<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>
1918
<NeutralLanguage>en</NeutralLanguage>
2019
<AssemblyVersion>1.0.0.0</AssemblyVersion>
2120
<FileVersion>1.0.0.0</FileVersion>
22-
<Version>1.0.4</Version>
21+
<Version>5.0.0</Version>
2322
<PackageIcon>128-x-128-Pyro-Icon.jpg</PackageIcon>
2423
</PropertyGroup>
2524

0 commit comments

Comments
 (0)