Skip to content

Commit d727d38

Browse files
committed
Updated version to 2.0.18.1
1 parent 5c0b002 commit d727d38

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

ILRepack.Lib.MSBuild.Task/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("RBSoft")]
1111
[assembly: AssemblyProduct("ILRepack.Lib.MSBuild.Task")]
12-
[assembly: AssemblyCopyright("Copyright © 2016-2019 RBSoft")]
12+
[assembly: AssemblyCopyright("Copyright © 2016-2020 RBSoft")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2.0.18.0")]
35-
[assembly: AssemblyFileVersion("2.0.18.0")]
34+
[assembly: AssemblyVersion("2.0.18.1")]
35+
[assembly: AssemblyFileVersion("2.0.18.1")]

ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>ILRepack.Lib.MSBuild.Task</id>
5-
<version>2.0.18.0</version>
5+
<version>2.0.18.1</version>
66
<title>ILRepack.Lib.MSBuild.Task</title>
77
<authors>RBSoft</authors>
88
<owners>rbsoft</owners>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ If you are using default targets file then you may notice that it clears Output
221221
InternalizeExclude
222222
</td>
223223
<td>
224-
Assemblies that will not be internalized.
224+
If Internalize is set to true, any which match these regular expressions will not be internalized. If internalize is false, then this property is ignored.
225225
</td>
226226
</tr>
227227
<tr>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.0.18.{build}
22
environment:
3-
my_version: 2.0.18
3+
my_version: 2.0.18.1
44
my_secret:
55
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
66
skip_branch_with_pr: true

0 commit comments

Comments
 (0)