Skip to content

Commit

Permalink
bump v6.5.1 service release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Aug 25, 2024
1 parent b4b543f commit f72513d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OneMore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 = "6.5.0";
public const string Version = "6.5.1";

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 = "6.5.0";
public const string Version = "6.5.1";
}
}
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 = "6.5.0";
public const string Version = "6.5.1";
}
}
6 changes: 3 additions & 3 deletions OneMoreSetup/OneMoreSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -11011,15 +11011,15 @@
{
"Name" = "8:OneMoreAddIn"
"ProductName" = "8:OneMoreAddIn"
"ProductCode" = "8:{ECE7F56C-D617-46A3-B1EF-67A357CDDA01}"
"PackageCode" = "8:{8B24F002-74BA-4D7C-95A7-C4A3C7E82851}"
"ProductCode" = "8:{A78FBB92-2718-40A9-B1D2-54CD73F3B036}"
"PackageCode" = "8:{CD651B6F-0888-44E7-AD1E-254A1627E0CE}"
"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:6.5.0"
"ProductVersion" = "8:6.5.1"
"Manufacturer" = "8:River"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/stevencohn/OneMore"
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 = "6.5.0";
public const string Version = "6.5.1";
}
}
2 changes: 1 addition & 1 deletion OneMoreTray/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ namespace OneMoreService
{
internal static class AssemblyInfo
{
public const string Version = "6.5.0";
public const string Version = "6.5.1";
}
}

0 comments on commit f72513d

Please sign in to comment.