Skip to content

Commit

Permalink
bump version to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaa committed Nov 19, 2023
1 parent 69c61af commit 53380d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions setup/Wave.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -1869,15 +1869,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:BlueM.Wave"
"ProductCode" = "8:{434612D9-F80E-4A96-9632-056F334B70D1}"
"PackageCode" = "8:{1160FBCE-03F7-45C5-BB9A-25FB2BCC6AE4}"
"ProductCode" = "8:{BE5E3781-2519-4CEA-8FFB-CAE994470DB7}"
"PackageCode" = "8:{BB8ADC33-BD28-4018-B129-83AEF5E71E56}"
"UpgradeCode" = "8:{8AC270DC-0E8D-4087-98AB-3A2C358096B9}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:2.6.0"
"ProductVersion" = "8:2.6.1"
"Manufacturer" = "8:BlueM Dev Group"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://wiki.bluemodel.org/index.php/BlueM.Wave"
Expand Down
2 changes: 1 addition & 1 deletion source/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BlueM.Wave Release Notes
========================

Development
Version 2.6.1
-------------
NEW:
* Added an error text in the Time Series Properties window when a time series' volume is NaN
Expand Down
4 changes: 2 additions & 2 deletions source/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.6.0.*")>
'<Assembly: AssemblyFileVersion("2.6.0.*")>
<Assembly: AssemblyVersion("2.6.1.*")>
'<Assembly: AssemblyFileVersion("2.6.1.*")>

0 comments on commit 53380d8

Please sign in to comment.