diff --git a/Source/AlephNote.App/AlephNote.App.csproj b/Source/AlephNote.App/AlephNote.App.csproj
index 852cdc1e..e662a2dd 100644
--- a/Source/AlephNote.App/AlephNote.App.csproj
+++ b/Source/AlephNote.App/AlephNote.App.csproj
@@ -16,9 +16,9 @@
AlephNote.App
Copyright © 2021
- 1.7.0.0
- 1.7.0.0
- 1.7.0.0-master
+ 1.7.1.0
+ 1.7.1.0
+ 1.7.1.0-master
..\..\Bin\$(Configuration)\
diff --git a/Source/AlephNote.App/Resources/themes/default.xml b/Source/AlephNote.App/Resources/themes/default.xml
index 68c49124..30cdbf25 100644
--- a/Source/AlephNote.App/Resources/themes/default.xml
+++ b/Source/AlephNote.App/Resources/themes/default.xml
@@ -13,8 +13,8 @@ Repository: https://github.com/Mikescher/AlephNote
Default
- 1.7.0
- 1.7.0
+ 1.7.1
+ 1.7.1
Mike Schwörer
default
diff --git a/Source/AlephNote.App/WPF/Windows/MainWindow.xaml.cs b/Source/AlephNote.App/WPF/Windows/MainWindow.xaml.cs
index b71f58a5..81eea846 100644
--- a/Source/AlephNote.App/WPF/Windows/MainWindow.xaml.cs
+++ b/Source/AlephNote.App/WPF/Windows/MainWindow.xaml.cs
@@ -867,7 +867,7 @@ public void SetFocus(FocusTarget dst)
public void OnAfterMigrate(Version versionFrom, Version versionTo)
{
- if (versionFrom != default && versionFrom < new Version(1, 7, 1))
+ if (versionFrom != default && versionFrom < new Version(1, 7, 0))
{
App.Logger.Debug("MainWindow", $"Trigger Migration [[StandardNote.FullResync after 004]] by migration from {versionFrom} to {versionTo}");
@@ -890,7 +890,7 @@ public void OnAfterMigrate(Version versionFrom, Version versionTo)
{
var r = System.Windows.MessageBox.Show(
this,
- "Due to an update in the StandardNotes API and an accompanying update of the StandardNotes plugin (v1.7.0) it is necessary to do a full resync of your data to prevent synchronization problems.\nThis will clear all your local data and download notes and tags from the StandardNotes server.\nIf all your data is synchronized (which it should always be) this won't change any notes or tags.\n\nIf you con't do that now you can always do the same action later via the menu item [Edit] -> [Delete local data and sync new].",
+ "Due to an update in the StandardNotes API and an accompanying update of the StandardNotes plugin (v1.7.0) it is necessary to do a full resync of your data to prevent synchronization problems.\nThis will clear all your local data and download notes and tags from the StandardNotes server anew.\nIf all your data is synchronized (which it should always be) this won't change any notes or tags.\n\nIf you don't do that now you can always do the same action later via the menu item:\n[Edit] -> [Delete local data and sync new].",
"Important Notification about the StandardNotes plugin",
MessageBoxButton.OKCancel,
MessageBoxImage.Exclamation,
diff --git a/Source/AlephNote.Common/AlephNote.Common.csproj b/Source/AlephNote.Common/AlephNote.Common.csproj
index ac4ae193..38369317 100644
--- a/Source/AlephNote.Common/AlephNote.Common.csproj
+++ b/Source/AlephNote.Common/AlephNote.Common.csproj
@@ -3,9 +3,9 @@
netstandard2.0
- 1.7.0.0
- 1.7.0.0
- 1.7.0.0
+ 1.7.1.0
+ 1.7.1.0
+ 1.7.1.0
AlephNote.Common
AlephNote.Common
diff --git a/Source/AlephNote.PluginInterface/AlephNote.PluginInterface.csproj b/Source/AlephNote.PluginInterface/AlephNote.PluginInterface.csproj
index ec0a1e70..3e3b8a89 100644
--- a/Source/AlephNote.PluginInterface/AlephNote.PluginInterface.csproj
+++ b/Source/AlephNote.PluginInterface/AlephNote.PluginInterface.csproj
@@ -3,9 +3,9 @@
netstandard2.0
- 1.7.0.0
- 1.7.0.0
- 1.7.0.0
+ 1.7.1.0
+ 1.7.1.0
+ 1.7.1.0
AlephNote.PluginInterface
AlephNote.PluginInterface