Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Dec 17, 2023
1 parent 3f171e2 commit 91edac7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion OneMore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ internal static class AssemblyInfo
* NOTE - also update the version in the Setup project
* by clicking on the Setup project node in VS and update its properties
*/
public const string Version = "5.9.7";
public const string Version = "6.0.0";

public const string Product = "OneMore";

Expand Down
2 changes: 1 addition & 1 deletion OneMoreCalendar/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ namespace OneMoreCalendar
{
internal static class AssemblyInfo
{
public const string Version = "5.9.7";
public const string Version = "6.0.0";
}
}
2 changes: 1 addition & 1 deletion OneMoreProtocolHandler/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ namespace OneMoreProtocolHandler
{
internal static class AssemblyInfo
{
public const string Version = "5.9.7";
public const string Version = "6.0.0";
}
}
6 changes: 3 additions & 3 deletions OneMoreSetup/OneMoreSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -9939,15 +9939,15 @@
{
"Name" = "8:OneMoreAddIn"
"ProductName" = "8:OneMoreAddIn"
"ProductCode" = "8:{A6F1C25D-4B04-4658-9CBC-CDCF4493C9E6}"
"PackageCode" = "8:{AE4C0357-FE00-4C09-850C-571C889B943E}"
"ProductCode" = "8:{A8EBD830-499E-402F-96D3-9F00CA6C0F70}"
"PackageCode" = "8:{3EBA152D-A26F-4DCD-8716-BEF4C12DE3D4}"
"UpgradeCode" = "8:{058F6D04-E0D0-4984-B6B7-7FE0C581680E}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:5.9.7"
"ProductVersion" = "8:6.0.0"
"Manufacturer" = "8:River3"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion OneMoreSetupActions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ namespace OneMoreSetupActions
{
internal static class AssemblyInfo
{
public const string Version = "5.9.7";
public const string Version = "6.0.0";
}
}

0 comments on commit 91edac7

Please sign in to comment.