diff --git a/ILRepack.Lib.MSBuild.Task/Properties/AssemblyInfo.cs b/ILRepack.Lib.MSBuild.Task/Properties/AssemblyInfo.cs index 9ac9550..0db7b03 100644 --- a/ILRepack.Lib.MSBuild.Task/Properties/AssemblyInfo.cs +++ b/ILRepack.Lib.MSBuild.Task/Properties/AssemblyInfo.cs @@ -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("")] @@ -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")] diff --git a/ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec b/ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec index 224a7b5..0f14749 100644 --- a/ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec +++ b/ILRepack.Lib.MSBuild.Task/build/ILRepack.Lib.MSBuild.Task.nuspec @@ -2,7 +2,7 @@ ILRepack.Lib.MSBuild.Task - 2.0.18.0 + 2.0.18.1 ILRepack.Lib.MSBuild.Task RBSoft rbsoft diff --git a/README.md b/README.md index 26812ff..274567f 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ If you are using default targets file then you may notice that it clears Output InternalizeExclude - 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. diff --git a/appveyor.yml b/appveyor.yml index 6bcf064..0d62bef 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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