From 70d829c6c3c6f54fa832c0cd3edb0c93e6e6d5ba Mon Sep 17 00:00:00 2001 From: swmal <897655+swmal@users.noreply.github.com> Date: Thu, 2 Jul 2026 11:17:41 +0200 Subject: [PATCH] Versioning moved to Directory.Build.props and Build-release.yml adjusted for v9 --- src/Directory.Build.props | 78 ++++++++++--------- .../EPPlus.DrawingRenderer.csproj | 3 - .../EPPlus.Fonts.OpenType.csproj | 3 - src/EPPlus.Graphics/EPPlus.Graphics.csproj | 2 +- src/EPPlus/EPPlus.csproj | 3 - 5 files changed, 44 insertions(+), 45 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 04f5131df9..eb6570e77c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,39 +1,47 @@ - - Core;Standard20 - - - - Core;Standard21 - - - - Core;NET70 - - - - Core;NET80 - - - - Core;NET90 - - - - Core;NET100 - - - - NET481;NETFULL - - - - NET462;NETFULL - - - - NET35;NETFULL - + + + 9.0.1.0 + 9.0.1.0 + 9.0.1 + + + + Core;Standard20 + + + + Core;Standard21 + + + + Core;NET70 + + + + Core;NET80 + + + + Core;NET90 + + + + Core;NET100 + + + + NET481;NETFULL + + + + NET462;NETFULL + + + + NET35;NETFULL + \ No newline at end of file diff --git a/src/EPPlus.DrawingRenderer/EPPlus.DrawingRenderer.csproj b/src/EPPlus.DrawingRenderer/EPPlus.DrawingRenderer.csproj index 7643545c66..578dc2d78a 100644 --- a/src/EPPlus.DrawingRenderer/EPPlus.DrawingRenderer.csproj +++ b/src/EPPlus.DrawingRenderer/EPPlus.DrawingRenderer.csproj @@ -1,9 +1,6 @@  net8.0;net9.0;net10.0;netstandard2.1;netstandard2.0;net462 - 9.0.0.0 - 9.0.0.0 - 9.0.0.0 enable enable EPPlus Software AB diff --git a/src/EPPlus.Fonts.OpenType/EPPlus.Fonts.OpenType.csproj b/src/EPPlus.Fonts.OpenType/EPPlus.Fonts.OpenType.csproj index b926afb9fa..93e50126c2 100644 --- a/src/EPPlus.Fonts.OpenType/EPPlus.Fonts.OpenType.csproj +++ b/src/EPPlus.Fonts.OpenType/EPPlus.Fonts.OpenType.csproj @@ -1,9 +1,6 @@  net9.0;net8.0;netstandard2.1;netstandard2.0;net462 - 1.0.0.0 - 1.0.0.0 - 1.0.0 true license.md git diff --git a/src/EPPlus.Graphics/EPPlus.Graphics.csproj b/src/EPPlus.Graphics/EPPlus.Graphics.csproj index 70167ea1c8..2333a6667e 100644 --- a/src/EPPlus.Graphics/EPPlus.Graphics.csproj +++ b/src/EPPlus.Graphics/EPPlus.Graphics.csproj @@ -1,7 +1,7 @@  - net8.0;net9.0;netstandard2.1;netstandard2.0;net462 + net9.0;net8.0;netstandard2.1;netstandard2.0;net462 disable disable True diff --git a/src/EPPlus/EPPlus.csproj b/src/EPPlus/EPPlus.csproj index 1930351ed6..4ab88ac051 100644 --- a/src/EPPlus/EPPlus.csproj +++ b/src/EPPlus/EPPlus.csproj @@ -1,9 +1,6 @@  net8.0;net9.0;net10.0;netstandard2.1;netstandard2.0;net462 - 8.6.1.0 - 8.6.1.0 - 8.6.1 true