Skip to content

Commit

Permalink
bump version to 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaiarocci committed Jan 7, 2025
1 parent 6f432b6 commit 993d5d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.100
dotnet-version: 8.0.100
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## In Development

- fix: CI test workflow deve girare su .NET 8

## Stable

### v 3.5.2

- fix: IVA oltre 100% non deve passare la convalida ([#424][424])
- fix: CVE 2024 30105 ([#423][423])
- fix: rimuovere reference a BouncyCastle nella documentazione ([#422][422])
Expand All @@ -10,8 +16,6 @@
[423]: https://github.com/FatturaElettronica/FatturaElettronica.NET/pull/423
[422]: https://github.com/FatturaElettronica/FatturaElettronica.NET/pull/422

## Stable

### v 3.5.1

Released on September 30, 2024
Expand Down
2 changes: 1 addition & 1 deletion FatturaElettronica.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<VersionPrefix>3.5.1</VersionPrefix>
<VersionPrefix>3.5.2</VersionPrefix>
<PackageId>FatturaElettronica</PackageId>
<Authors>Nicola Iarocci</Authors>
<Company>CIR 2000</Company>
Expand Down

0 comments on commit 993d5d7

Please # to comment.