Skip to content

Commit 31c6908

Browse files
Updated meta package
1 parent 174a405 commit 31c6908

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

Changelog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Change Log
22

3-
## v4.0.0-rc.2
3+
## v4.0.0-rc.2 + v4.0.0-rc.3
44

55
---
6-
Release Date: **02.12.2025**
6+
Release Date: **02.12.2025** / **03.12.2025**
77

88
- Formal changes to enforce displaying target frameworks in NuGet meta package
99

10+
Note: The version numbers of the dependencies `NanoXLSX.Core` and `NanoXLSX.Writer` have not changed with this release. There are also no functional changes
11+
12+
1013
## v4.0.0-rc.1
1114

1215
---

PicoXLSX/PicoXLSX.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<!-- NuGet metadata -->
1010
<PackageId>PicoXLSX</PackageId>
11-
<Version>4.0.0-rc.2</Version>
11+
<Version>4.0.0-rc.3</Version>
1212
<Authors>Raphael Stoeckli</Authors>
1313
<Description>PicoXLSX is a library to generate Microsoft Excel files (XLSX) in an easy and native way. This package is the meta package of PicoXLSX and should be used in most cases as dependency in your project. It uses the dependencies of NanoXLSX</Description>
1414
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -26,13 +26,12 @@
2626
<PackageReleaseNotes>Please see https://github.com/rabanti-github/PicoXLSX/blob/master/Changelog.md for the release notes</PackageReleaseNotes>
2727
<AssemblyVersion>4.0.0.0</AssemblyVersion>
2828
<FileVersion>4.0.0.0</FileVersion>
29-
<Version>4.0.0-rc.2</Version>
29+
<Version>4.0.0-rc.3</Version>
3030
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3131
<IncludeSymbols>True</IncludeSymbols>
3232
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3333
<EnableNETAnalyzers>True</EnableNETAnalyzers>
3434
<AnalysisLevel>latest-recommended</AnalysisLevel>
35-
<PackageType>MetaPackage</PackageType>
3635
</PropertyGroup>
3736

3837
<ItemGroup>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
## Pre-Release v4.x
1111

12-
The pre-release of PicoXLSX is now available as [Nuget Package](https://www.nuget.org/packages/PicoXLSX/4.0.0-rc.1), version **4.0.0-rc.2**.
13-
Since PicoXLSX v4 is now based on [NanoXLSX](https://github.com/rabanti-github/NanoXLSX), and there are breaking changes between PicoXLSX v3.x and v4.0.0-rc2, please see the **[Migration guide](MigrationGuide.md)**, to migrate applications from v3 to v4. Please feel free to open issues, in case of problems with the pre-release.
12+
The pre-release of PicoXLSX is now available as [Nuget Package](https://www.nuget.org/packages/PicoXLSX/4.0.0-rc.3), version **4.0.0-rc.3**.
13+
Since PicoXLSX v4 is now based on [NanoXLSX](https://github.com/rabanti-github/NanoXLSX), and there are breaking changes between PicoXLSX v3.x and v4.0.0-rc3, please see the **[Migration guide](MigrationGuide.md)**, to migrate applications from v3 to v4. Please feel free to open issues, in case of problems with the pre-release.
1414

1515
There will be possibly further adaptions and additional pre-releases before the final release.
1616

0 commit comments

Comments
 (0)