Skip to content

Commit

Permalink
Updated version to 2.0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Apr 21, 2020
1 parent 5c0b002 commit d727d38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ILRepack.Lib.MSBuild.Task/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("RBSoft")]
[assembly: AssemblyProduct("ILRepack.Lib.MSBuild.Task")]
[assembly: AssemblyCopyright("Copyright © 2016-2019 RBSoft")]
[assembly: AssemblyCopyright("Copyright © 2016-2020 RBSoft")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,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("2.0.18.0")]
[assembly: AssemblyFileVersion("2.0.18.0")]
[assembly: AssemblyVersion("2.0.18.1")]
[assembly: AssemblyFileVersion("2.0.18.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ILRepack.Lib.MSBuild.Task</id>
<version>2.0.18.0</version>
<version>2.0.18.1</version>
<title>ILRepack.Lib.MSBuild.Task</title>
<authors>RBSoft</authors>
<owners>rbsoft</owners>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ If you are using default targets file then you may notice that it clears Output
InternalizeExclude
</td>
<td>
Assemblies that will not be internalized.
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.
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.0.18.{build}
environment:
my_version: 2.0.18
my_version: 2.0.18.1
my_secret:
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
skip_branch_with_pr: true
Expand Down

0 comments on commit d727d38

Please sign in to comment.