Skip to content

Commit f3a6b03

Browse files
Update to ILRepack 2.0.22 (#43)
* Update to ILRepack 2.0.22 * Update .NET Framework version. --------- Co-authored-by: Ravi Patel <ravi15.1990@hotmail.com>
1 parent 3cafa2f commit f3a6b03

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net462</TargetFramework>
5-
<Version>2.0.18.3</Version>
4+
<TargetFramework>net472</TargetFramework>
5+
<Version>2.0.22</Version>
66
</PropertyGroup>
77

88
<ItemGroup>
@@ -11,8 +11,8 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="ILRepack" Version="2.0.18" GeneratePathProperty="true" />
15-
<PackageReference Include="ILRepack.Lib" Version="2.0.18" />
14+
<PackageReference Include="ILRepack" Version="2.0.22" GeneratePathProperty="true" />
15+
<PackageReference Include="ILRepack.Lib" Version="2.0.22" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

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/2013/05/nuspec.xsd">
33
<metadata>
44
<id>ILRepack.Lib.MSBuild.Task</id>
5-
<version>2.0.18.3</version>
5+
<version>2.0.22</version>
66
<title>ILRepack.Lib.MSBuild.Task</title>
77
<authors>RBSoft</authors>
88
<owners>rbsoft</owners>

appveyor.yml

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

0 commit comments

Comments
 (0)