Skip to content

Commit

Permalink
Bumped version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
egonl committed Apr 18, 2024
1 parent 55d75fc commit bf9b6c5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified Samples/Documents/Tutorial.docx
Binary file not shown.
6 changes: 3 additions & 3 deletions SharpDocx/SharpDocx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<TargetFrameworks>net48;netstandard2.0</TargetFrameworks>
<!--<TargetFrameworks>net35;net40;net45;netstandard2.0</TargetFrameworks>-->
<RootNamespace>SharpDocx</RootNamespace>
<Version>2.5.0.0</Version>
<Version>2.4.1.0</Version>
<Authors>egonl</Authors>
<Product>SharpDocx</Product>
<PackageId>SharpDocx</PackageId>
<AssemblyVersion>2.5.0.0</AssemblyVersion>
<FileVersion>2.5.0.0</FileVersion>
<AssemblyVersion>2.4.1.0</AssemblyVersion>
<FileVersion>2.4.1.0</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Description>C# based template engine for generating Word documents</Description>
<Copyright>Copyright 2017-2024 egonl</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions SharpDocx/nupkg/SharpDocx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SharpDocx</id>
<version>2.5.0</version>
<version>2.4.1</version>
<authors>egonl</authors>
<owners>egonl</owners>
<license type="expression">MIT</license>
Expand All @@ -16,7 +16,7 @@
- Supports .NET Framework 3.5/4.5+, .NET Standard 2.0, .NET Core 3.1, .NET 5.0 and .NET 6.0.
- Based on Microsoft's Open XML SDK.
- Source code, tutorial and examples on GitHub.</description>
<releaseNotes>Version 2.5.0 - April 18, 2024
<releaseNotes>Version 2.4.1 - April 18, 2024
- Updated to DocumentFormat.OpenXml version 3.0.2.

Version 2.4.0 - January 30, 2023
Expand Down

0 comments on commit bf9b6c5

Please sign in to comment.