Skip to content

Commit

Permalink
Update README.md and set version to 2.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxnimm committed Feb 14, 2017
1 parent 37228c4 commit 2d11875
Show file tree
Hide file tree
Showing 3 changed files with 18 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.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.Conversions, Version=2.15.1.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.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:CalDavSynchronizer.OAuth.Google, Version=2.15.1.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.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Thought.vCards, Version=2.15.1.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.15.0.0, Culture=neutral, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:GenSync, Version=2.15.1.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:{029C4BCB-6CB4-41FF-AE72-B49AB76784E0}"
"PackageCode" = "8:{7ABAB584-8D83-419F-9E60-0C086BAC1AB9}"
"ProductCode" = "8:{C05188FA-42F7-4CE8-950B-80E0F7A119BA}"
"PackageCode" = "8:{01DE8C31-0BF7-4C52-92C9-5BDC6D3610E4}"
"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.1"
"ProductVersion" = "8:2.16.0"
"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.1.0")]
[assembly: AssemblyVersion ("2.16.0.0")]
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,16 @@ We recommend updating to the latest .Net Framework but the minimal required vers

### Changelog ###

#### 2.16.0 ####
- New features
- Add warning if one-way synchronization mode would lead to deletion of the existing non empty outlook folder or replication of an empty folder to the server.
- Add possibility to use chunked execution also for Google contacts.
- Add Option to disable sticky category filter.
- Add mapping of ROLE to Outlook Profession for contacts, ticket #505.
- Bug fixes
- Better handling of SOGo VLIST members as recipients so that the underlying contact is used.
- Assume that a HTTP-404 denotes an empty addressbook only, if the addressbook resource exists.

#### 2.15.1 ####
- Bug fixes
- Avoid Exception in QueryAppointmentFolder when GlobalAppointmentID can't be accessed or is null, ticket #491.
Expand Down

0 comments on commit 2d11875

Please sign in to comment.