Skip to content

Commit

Permalink
Rev version for bug fix release to Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmillar committed Aug 31, 2021
1 parent ff8395f commit 13a7ca1
Showing 1 changed file with 2 additions and 2 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>0.1.0-alpha.2</Version>
<Version>1.0.1</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>Added support to decode the raw QR Code data to a SMART Health Card JWS token</PackageReleaseNotes>
<PackageReleaseNotes>Update chunks to be 1-based index doe multi QR Code tokens. Thanks goes to Kevin Snow</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageIcon>128-x-128-Pyro-Icon.jpg</PackageIcon>
<PackageIconUrl />
Expand Down

0 comments on commit 13a7ca1

Please sign in to comment.