Skip to content

Commit

Permalink
Bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlang42 committed Jan 9, 2022
1 parent fe3aff1 commit 2958fb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
using System.Reflection;

// AssemblyInformationalVersion is used for Application.ProductVersion
[assembly: AssemblyInformationalVersion("1.1"
[assembly: AssemblyInformationalVersion("1.2"
#if DEBUG
+ "-debug"
#endif
)]
// AssemblyVersion must be deterministic in debug mode so that user settings persist
[assembly: AssemblyVersion("1.1"
[assembly: AssemblyVersion("1.2"
#if !DEBUG
+ ".*"
#endif
Expand Down
6 changes: 3 additions & 3 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,15 +209,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:CARMEN"
"ProductCode" = "8:{3F23B1C9-D884-479F-A04A-87454825B0D8}"
"PackageCode" = "8:{28F6A644-56F2-4C13-8B89-D3D348D6584E}"
"ProductCode" = "8:{D853E882-16BF-4A77-BC5B-569A4D232EDC}"
"PackageCode" = "8:{4F9EC1EB-BA0C-454B-9839-7E2024AC8172}"
"UpgradeCode" = "8:{961EC686-F4E0-4766-BB8B-8C8B95B0289D}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.1"
"ProductVersion" = "8:1.2"
"Manufacturer" = "8:David Lang"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/davidlang42/CARMEN"
Expand Down

0 comments on commit 2958fb3

Please sign in to comment.