From c045ef17b7c7c43f4ffc4d451981bc7c1b632b34 Mon Sep 17 00:00:00 2001 From: preseverence Date: Tue, 19 May 2020 22:23:35 +0300 Subject: [PATCH] bump version to 1.1.4 and updated copyright year --- BrokenEvent.ILStrip.CLI.nuspec | 4 ++-- BrokenEvent.ILStrip.CLI/CommandLineOptions.cs | 2 +- BrokenEvent.ILStrip.CLI/Properties/AssemblyInfo.cs | 4 ++-- BrokenEvent.ILStrip.nuspec | 4 ++-- BrokenEvent.ILStrip/Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/BrokenEvent.ILStrip.CLI.nuspec b/BrokenEvent.ILStrip.CLI.nuspec index 15eac81..82da1a9 100644 --- a/BrokenEvent.ILStrip.CLI.nuspec +++ b/BrokenEvent.ILStrip.CLI.nuspec @@ -3,14 +3,14 @@ Brokenevent.ILStrip.CLI BrokenEvent.ILStrip.CLI - 1.1.3 + 1.1.4 Commandline tool and MSBuild task for C# assembly classes/references/resources cleaner. BrokenEvent BrokenEvent https://brokenevent.com/projects/ilstrip MIT false - ©2016-2019 Broken Event. All rights reserved. + ©2016-2020 Broken Event. All rights reserved. en-US ilmerge ilrepack assembly cil cleanup msbuild diff --git a/BrokenEvent.ILStrip.CLI/CommandLineOptions.cs b/BrokenEvent.ILStrip.CLI/CommandLineOptions.cs index e5ce489..f8e7a86 100644 --- a/BrokenEvent.ILStrip.CLI/CommandLineOptions.cs +++ b/BrokenEvent.ILStrip.CLI/CommandLineOptions.cs @@ -6,7 +6,7 @@ namespace BrokenEvent.ILStrip.CLI { - [CommandModel("BrokenEvent.ILStrip.CLI, (c)2017-2019 Broken Event")] + [CommandModel("BrokenEvent.ILStrip.CLI, (c)2017-2020 Broken Event")] internal class CommandLineOptions { private string inputFilename; diff --git a/BrokenEvent.ILStrip.CLI/Properties/AssemblyInfo.cs b/BrokenEvent.ILStrip.CLI/Properties/AssemblyInfo.cs index f4f9e1f..35e3124 100644 --- a/BrokenEvent.ILStrip.CLI/Properties/AssemblyInfo.cs +++ b/BrokenEvent.ILStrip.CLI/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("1.1.3")] -[assembly: AssemblyFileVersion("1.1.3")] +[assembly: AssemblyVersion("1.1.4")] +[assembly: AssemblyFileVersion("1.1.4")] diff --git a/BrokenEvent.ILStrip.nuspec b/BrokenEvent.ILStrip.nuspec index ad17f4c..fe9bc1b 100644 --- a/BrokenEvent.ILStrip.nuspec +++ b/BrokenEvent.ILStrip.nuspec @@ -3,14 +3,14 @@ Brokenevent.ILStrip BrokenEvent.ILStrip - 1.1.3 + 1.1.4 C# Assembly unused classes/references/resources cleaner. BrokenEvent BrokenEvent https://brokenevent.com/projects/ilstrip MIT false - ©2016-2019 Broken Event. All rights reserved. + ©2016-2020 Broken Event. All rights reserved. en-US ilmerge ilrepack assembly cil cleanup diff --git a/BrokenEvent.ILStrip/Properties/AssemblyInfo.cs b/BrokenEvent.ILStrip/Properties/AssemblyInfo.cs index 26aae79..48105f2 100644 --- a/BrokenEvent.ILStrip/Properties/AssemblyInfo.cs +++ b/BrokenEvent.ILStrip/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("1.1.3")] -[assembly: AssemblyFileVersion("1.1.3")] +[assembly: AssemblyVersion("1.1.4")] +[assembly: AssemblyFileVersion("1.1.4")]