Skip to content

Commit 95b52bb

Browse files
committed
upgrade to v3.3
1 parent b053ef8 commit 95b52bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ReoGrid/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("3.2.0.0")]
36-
[assembly: AssemblyFileVersion("3.2.0.0")]
35+
[assembly: AssemblyVersion("3.3.0.0")]
36+
[assembly: AssemblyFileVersion("3.3.0.0")]

ReoGrid/ReoGrid.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<UpdateRequired>false</UpdateRequired>
1818
<MapFileExtensions>true</MapFileExtensions>
1919
<ApplicationRevision>0</ApplicationRevision>
20-
<ApplicationVersion>3.2.0.%2a</ApplicationVersion>
20+
<ApplicationVersion>3.3.0.%2a</ApplicationVersion>
2121
<UseApplicationTrust>false</UseApplicationTrust>
2222
<BootstrapperEnabled>true</BootstrapperEnabled>
2323
<StartupObject></StartupObject>
@@ -35,7 +35,7 @@
3535
<PackageIcon>icon.png</PackageIcon>
3636
<RepositoryUrl>https://github.com/unvell/ReoGrid/</RepositoryUrl>
3737
<RepositoryType>git</RepositoryType>
38-
<VersionPrefix>3.2.0</VersionPrefix>
38+
<VersionPrefix>3.3.0</VersionPrefix>
3939
<VersionSuffix></VersionSuffix>
4040
<PackageId>unvell.ReoGrid.dll</PackageId>
4141
<Description>Powerful and lightweight open source .NET spreadsheet component. Compatible with Excel 2007 format or later. Simple APIs to open/edit/save/print an Excel spreadsheet in the .NET application.</Description>

0 commit comments

Comments
 (0)