From 67dd4b5457e44c2167a44a2bcda38901542d91b0 Mon Sep 17 00:00:00 2001 From: Shazib Hussain Date: Sat, 1 May 2021 15:40:27 +0100 Subject: [PATCH] Adding publish profile, bumping version to 1.1 --- .../Karpach.RemoteShutdown.Controller.csproj | 13 +++++++++++++ .../Properties/AssemblyInfo.cs | 6 +++--- .../PublishProfiles/FolderProfile.pubxml | 14 ++++++++++++++ .../Properties/Settings.Designer.cs | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 Karpach.RemoteShutdown.Controller/Properties/PublishProfiles/FolderProfile.pubxml diff --git a/Karpach.RemoteShutdown.Controller/Karpach.RemoteShutdown.Controller.csproj b/Karpach.RemoteShutdown.Controller/Karpach.RemoteShutdown.Controller.csproj index 7774d4a..d38037e 100644 --- a/Karpach.RemoteShutdown.Controller/Karpach.RemoteShutdown.Controller.csproj +++ b/Karpach.RemoteShutdown.Controller/Karpach.RemoteShutdown.Controller.csproj @@ -26,4 +26,17 @@ + + + True + True + Settings.settings + + + + + SettingsSingleFileGenerator + Settings.Designer.cs + + \ No newline at end of file diff --git a/Karpach.RemoteShutdown.Controller/Properties/AssemblyInfo.cs b/Karpach.RemoteShutdown.Controller/Properties/AssemblyInfo.cs index dea5168..b13667d 100644 --- a/Karpach.RemoteShutdown.Controller/Properties/AssemblyInfo.cs +++ b/Karpach.RemoteShutdown.Controller/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Karpach.RemoteShutdown.Controller")] -[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyCopyright("Copyright © 2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,6 +32,6 @@ // 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: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")] [assembly: InternalsVisibleTo("Karpach.RemoteShutdown.Controller.Tests")] \ No newline at end of file diff --git a/Karpach.RemoteShutdown.Controller/Properties/PublishProfiles/FolderProfile.pubxml b/Karpach.RemoteShutdown.Controller/Properties/PublishProfiles/FolderProfile.pubxml new file mode 100644 index 0000000..309816d --- /dev/null +++ b/Karpach.RemoteShutdown.Controller/Properties/PublishProfiles/FolderProfile.pubxml @@ -0,0 +1,14 @@ + + + + + Release + Any CPU + bin\Release\net472\win-x64\publish\ + FileSystem + net472 + win-x64 + + \ No newline at end of file diff --git a/Karpach.RemoteShutdown.Controller/Properties/Settings.Designer.cs b/Karpach.RemoteShutdown.Controller/Properties/Settings.Designer.cs index 3ae00d3..c8fff5a 100644 --- a/Karpach.RemoteShutdown.Controller/Properties/Settings.Designer.cs +++ b/Karpach.RemoteShutdown.Controller/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace Karpach.RemoteShutdown.Controller.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));