From 132d4dd976dcfe228947bc66cee57ef31368dd15 Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Wed, 22 Jan 2020 23:12:08 +0000 Subject: [PATCH] Bump Version Number --- uSync8.BackOffice/Properties/AssemblyInfo.cs | 4 ++-- uSync8.BackOffice/SyncHandlers/SyncHandlerFactory.cs | 2 +- uSync8.Community.Contrib/Properties/AssemblyInfo.cs | 4 ++-- uSync8.ContentEdition/Properties/AssemblyInfo.cs | 4 ++-- uSync8.Core/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/uSync8.BackOffice/Properties/AssemblyInfo.cs b/uSync8.BackOffice/Properties/AssemblyInfo.cs index d70592bc..95fc1520 100644 --- a/uSync8.BackOffice/Properties/AssemblyInfo.cs +++ b/uSync8.BackOffice/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("8.4.0")] -[assembly: AssemblyFileVersion("8.4.0")] +[assembly: AssemblyVersion("8.4.1")] +[assembly: AssemblyFileVersion("8.4.1")] diff --git a/uSync8.BackOffice/SyncHandlers/SyncHandlerFactory.cs b/uSync8.BackOffice/SyncHandlers/SyncHandlerFactory.cs index bf2a3212..54996ec0 100644 --- a/uSync8.BackOffice/SyncHandlers/SyncHandlerFactory.cs +++ b/uSync8.BackOffice/SyncHandlers/SyncHandlerFactory.cs @@ -65,7 +65,7 @@ public IEnumerable GetGroups() /// returns the list of handler sets in the config /// public IEnumerable GetSets() - => config.Settings.HandlerSets.Select(x => x.Name) + => config.Settings.HandlerSets.Select(x => x.Name); #endregion diff --git a/uSync8.Community.Contrib/Properties/AssemblyInfo.cs b/uSync8.Community.Contrib/Properties/AssemblyInfo.cs index 33d000d1..0b9c1711 100644 --- a/uSync8.Community.Contrib/Properties/AssemblyInfo.cs +++ b/uSync8.Community.Contrib/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("8.2.0")] -[assembly: AssemblyFileVersion("8.2.0")] +[assembly: AssemblyVersion("8.4.1")] +[assembly: AssemblyFileVersion("8.4.1")] diff --git a/uSync8.ContentEdition/Properties/AssemblyInfo.cs b/uSync8.ContentEdition/Properties/AssemblyInfo.cs index 05777f73..ef2bcc6c 100644 --- a/uSync8.ContentEdition/Properties/AssemblyInfo.cs +++ b/uSync8.ContentEdition/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("8.4.0")] -[assembly: AssemblyFileVersion("8.4.0")] +[assembly: AssemblyVersion("8.4.1")] +[assembly: AssemblyFileVersion("8.4.1")] diff --git a/uSync8.Core/Properties/AssemblyInfo.cs b/uSync8.Core/Properties/AssemblyInfo.cs index b70d0d89..553e3d3e 100644 --- a/uSync8.Core/Properties/AssemblyInfo.cs +++ b/uSync8.Core/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("8.4.0")] -[assembly: AssemblyFileVersion("8.4.0")] +[assembly: AssemblyVersion("8.4.1")] +[assembly: AssemblyFileVersion("8.4.1")]