From 8241bd08e7fab30b1cd3718e24e8f95fcb31fe63 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Fri, 3 Dec 2021 20:28:35 +1000 Subject: [PATCH] Project file Updates AssemblyInfo File Updates --- .../ARKServerManager.Common.csproj | 9 ----- .../Properties/AssemblyInfo.cs | 2 +- src/ARKServerManager/ARKServerManager.csproj | 4 +++ .../Properties/AssemblyInfo.cs | 14 ++------ src/ArkData/ArkData.csproj | 4 --- src/ArkData/Properties/AssemblyInfo.cs | 4 +-- src/ConanData/ConanData.csproj | 4 --- src/ConanData/Properties/AssemblyInfo.cs | 4 +-- .../ConanServerManager.Common.csproj | 12 ------- .../Properties/AssemblyInfo.cs | 2 +- .../ConanServerManager.csproj | 4 +++ .../Properties/AssemblyInfo.cs | 14 ++------ src/NeXtVdf/NeXt.Vdf.csproj | 4 --- .../Plugin.Common.UnitTests.csproj | 8 ----- src/Plugin.Common/Plugin.Common.csproj | 4 --- src/Plugin.Common/Properties/AssemblyInfo.cs | 6 ++-- .../Plugin.Discord.UnitTests.csproj | 6 ---- .../Properties/AssemblyInfo.cs | 21 +++++++++-- src/Plugin.Discord/Plugin.Discord.csproj | 4 --- src/Plugin.Discord/Properties/AssemblyInfo.cs | 2 +- src/QueryMaster/Properties/AssemblyInfo.cs | 23 +++++++++--- src/QueryMaster/QueryMaster.csproj | 4 --- src/Server-Managers.sln | 10 ++++-- .../Properties/AssemblyInfo.cs | 2 +- .../ServerManager.Common.csproj | 4 --- .../Properties/AssemblyInfo.cs | 35 +++++++++++++++++++ .../ServerManager.Discord.csproj | 15 ++++++++ .../Properties/AssemblyInfo.cs | 4 +-- .../ServerManager.Updater.csproj | 12 +------ .../Properties/AssemblyInfo.cs | 9 +++-- .../WPFSharp.Globalizer.csproj | 4 --- 31 files changed, 125 insertions(+), 129 deletions(-) create mode 100644 src/ServerManager.Discord/Properties/AssemblyInfo.cs create mode 100644 src/ServerManager.Discord/ServerManager.Discord.csproj diff --git a/src/ARKServerManager.Common/ARKServerManager.Common.csproj b/src/ARKServerManager.Common/ARKServerManager.Common.csproj index 5e3bcbe9..7f2c4d66 100644 --- a/src/ARKServerManager.Common/ARKServerManager.Common.csproj +++ b/src/ARKServerManager.Common/ARKServerManager.Common.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/ARKServerManager.Common - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta @@ -15,11 +11,6 @@ none false - - - - - diff --git a/src/ARKServerManager.Common/Properties/AssemblyInfo.cs b/src/ARKServerManager.Common/Properties/AssemblyInfo.cs index 659d1651..9e5b0759 100644 --- a/src/ARKServerManager.Common/Properties/AssemblyInfo.cs +++ b/src/ARKServerManager.Common/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/ARKServerManager/ARKServerManager.csproj b/src/ARKServerManager/ARKServerManager.csproj index 9c5d6676..d291d245 100644 --- a/src/ARKServerManager/ARKServerManager.csproj +++ b/src/ARKServerManager/ARKServerManager.csproj @@ -613,6 +613,10 @@ {7c99d9f7-0c65-4116-927a-94eb018c88fd} ServerManager.Common + + {c4c8000d-5e45-497c-a218-b95a1567010e} + ServerManager.Discord + {3e0c9ee6-780f-4fef-ba03-e38062a5fdb6} ServerManager.Updater diff --git a/src/ARKServerManager/Properties/AssemblyInfo.cs b/src/ARKServerManager/Properties/AssemblyInfo.cs index 6a0b63d7..1e2743e8 100644 --- a/src/ARKServerManager/Properties/AssemblyInfo.cs +++ b/src/ARKServerManager/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -19,16 +19,6 @@ using System.Windows; // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set -//CultureYouAreCodingWith in your .csproj file -//inside a . For example, if you are using US english -//in your source files, set the to en-US. Then uncomment -//the NeutralResourceLanguage attribute below. Update the "en-US" in -//the line below to match the UICulture setting in the project file. - -//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] - - [assembly: ThemeInfo( //where theme specific resource dictionaries are located //(used if a resource is not found in the page, @@ -52,4 +42,4 @@ using System.Windows; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0")] [assembly: AssemblyVersion("1.0")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ArkData/ArkData.csproj b/src/ArkData/ArkData.csproj index ba820ea8..1482b2c3 100644 --- a/src/ArkData/ArkData.csproj +++ b/src/ArkData/ArkData.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/ArkData - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta diff --git a/src/ArkData/Properties/AssemblyInfo.cs b/src/ArkData/Properties/AssemblyInfo.cs index a266db5a..4cecaeb0 100644 --- a/src/ArkData/Properties/AssemblyInfo.cs +++ b/src/ArkData/Properties/AssemblyInfo.cs @@ -7,9 +7,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("ArkData SDK")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("AuthiQ")] +[assembly: AssemblyCompany("AuthiQ, Bletch1971")] [assembly: AssemblyProduct("ArkData SDK")] -[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/ConanData/ConanData.csproj b/src/ConanData/ConanData.csproj index 8ee79662..431ddf30 100644 --- a/src/ConanData/ConanData.csproj +++ b/src/ConanData/ConanData.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/ConanData - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta diff --git a/src/ConanData/Properties/AssemblyInfo.cs b/src/ConanData/Properties/AssemblyInfo.cs index 5b490187..d310b59b 100644 --- a/src/ConanData/Properties/AssemblyInfo.cs +++ b/src/ConanData/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("ConanData SDK")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; // 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("1.0.0.0")] +[assembly: AssemblyVersion("1.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ConanServerManager.Common/ConanServerManager.Common.csproj b/src/ConanServerManager.Common/ConanServerManager.Common.csproj index 366ceca7..f932d07f 100644 --- a/src/ConanServerManager.Common/ConanServerManager.Common.csproj +++ b/src/ConanServerManager.Common/ConanServerManager.Common.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/ConanServerManager.Common - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta @@ -15,14 +11,6 @@ none false - - - - - - - - diff --git a/src/ConanServerManager.Common/Properties/AssemblyInfo.cs b/src/ConanServerManager.Common/Properties/AssemblyInfo.cs index fd9723cc..63095396 100644 --- a/src/ConanServerManager.Common/Properties/AssemblyInfo.cs +++ b/src/ConanServerManager.Common/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/ConanServerManager/ConanServerManager.csproj b/src/ConanServerManager/ConanServerManager.csproj index 094c9b18..da8a7e5a 100644 --- a/src/ConanServerManager/ConanServerManager.csproj +++ b/src/ConanServerManager/ConanServerManager.csproj @@ -583,6 +583,10 @@ {7c99d9f7-0c65-4116-927a-94eb018c88fd} ServerManager.Common + + {c4c8000d-5e45-497c-a218-b95a1567010e} + ServerManager.Discord + {3e0c9ee6-780f-4fef-ba03-e38062a5fdb6} ServerManager.Updater diff --git a/src/ConanServerManager/Properties/AssemblyInfo.cs b/src/ConanServerManager/Properties/AssemblyInfo.cs index 329694f2..14395f92 100644 --- a/src/ConanServerManager/Properties/AssemblyInfo.cs +++ b/src/ConanServerManager/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Windows; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -19,16 +19,6 @@ using System.Windows; // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set -//CultureYouAreCodingWith in your .csproj file -//inside a . For example, if you are using US english -//in your source files, set the to en-US. Then uncomment -//the NeutralResourceLanguage attribute below. Update the "en-US" in -//the line below to match the UICulture setting in the project file. - -//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] - - [assembly: ThemeInfo( //where theme specific resource dictionaries are located //(used if a resource is not found in the page, @@ -52,4 +42,4 @@ using System.Windows; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0")] [assembly: AssemblyVersion("1.0")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/NeXtVdf/NeXt.Vdf.csproj b/src/NeXtVdf/NeXt.Vdf.csproj index 23c1c7c0..abf53c66 100644 --- a/src/NeXtVdf/NeXt.Vdf.csproj +++ b/src/NeXtVdf/NeXt.Vdf.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/NeXtVdf - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta diff --git a/src/Plugin.Common.UnitTests/Plugin.Common.UnitTests.csproj b/src/Plugin.Common.UnitTests/Plugin.Common.UnitTests.csproj index e8444af2..8ecf1e0f 100644 --- a/src/Plugin.Common.UnitTests/Plugin.Common.UnitTests.csproj +++ b/src/Plugin.Common.UnitTests/Plugin.Common.UnitTests.csproj @@ -1,12 +1,4 @@ - - - SAK - SAK - SAK - SAK - - net462 false diff --git a/src/Plugin.Common/Plugin.Common.csproj b/src/Plugin.Common/Plugin.Common.csproj index f77c2699..bd7566f4 100644 --- a/src/Plugin.Common/Plugin.Common.csproj +++ b/src/Plugin.Common/Plugin.Common.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/Plugin.Common - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta diff --git a/src/Plugin.Common/Properties/AssemblyInfo.cs b/src/Plugin.Common/Properties/AssemblyInfo.cs index 6341e078..8ceb0f0e 100644 --- a/src/Plugin.Common/Properties/AssemblyInfo.cs +++ b/src/Plugin.Common/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,8 +31,8 @@ using System.Runtime.InteropServices; // // 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.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: InternalsVisibleTo("ARK Server Manager")] [assembly: InternalsVisibleTo("ConanServerManager")] diff --git a/src/Plugin.Discord.UnitTests/Plugin.Discord.UnitTests.csproj b/src/Plugin.Discord.UnitTests/Plugin.Discord.UnitTests.csproj index ba23acff..e5b324a3 100644 --- a/src/Plugin.Discord.UnitTests/Plugin.Discord.UnitTests.csproj +++ b/src/Plugin.Discord.UnitTests/Plugin.Discord.UnitTests.csproj @@ -1,10 +1,4 @@  - - %24/Development/ServerManagers/Main/Plugin.Discord.UnitTests - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . - net462 false diff --git a/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs b/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs index 20e3f1a8..62c6dd1c 100644 --- a/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs +++ b/src/Plugin.Discord.UnitTests/Properties/AssemblyInfo.cs @@ -1,19 +1,34 @@ using System.Reflection; using System.Runtime.InteropServices; +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. [assembly: AssemblyTitle("Plugin.Discord.UnitTests")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Plugin.Discord.UnitTests")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] +// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("8d13fc88-9508-4c3a-8ed0-f7bd46e343cc")] -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// 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: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Plugin.Discord/Plugin.Discord.csproj b/src/Plugin.Discord/Plugin.Discord.csproj index bc06558f..aa9581a5 100644 --- a/src/Plugin.Discord/Plugin.Discord.csproj +++ b/src/Plugin.Discord/Plugin.Discord.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/Plugin.Discord - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta diff --git a/src/Plugin.Discord/Properties/AssemblyInfo.cs b/src/Plugin.Discord/Properties/AssemblyInfo.cs index d314842d..e579ac2c 100644 --- a/src/Plugin.Discord/Properties/AssemblyInfo.cs +++ b/src/Plugin.Discord/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/QueryMaster/Properties/AssemblyInfo.cs b/src/QueryMaster/Properties/AssemblyInfo.cs index ced1c9e0..f8d3b6ce 100644 --- a/src/QueryMaster/Properties/AssemblyInfo.cs +++ b/src/QueryMaster/Properties/AssemblyInfo.cs @@ -1,19 +1,34 @@ using System.Reflection; using System.Runtime.InteropServices; +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. [assembly: AssemblyTitle("QueryMaster")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Betson Roy, Bletch1971")] [assembly: AssemblyProduct("QueryMaster")] -[assembly: AssemblyCopyright("Copyright © 2014")] +[assembly: AssemblyCopyright("Copyright © 2014-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] +// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("f8b1937a-2d2e-48a8-9364-3f0719461309")] -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// 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: AssemblyFileVersion("1.0.0.0")] diff --git a/src/QueryMaster/QueryMaster.csproj b/src/QueryMaster/QueryMaster.csproj index 1ab78819..2ead566c 100644 --- a/src/QueryMaster/QueryMaster.csproj +++ b/src/QueryMaster/QueryMaster.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/QueryMaster - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta diff --git a/src/Server-Managers.sln b/src/Server-Managers.sln index b3341fea..8420576b 100644 --- a/src/Server-Managers.sln +++ b/src/Server-Managers.sln @@ -19,8 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Plugins", "Plugins", "{F8DB EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{385BF0EA-D67F-44A4-910C-2E6E84A38525}" ProjectSection(SolutionItems) = preProject - .tfignore = .tfignore - license.txt = license.txt Nuget.config = Nuget.config EndProjectSection EndProject @@ -46,6 +44,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Common.UnitTests", " EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin.Discord.UnitTests", "Plugin.Discord.UnitTests\Plugin.Discord.UnitTests.csproj", "{1434D87A-E9FC-48B9-BEC9-E5A3003F1F2E}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ServerManager.Discord", "ServerManager.Discord\ServerManager.Discord.csproj", "{C4C8000D-5E45-497C-A218-B95A1567010E}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug - Beta|Any CPU = Debug - Beta|Any CPU @@ -149,6 +149,12 @@ Global {1434D87A-E9FC-48B9-BEC9-E5A3003F1F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU {1434D87A-E9FC-48B9-BEC9-E5A3003F1F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU {1434D87A-E9FC-48B9-BEC9-E5A3003F1F2E}.Release|Any CPU.Build.0 = Release|Any CPU + {C4C8000D-5E45-497C-A218-B95A1567010E}.Debug - Beta|Any CPU.ActiveCfg = Debug - Beta|Any CPU + {C4C8000D-5E45-497C-A218-B95A1567010E}.Debug - Beta|Any CPU.Build.0 = Debug - Beta|Any CPU + {C4C8000D-5E45-497C-A218-B95A1567010E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C4C8000D-5E45-497C-A218-B95A1567010E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C4C8000D-5E45-497C-A218-B95A1567010E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C4C8000D-5E45-497C-A218-B95A1567010E}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/src/ServerManager.Common/Properties/AssemblyInfo.cs b/src/ServerManager.Common/Properties/AssemblyInfo.cs index 691f30d5..56cd079f 100644 --- a/src/ServerManager.Common/Properties/AssemblyInfo.cs +++ b/src/ServerManager.Common/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/ServerManager.Common/ServerManager.Common.csproj b/src/ServerManager.Common/ServerManager.Common.csproj index 74b0458f..b76aa89e 100644 --- a/src/ServerManager.Common/ServerManager.Common.csproj +++ b/src/ServerManager.Common/ServerManager.Common.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/ServerManager.Common - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta diff --git a/src/ServerManager.Discord/Properties/AssemblyInfo.cs b/src/ServerManager.Discord/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..4543ce7b --- /dev/null +++ b/src/ServerManager.Discord/Properties/AssemblyInfo.cs @@ -0,0 +1,35 @@ +using System.Reflection; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("ServerManager Discord Library")] +[assembly: AssemblyDescription("The library is used to provide discord functionality to the server managers.")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Bletch1971")] +[assembly: AssemblyProduct("Server Managers")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("7c99d9f7-0c65-4116-927a-94eb018c88fd")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// 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("1.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServerManager.Discord/ServerManager.Discord.csproj b/src/ServerManager.Discord/ServerManager.Discord.csproj new file mode 100644 index 00000000..3b657bf3 --- /dev/null +++ b/src/ServerManager.Discord/ServerManager.Discord.csproj @@ -0,0 +1,15 @@ + + + Debug;Release;Debug - Beta + + + net462 + false + ServerManagerTool.Discord + + + none + false + + + diff --git a/src/ServerManager.Updater/Properties/AssemblyInfo.cs b/src/ServerManager.Updater/Properties/AssemblyInfo.cs index c52a2c07..f45504c6 100644 --- a/src/ServerManager.Updater/Properties/AssemblyInfo.cs +++ b/src/ServerManager.Updater/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Bletch1971")] [assembly: AssemblyProduct("Server Managers")] -[assembly: AssemblyCopyright("Copyright © 2015-2020")] +[assembly: AssemblyCopyright("Copyright © 2015-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,4 +32,4 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/ServerManager.Updater/ServerManager.Updater.csproj b/src/ServerManager.Updater/ServerManager.Updater.csproj index e81d3b44..d6353b86 100644 --- a/src/ServerManager.Updater/ServerManager.Updater.csproj +++ b/src/ServerManager.Updater/ServerManager.Updater.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/ServerManager.Updater - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta @@ -14,17 +10,11 @@ ServerManagerTool.Updater.Program ServerManagerUpdater ServerManagerTool.Updater + AnyCPU none false - AnyCPU - - - AnyCPU - - - AnyCPU diff --git a/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs b/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs index 65aaebcd..8c233828 100644 --- a/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs +++ b/src/WPFSharp.Globalizer/Properties/AssemblyInfo.cs @@ -7,9 +7,9 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("WPFSharp.Globalizer")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Rhyous")] +[assembly: AssemblyCompany("Rhyous, Bletch1971")] [assembly: AssemblyProduct("WPFSharp.Globalizer")] -[assembly: AssemblyCopyright("Copyright © Rhyous 2012")] +[assembly: AssemblyCopyright("Copyright © 2012-2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -30,6 +30,5 @@ using System.Runtime.InteropServices; // // 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("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] +[assembly: AssemblyVersion("1.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/WPFSharp.Globalizer/WPFSharp.Globalizer.csproj b/src/WPFSharp.Globalizer/WPFSharp.Globalizer.csproj index 5e71d70c..d95d6827 100644 --- a/src/WPFSharp.Globalizer/WPFSharp.Globalizer.csproj +++ b/src/WPFSharp.Globalizer/WPFSharp.Globalizer.csproj @@ -1,9 +1,5 @@  - %24/Development/ServerManagers/Main/WPFSharp.Globalizer - {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C} - https://dev.azure.com/bretthewitson - . Debug;Release;Debug - Beta