Skip to content

Commit add76d3

Browse files
committed
Update to ILRepack 2.0.44
1 parent b2c9cfa commit add76d3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
<PropertyGroup>
44
<TargetFramework>net472</TargetFramework>
5-
<Version>2.0.43</Version>
5+
<Version>2.0.44</Version>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="ILRepack" Version="2.0.43" GeneratePathProperty="true">
9+
<PackageReference Include="ILRepack" Version="2.0.44" 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.43"/>
13+
<PackageReference Include="ILRepack.Lib" Version="2.0.44"/>
1414
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.11.4"/>
1515
</ItemGroup>
1616

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

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ License
44
- Copyright (c) 2004, Evain Jb ([email protected])
55
- Modified 2007 Marcus Griep ([email protected])
66
- Modified 2013 Peter Sunde ([email protected])
7-
- Modified 2016-2024 Ravi Patel (rbsoft.org)
7+
- Modified 2016-2025 Ravi Patel (rbsoft.org)
88

99
All rights reserved.
1010

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
version: 2.0.43.{build}
1+
version: 2.0.44.{build}
22
environment:
3-
my_version: 2.0.43
3+
my_version: 2.0.44
44
my_secret:
55
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
66
skip_branch_with_pr: true
@@ -22,7 +22,7 @@ artifacts:
2222
deploy:
2323
- provider: NuGet
2424
api_key:
25-
secure: nkE/u7bLXRlBGJEKORohjPizTbDTdypw5jeTfJyzNd4scE6W9c6wFfT8f4UXdNKx
25+
secure: IE3ZwzyJwgGPJ+fjZcF9WEaO4yYKRUgwjiUIFlvg3fwRVQk690zA33UoliqoTLQG
2626
skip_symbols: false
2727
artifact: ILRepack.Lib.MSBuild.Task.%my_version%.nupkg
2828
on:

0 commit comments

Comments
 (0)