Skip to content

Commit

Permalink
updated paths in csprok
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzomaiuri-dev committed Sep 13, 2024
1 parent d84911a commit 190b9b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CodiceFiscale/CodiceFiscale.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
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>
<PackageLicenseFile>../LICENSE</PackageLicenseFile>
<PackageReadmeFile>../README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/lorenzomaiuri-dev/CodiceFiscale</RepositoryUrl>
</PropertyGroup>

Expand All @@ -33,6 +33,9 @@
<PackageCopyToOutput>true</PackageCopyToOutput>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>

<None Include="../LICENSE" Pack="true" PackagePath="/" />
<None Include="../README.md" Pack="true" PackagePath="/" />
</ItemGroup>

</Project>

0 comments on commit 190b9b8

Please sign in to comment.