Skip to content

Commit

Permalink
added repository url for nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomaiuri-dev committed Sep 12, 2024
1 parent 9836de5 commit 79c2a39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CodiceFiscale/CodiceFiscale.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
<PackageId>CodiceFiscale</PackageId>
<Version>1.0.0</Version>
<Authors>Lorenzo Maiuri</Authors>
<Description>Library for the Italian Tax Code. Enables both encoding, decoding and validation. Omocodes are included</Description>
<PackageTags>codice-fiscale;codice_fiscale;Codice Fiscale; Italian Tax Code; Italia</PackageTags>
<RepositoryUrl>https://github.com/tuo-repo</RepositoryUrl>
<Description>
A comprehensive library for handling the Italian Tax Code (Codice Fiscale). This package allows encoding, decoding, and validation of Codice Fiscale, including support for omocode resolution. Ideal for developers working with Italian identification systems and tax code management.
</Description>
<PackageTags>codice-fiscale; codice_fiscale; Codice Fiscale; Italian Tax Code; Italy; validation; omocode</PackageTags>
<RepositoryUrl>https://github.com/lorenzomaiuri-dev/CodiceFiscale</RepositoryUrl>
</PropertyGroup>


<ItemGroup>
<None Update="data/countries.json" Pack="true" PackagePath="contentFiles\any\any;content">
<PackageCopyToOutput>true</PackageCopyToOutput>
Expand Down

0 comments on commit 79c2a39

Please sign in to comment.