Skip to content

Commit

Permalink
Update README.md and set version to 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
aluxnimm committed Nov 30, 2020
1 parent 320860d commit 3ef6483
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CalDavSynchronizer.Setup/CalDavSynchronizer.Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -7276,15 +7276,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:CalDavSynchronizer"
"ProductCode" = "8:{030E643C-733A-4F10-9445-3A900E1E00E3}"
"PackageCode" = "8:{9EF81C2A-447E-4978-A24C-767C88218A9C}"
"ProductCode" = "8:{A2B8E419-39E8-4BB4-A691-FF497FB22D58}"
"PackageCode" = "8:{FB6DBD39-CF9D-44A5-A1B3-AB7FDBA377E4}"
"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:3.8.2"
"ProductVersion" = "8:4.0.0"
"Manufacturer" = "8:Gerhard Zehetbauer"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down Expand Up @@ -8084,7 +8084,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_593FC7C26DA342179AC2756B0BC5D8F9"
{
"SourcePath" = "8:"
"SourcePath" = "8:..\\CalDavSynchronizer.CustomInstaller\\obj\\Release\\CalDavSynchronizer.CustomInstaller.dll"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_B9464A368EDA4FBF813D9C26C4B34467"
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 ("3.8.2.0")]
[assembly: AssemblyVersion ("4.0.0.0")]
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,33 @@ see [https://www.davx5.com](https://www.davx5.com), so we can really recommend i

### Install instructions ###

**WARNING**: Beginning with release 3.0.0 .NET framework 4.6.1 is the minimal requirement.
**WARNING**: Beginning with release 4.0.0 .NET framework 4.8 is the minimal requirement.

Download and extract the `OutlookCalDavSynchronizer-<Version>.zip` into any directory and start setup.exe. You can change the default install path, but you need to use a directory on the `C:\` drive.
If the installer is complaining about the missing Visual Studio 2010 Tools for Office Runtime, install it manually from [Microsoft Download Link](https://www.microsoft.com/en-us/download/details.aspx?id=56961)
You should also update manually to the latest Visual Studio 2010 Tools for Office Runtime (Version 10.0.60828) if you have an older version installed, since some COMExceptions have been fixed.

Beginning with version 2.9.0 the default install location is `ProgramFilesDir\CalDavSynchronizer\` and the installer remembers the chosen directory for the next updates. Also the install option to install for Everyone instead of the current user is working now for Outlook 2010 and higher, if you want to install the addin for all users on the current machine. For Outlook 2007 you can only install the addin for the current user.

We recommend updating to the latest .Net Framework but the minimal required version is .NET 4.6.1, which is not supported on Windows XP. If you need Outlook CalDav Synchronizer for Windows XP you can download a backport to .Net 4.0 from a forked project [here](https://sourceforge.net/projects/outlookcaldavsynchronizerxp/), thanks to [Salvatore Isaja](https://sourceforge.net/u/salvois/profile/) for the awesome work!
We recommend updating to the latest .Net Framework but the minimal required version is .NET 4.8, which is not supported on Windows XP, Windows 8 or Windows Vista. If you need Outlook CalDav Synchronizer for Windows XP you can download a backport to .Net 4.0 from a forked project [here](https://sourceforge.net/projects/outlookcaldavsynchronizerxp/), thanks to [Salvatore Isaja](https://sourceforge.net/u/salvois/profile/) for the awesome work!

### Changelog ###

#### 4.0.0 ####
- Released 2020/11/30
- **WARNING**: This release is a major upgrade and needs .NET framework 4.8 as minimal requirement. Automatic upgrade won't work if you still have only .NET framework 4.6.1 installed. Install and upgrade manually in that case!
- New features
- Support for .NET framework 4.8
- Support for TLS 1.3
- Update Google Task API
- Update NuGet libraries
- Add Fuago contact for Ooutlook Sync for OX, contact [OSfO@fuago.io](mailto:OSfO@fuago.io).
- Bug fixes
- Fix sync for empty task lists and check also for hidden tasks (needed for completed tasks), fixes ticket #1377 and gh issue 280
- Fix PostBuildEvent to sign also setup.exe
- Remove Microsoft.Bcl.Build reference
- Migrate to package references and VS 2019

#### 3.8.2 ####
- Released 2020/06/30
- Bug fixes
Expand Down Expand Up @@ -1562,6 +1577,7 @@ In the General Options Dialog you can change settings which are used for all syn
- **Disable Certificate Validation** set to true to disable SSL/TLS certificate validation, major security risk, use with caution!
- **Enable Client Certificates** If enabled, the available client certificates from the Windows user certificate store will automatically be provided.
- **Enable Tls12** set to false to disable TLS12, not recommended
- **Enable Tls13** set to true to enable TLS13 if the server supports it for better security!
- **Enable Ssl3** set to true to enable deprecated SSLv3, major security risk, use with caution!
- *Synchronization Reports*
- See **Reports of sync runs** below.
Expand Down

0 comments on commit 3ef6483

Please sign in to comment.