Skip to content

Commit 4b037dc

Browse files
committed
Ver version for new nuget release
1 parent 735a90d commit 4b037dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

SmartHealthCard.Token/SmartHealthCard.Token.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
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>Fixed issue preventing QR Codes from being scanned by verifier apps due to BOM in compressed payload. Thanks goes to Kevin Snow</PackageReleaseNotes>
17+
<PackageReleaseNotes>Fix a critical bug which prevented the libaray throwing the required exception when encountering an invalid token signature. Activated the retry behaviour when retrieving JWKS files (Public Keys) during decoding. If the first attempt returns a Retry flag we will wait 250ms before trying again, then 1 sec, 3 sec, 5sec before giving up and returning failed which results in an exception to the calling system.
18+
Als</PackageReleaseNotes>
1819
<NeutralLanguage>en</NeutralLanguage>
1920
<AssemblyVersion>1.0.0.0</AssemblyVersion>
2021
<FileVersion>1.0.0.0</FileVersion>
21-
<Version>1.0.1</Version>
22+
<Version>1.0.2</Version>
2223
<PackageIcon>128-x-128-Pyro-Icon.jpg</PackageIcon>
2324
</PropertyGroup>
2425

0 commit comments

Comments
 (0)