Skip to content

Commit

Permalink
Added nuget spec info
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmillar committed May 27, 2021
1 parent 1fbdf7c commit 093967f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions SmartHealthCard.Token/SmartHealthCard.Token.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,31 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Angus Millar</Authors>
<Company>PyroHealth</Company>
<Description>FHIR SMART Health Card JWS token encoder, decoder and verifier libaray</Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/angusmillar/SmartHealthCard</PackageProjectUrl>
<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>
<NeutralLanguage>en</NeutralLanguage>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>0.1.0-alpha.1</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit 093967f

Please sign in to comment.