File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
BrokenEvent.ILStrip/Properties Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >Brokenevent.ILStrip.CLI</id >
5
5
<title >BrokenEvent.ILStrip.CLI</title >
6
- <version >1.1.3 </version >
6
+ <version >1.1.4 </version >
7
7
<description >Commandline tool and MSBuild task for C# assembly classes/references/resources cleaner.</description >
8
8
<authors >BrokenEvent</authors >
9
9
<owners >BrokenEvent</owners >
10
10
<projectUrl >https://brokenevent.com/projects/ilstrip</projectUrl >
11
11
<license type =" expression" >MIT</license >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
- <copyright >©2016-2019 Broken Event. All rights reserved.</copyright >
13
+ <copyright >©2016-2020 Broken Event. All rights reserved.</copyright >
14
14
<language >en-US</language >
15
15
<repository type =" git" url =" https://github.com/BrokenEvent/ILStrip.git" />
16
16
<tags >ilmerge ilrepack assembly cil cleanup msbuild</tags >
Original file line number Diff line number Diff line change 6
6
7
7
namespace BrokenEvent . ILStrip . CLI
8
8
{
9
- [ CommandModel ( "BrokenEvent.ILStrip.CLI, (c)2017-2019 Broken Event" ) ]
9
+ [ CommandModel ( "BrokenEvent.ILStrip.CLI, (c)2017-2020 Broken Event" ) ]
10
10
internal class CommandLineOptions
11
11
{
12
12
private string inputFilename ;
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.1.3 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.1.3 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.1.4 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.1.4 " ) ]
Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >Brokenevent.ILStrip</id >
5
5
<title >BrokenEvent.ILStrip</title >
6
- <version >1.1.3 </version >
6
+ <version >1.1.4 </version >
7
7
<description >C# Assembly unused classes/references/resources cleaner.</description >
8
8
<authors >BrokenEvent</authors >
9
9
<owners >BrokenEvent</owners >
10
10
<projectUrl >https://brokenevent.com/projects/ilstrip</projectUrl >
11
11
<license type =" expression" >MIT</license >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
- <copyright >©2016-2019 Broken Event. All rights reserved.</copyright >
13
+ <copyright >©2016-2020 Broken Event. All rights reserved.</copyright >
14
14
<language >en-US</language >
15
15
<repository type =" git" url =" https://github.com/BrokenEvent/ILStrip.git" />
16
16
<tags >ilmerge ilrepack assembly cil cleanup</tags >
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.1.3 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.1.3 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.1.4 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.1.4 " ) ]
You can’t perform that action at this time.
0 commit comments