You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FileFormat.Words.csproj
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,29 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
-
<ReleaseVersion>24.6.0</ReleaseVersion>
5
+
<AssemblyVersion>24.10.0</AssemblyVersion>
6
+
<ReleaseVersion>24.10.0</ReleaseVersion>
6
7
<SynchReleaseVersion>false</SynchReleaseVersion>
7
-
<PackageVersion>24.6.0</PackageVersion>
8
+
<PackageVersion>24.10.0</PackageVersion>
8
9
<Authors>Openize</Authors>
9
10
<Copyright>(C) Openize Pty Ltd 2024. All Rights Reserved.</Copyright>
10
11
<Owners>Openize</Owners>
11
12
<Description>Written in native C#, Openize.Words for .NET is a free, open-source SDK designed to easily create, load, and modify Microsoft Word documents with just a few lines of code.</Description>
0 commit comments