Skip to content

Commit 083702b

Browse files
Update to ILRepack 2.0.40 (#66)
1 parent 04e5fa4 commit 083702b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFramework>net472</TargetFramework>
5-
<Version>2.0.37</Version>
5+
<Version>2.0.40</Version>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ILRepack" Version="2.0.37" GeneratePathProperty="true">
9+
<PackageReference Include="ILRepack" Version="2.0.40" GeneratePathProperty="true">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="ILRepack.Lib" Version="2.0.37"/>
13+
<PackageReference Include="ILRepack.Lib" Version="2.0.40"/>
1414
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4"/>
1515
</ItemGroup>
1616

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

+1-1
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.37</version>
5+
<version>2.0.40</version>
66
<title>ILRepack.Lib.MSBuild.Task</title>
77
<authors>RBSoft</authors>
88
<owners>rbsoft</owners>

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: 2.0.37.{build}
1+
version: 2.0.40.{build}
22
environment:
3-
my_version: 2.0.37
3+
my_version: 2.0.40
44
my_secret:
55
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
66
skip_branch_with_pr: true

0 commit comments

Comments
 (0)