Skip to content

Commit f72513d

Browse files
committed
bump v6.5.1 service release
1 parent b4b543f commit f72513d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

OneMore/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ internal static class AssemblyInfo
3737
* NOTE - also update the version in the Setup project
3838
* by clicking on the Setup project node in VS and update its properties
3939
*/
40-
public const string Version = "6.5.0";
40+
public const string Version = "6.5.1";
4141

4242
public const string Product = "OneMore";
4343

OneMoreCalendar/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ namespace OneMoreCalendar
2727
{
2828
internal static class AssemblyInfo
2929
{
30-
public const string Version = "6.5.0";
30+
public const string Version = "6.5.1";
3131
}
3232
}

OneMoreProtocolHandler/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ namespace OneMoreProtocolHandler
2323
{
2424
internal static class AssemblyInfo
2525
{
26-
public const string Version = "6.5.0";
26+
public const string Version = "6.5.1";
2727
}
2828
}

OneMoreSetup/OneMoreSetup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11011,15 +11011,15 @@
1101111011
{
1101211012
"Name" = "8:OneMoreAddIn"
1101311013
"ProductName" = "8:OneMoreAddIn"
11014-
"ProductCode" = "8:{ECE7F56C-D617-46A3-B1EF-67A357CDDA01}"
11015-
"PackageCode" = "8:{8B24F002-74BA-4D7C-95A7-C4A3C7E82851}"
11014+
"ProductCode" = "8:{A78FBB92-2718-40A9-B1D2-54CD73F3B036}"
11015+
"PackageCode" = "8:{CD651B6F-0888-44E7-AD1E-254A1627E0CE}"
1101611016
"UpgradeCode" = "8:{058F6D04-E0D0-4984-B6B7-7FE0C581680E}"
1101711017
"AspNetVersion" = "8:4.0.30319.0"
1101811018
"RestartWWWService" = "11:FALSE"
1101911019
"RemovePreviousVersions" = "11:TRUE"
1102011020
"DetectNewerInstalledVersion" = "11:TRUE"
1102111021
"InstallAllUsers" = "11:TRUE"
11022-
"ProductVersion" = "8:6.5.0"
11022+
"ProductVersion" = "8:6.5.1"
1102311023
"Manufacturer" = "8:River"
1102411024
"ARPHELPTELEPHONE" = "8:"
1102511025
"ARPHELPLINK" = "8:https://github.com/stevencohn/OneMore"

OneMoreSetupActions/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ namespace OneMoreSetupActions
2323
{
2424
internal static class AssemblyInfo
2525
{
26-
public const string Version = "6.5.0";
26+
public const string Version = "6.5.1";
2727
}
2828
}

OneMoreTray/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ namespace OneMoreService
2727
{
2828
internal static class AssemblyInfo
2929
{
30-
public const string Version = "6.5.0";
30+
public const string Version = "6.5.1";
3131
}
3232
}

0 commit comments

Comments
 (0)