From 48d199973f6512403ea3b6095532a791d8df39c6 Mon Sep 17 00:00:00 2001 From: libertyernie Date: Fri, 27 Jul 2018 12:33:11 -0500 Subject: [PATCH] Update version numbers and SSSEditor dependencies --- BrawlManagerLib/Properties/AssemblyInfo.cs | 4 ++-- CostumeManager/Properties/AssemblyInfo.cs | 4 ++-- SSSEditor/Properties/AssemblyInfo.cs | 4 ++-- SSSEditor/SSSEditor.csproj | 10 ++++------ SSSEditor/packages.config | 4 ++-- SongManager/Properties/AssemblyInfo.cs | 4 ++-- StageManager/Properties/AssemblyInfo.cs | 4 ++-- 7 files changed, 16 insertions(+), 18 deletions(-) diff --git a/BrawlManagerLib/Properties/AssemblyInfo.cs b/BrawlManagerLib/Properties/AssemblyInfo.cs index 9cdb6d7..e007620 100644 --- a/BrawlManagerLib/Properties/AssemblyInfo.cs +++ b/BrawlManagerLib/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("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.1.1.0")] +[assembly: AssemblyFileVersion("4.1.1.0")] diff --git a/CostumeManager/Properties/AssemblyInfo.cs b/CostumeManager/Properties/AssemblyInfo.cs index ab01f35..bcb932f 100644 --- a/CostumeManager/Properties/AssemblyInfo.cs +++ b/CostumeManager/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("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.1.1.0")] +[assembly: AssemblyFileVersion("4.1.1.0")] diff --git a/SSSEditor/Properties/AssemblyInfo.cs b/SSSEditor/Properties/AssemblyInfo.cs index c088fab..212c924 100644 --- a/SSSEditor/Properties/AssemblyInfo.cs +++ b/SSSEditor/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("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.1.1.0")] +[assembly: AssemblyFileVersion("4.1.1.0")] diff --git a/SSSEditor/SSSEditor.csproj b/SSSEditor/SSSEditor.csproj index 27ebb48..529c2dc 100644 --- a/SSSEditor/SSSEditor.csproj +++ b/SSSEditor/SSSEditor.csproj @@ -54,13 +54,11 @@ MinimumRecommendedRules.ruleset - - ..\packages\Newtonsoft.Json.8.0.2\lib\net40\Newtonsoft.Json.dll - True + + ..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll - - ..\packages\RazorEngine.3.7.7\lib\net40\RazorEngine.dll - True + + ..\packages\RazorEngine.3.10.0\lib\net40\RazorEngine.dll diff --git a/SSSEditor/packages.config b/SSSEditor/packages.config index 688d5cf..9f2f1f6 100644 --- a/SSSEditor/packages.config +++ b/SSSEditor/packages.config @@ -1,6 +1,6 @@  - - + + \ No newline at end of file diff --git a/SongManager/Properties/AssemblyInfo.cs b/SongManager/Properties/AssemblyInfo.cs index a95b4c0..ae91da1 100644 --- a/SongManager/Properties/AssemblyInfo.cs +++ b/SongManager/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("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.1.1.0")] +[assembly: AssemblyFileVersion("4.1.1.0")] diff --git a/StageManager/Properties/AssemblyInfo.cs b/StageManager/Properties/AssemblyInfo.cs index c26ff26..9dab816 100644 --- a/StageManager/Properties/AssemblyInfo.cs +++ b/StageManager/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("4.0.0.0")] -[assembly: AssemblyFileVersion("4.0.0.0")] +[assembly: AssemblyVersion("4.1.1.0")] +[assembly: AssemblyFileVersion("4.1.1.0")]