Skip to content

Commit 255ef84

Browse files
committed
bump version to 2.10.0
1 parent 46c3ead commit 255ef84

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

setup/Wave.Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,15 +1875,15 @@
18751875
{
18761876
"Name" = "8:Microsoft Visual Studio"
18771877
"ProductName" = "8:BlueM.Wave"
1878-
"ProductCode" = "8:{614202E7-65F6-4838-971A-8D8C6A34A27F}"
1879-
"PackageCode" = "8:{B9361699-5903-4EAD-87B3-1111FD035E84}"
1878+
"ProductCode" = "8:{7398C268-3CC7-4B22-8657-B9D93C3BC8E0}"
1879+
"PackageCode" = "8:{DDC4279C-2C31-4413-B918-FC07D8F0EE74}"
18801880
"UpgradeCode" = "8:{8AC270DC-0E8D-4087-98AB-3A2C358096B9}"
18811881
"AspNetVersion" = "8:2.0.50727.0"
18821882
"RestartWWWService" = "11:FALSE"
18831883
"RemovePreviousVersions" = "11:TRUE"
18841884
"DetectNewerInstalledVersion" = "11:TRUE"
18851885
"InstallAllUsers" = "11:TRUE"
1886-
"ProductVersion" = "8:2.9.2"
1886+
"ProductVersion" = "8:2.10.0"
18871887
"Manufacturer" = "8:BlueM Dev Group"
18881888
"ARPHELPTELEPHONE" = "8:"
18891889
"ARPHELPLINK" = "8:https://wiki.bluemodel.org/index.php/BlueM.Wave"

source/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Version 2.10.0
55
--------------
66
NEW:
77
* Added support for reading and writing files in Delft-FEWS PI timeseries XML format #200
8+
* Updated about box
89

910
Version 2.9.2
1011
-------------

source/My Project/AssemblyInfo.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
3131
' by using the '*' as shown below:
3232
' <Assembly: AssemblyVersion("1.0.*")>
3333

34-
<Assembly: AssemblyVersion("2.9.2.*")>
35-
'<Assembly: AssemblyFileVersion("2.9.2.*")>
34+
<Assembly: AssemblyVersion("2.10.0.*")>
35+
'<Assembly: AssemblyFileVersion("2.10.0.*")>

0 commit comments

Comments
 (0)