Skip to content

Commit dcb23ca

Browse files
author
dengel
committed
1. Updating version and copyright year.
2. Updating settings screenshot to reflect comma separated values option.
1 parent adc1b05 commit dcb23ca

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

img/Settings.png

35.9 KB
Loading

src/OutlookCalendarSync/MainForm.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/OutlookCalendarSync/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: AssemblyConfiguration("")]
1515
[assembly: AssemblyCompany("")]
1616
[assembly: AssemblyProduct("OutlookCalendarSync")]
17-
[assembly: AssemblyCopyright("Copyright 2018")]
17+
[assembly: AssemblyCopyright("Copyright 2019")]
1818
[assembly: AssemblyTrademark("")]
1919
[assembly: AssemblyCulture("")]
2020

@@ -28,4 +28,4 @@
2828
//
2929
// You can specify all the values or you can use the default the Revision and
3030
// Build Numbers by using the '*' as shown below:
31-
[assembly: AssemblyVersion("1.0.3.0")]
31+
[assembly: AssemblyVersion("1.0.4.0")]

src/OutlookCalendarSyncSetup/OutlookCalendarSyncSetup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,15 +475,15 @@
475475
{
476476
"Name" = "8:Microsoft Visual Studio"
477477
"ProductName" = "8:Outlook Calendar Sync"
478-
"ProductCode" = "8:{AECC309F-C2E0-426A-8CFB-170DF70E1960}"
479-
"PackageCode" = "8:{61880F29-4BD2-41B1-9E81-15823517829E}"
478+
"ProductCode" = "8:{08286003-226F-4E4C-A85B-93F5B8F3596D}"
479+
"PackageCode" = "8:{6BD29937-394D-478B-8EBB-676B38393419}"
480480
"UpgradeCode" = "8:{4927D73B-7315-4B15-A997-AFE41FD4CE68}"
481481
"AspNetVersion" = "8:4.0.30319.0"
482482
"RestartWWWService" = "11:FALSE"
483483
"RemovePreviousVersions" = "11:TRUE"
484484
"DetectNewerInstalledVersion" = "11:TRUE"
485485
"InstallAllUsers" = "11:FALSE"
486-
"ProductVersion" = "8:1.0.3"
486+
"ProductVersion" = "8:1.0.4"
487487
"Manufacturer" = "8:David Engel"
488488
"ARPHELPTELEPHONE" = "8:"
489489
"ARPHELPLINK" = "8:https://github.com/David-Engel/OutlookCalendarSync"

0 commit comments

Comments
 (0)