Skip to content

Commit

Permalink
Bump Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Jan 22, 2020
1 parent 6166ce4 commit 132d4dd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions uSync8.BackOffice/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion uSync8.BackOffice/SyncHandlers/SyncHandlerFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public IEnumerable<string> GetGroups()
/// returns the list of handler sets in the config
/// </summary>
public IEnumerable<string> GetSets()
=> config.Settings.HandlerSets.Select(x => x.Name)
=> config.Settings.HandlerSets.Select(x => x.Name);

#endregion

Expand Down
4 changes: 2 additions & 2 deletions uSync8.Community.Contrib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions uSync8.ContentEdition/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions uSync8.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 132d4dd

Please sign in to comment.