Skip to content

Commit

Permalink
Update README.md and set version to 2.15.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxnimm committed Jan 31, 2017
1 parent c9bb845 commit 06e67c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CalDavSynchronizer.Setup/CalDavSynchronizer.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.Conversions, Version=2.14.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.Conversions, Version=2.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_0FE8C9E621B806B0674150DEB1B02156"
Expand Down Expand Up @@ -2335,7 +2335,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.OAuth.Google, Version=2.14.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.OAuth.Google, Version=2.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_41412D928E4AEE70F2B1062D1E9FEEBD"
Expand Down Expand Up @@ -3750,7 +3750,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Thought.vCards, Version=2.14.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Thought.vCards, Version=2.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_D1A20D109EADD2544F4BB040D9C6B3FC"
Expand Down Expand Up @@ -3843,7 +3843,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:GenSync, Version=2.14.1.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:GenSync, Version=2.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_DCED7BE694CB336E4D8AF867DF56C66A"
Expand Down Expand Up @@ -4305,15 +4305,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:CalDavSynchronizer"
"ProductCode" = "8:{2F2ADB79-4405-4800-A31C-2622870DABED}"
"PackageCode" = "8:{9FAA4393-0B10-487F-8DD7-9AE4AAD86FC4}"
"ProductCode" = "8:{029C4BCB-6CB4-41FF-AE72-B49AB76784E0}"
"PackageCode" = "8:{7ABAB584-8D83-419F-9E60-0C086BAC1AB9}"
"UpgradeCode" = "8:{691063F4-DD9A-4264-948D-3FBD2565572C}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:2.15.0"
"ProductVersion" = "8:2.15.1"
"Manufacturer" = "8:Gerhard Zehetbauer"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
2 changes: 1 addition & 1 deletion CalDavSynchronizer/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("2.15.0.0")]
[assembly: AssemblyVersion ("2.15.1.0")]
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ We recommend updating to the latest .Net Framework but the minimal required vers

### Changelog ###

#### 2.15.1 ####
- Bug fixes
- Avoid Exception in QueryAppointmentFolder when GlobalAppointmentID can't be accessed or is null, ticket #491.
- Make GeneralOptions window resizable and add scrollbar, avoids issues on low resolution devices.

#### 2.15.0 ####
- New features
- Huge performance improvements accessing Outlook folder data when nothing changed and avoid fetching all items, add general option to configure the folder query option.
Expand Down

0 comments on commit 06e67c6

Please sign in to comment.