Skip to content

Commit

Permalink
fix: CI workflow file rilasciato col package nuget. Closes #404
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Nov 3, 2023
1 parent 6ab1e82 commit 03c5f25
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## In Development

- *his sunt leones*
- Fix: CI workflow file rilasciato col package nuget ([#404][404])

[403]: https://github.com/FatturaElettronica/FatturaElettronica.NET/issues/403
[404]: https://github.com/FatturaElettronica/FatturaElettronica.NET/issues/404

## Stable

Expand All @@ -14,7 +14,9 @@ v 3.4.11
Released on October 27, 2023

- Fix: DettaglioLinee.NumeroLinea deve consentire solo valori da 1 a 9999 ([#403][403])


[403]: https://github.com/FatturaElettronica/FatturaElettronica.NET/issues/403

v 3.4.10
--------

Expand Down
29 changes: 13 additions & 16 deletions FatturaElettronica.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,25 @@
</PropertyGroup>

<ItemGroup>
<None Include="LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="LICENSE.txt" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include=".github\workflows\test.yml" Pack="false" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<Compile Remove="Tests\**" />
<Compile Remove="Test\**" />
<EmbeddedResource Remove="Tests\**" />
<EmbeddedResource Remove="Test\**" />
<None Remove="Tests\**" />
<None Remove="Test\**" />
<Compile Remove="Tests\**"/>
<Compile Remove="Test\**"/>
<EmbeddedResource Remove="Tests\**"/>
<EmbeddedResource Remove="Test\**"/>
<None Remove="Tests\**"/>
<None Remove="Test\**"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.5.2" />
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="System.Text.Json" Version="7.0.3" />
</ItemGroup>

<ItemGroup>
<Content Include=".github\workflows\test.yml" />
<PackageReference Include="FluentValidation" Version="11.5.2"/>
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="7.0.2"/>
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0"/>
<PackageReference Include="System.Text.Json" Version="7.0.3"/>
</ItemGroup>

</Project>

0 comments on commit 03c5f25

Please sign in to comment.