Skip to content

Commit

Permalink
bump version to 1.1.4 and updated copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
preseverence committed May 19, 2020
1 parent defe782 commit c045ef1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions BrokenEvent.ILStrip.CLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<metadata>
<id>Brokenevent.ILStrip.CLI</id>
<title>BrokenEvent.ILStrip.CLI</title>
<version>1.1.3</version>
<version>1.1.4</version>
<description>Commandline tool and MSBuild task for C# assembly classes/references/resources cleaner.</description>
<authors>BrokenEvent</authors>
<owners>BrokenEvent</owners>
<projectUrl>https://brokenevent.com/projects/ilstrip</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>©2016-2019 Broken Event. All rights reserved.</copyright>
<copyright>©2016-2020 Broken Event. All rights reserved.</copyright>
<language>en-US</language>
<repository type="git" url="https://github.com/BrokenEvent/ILStrip.git"/>
<tags>ilmerge ilrepack assembly cil cleanup msbuild</tags>
Expand Down
2 changes: 1 addition & 1 deletion BrokenEvent.ILStrip.CLI/CommandLineOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions BrokenEvent.ILStrip.CLI/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("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
[assembly: AssemblyVersion("1.1.4")]
[assembly: AssemblyFileVersion("1.1.4")]
4 changes: 2 additions & 2 deletions BrokenEvent.ILStrip.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<metadata>
<id>Brokenevent.ILStrip</id>
<title>BrokenEvent.ILStrip</title>
<version>1.1.3</version>
<version>1.1.4</version>
<description>C# Assembly unused classes/references/resources cleaner.</description>
<authors>BrokenEvent</authors>
<owners>BrokenEvent</owners>
<projectUrl>https://brokenevent.com/projects/ilstrip</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<copyright>©2016-2019 Broken Event. All rights reserved.</copyright>
<copyright>©2016-2020 Broken Event. All rights reserved.</copyright>
<language>en-US</language>
<repository type="git" url="https://github.com/BrokenEvent/ILStrip.git"/>
<tags>ilmerge ilrepack assembly cil cleanup</tags>
Expand Down
4 changes: 2 additions & 2 deletions BrokenEvent.ILStrip/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("1.1.3")]
[assembly: AssemblyFileVersion("1.1.3")]
[assembly: AssemblyVersion("1.1.4")]
[assembly: AssemblyFileVersion("1.1.4")]

0 comments on commit c045ef1

Please # to comment.