Skip to content

Commit

Permalink
Update to ILRepack 2.0.25 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov authored Jan 8, 2024
1 parent 2cabc0e commit 57b97e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>2.0.22</Version>
<Version>2.0.25</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.22" GeneratePathProperty="true"/>
<PackageReference Include="ILRepack.Lib" Version="2.0.22"/>
<PackageReference Include="ILRepack" Version="2.0.25" GeneratePathProperty="true"/>
<PackageReference Include="ILRepack.Lib" Version="2.0.25"/>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.8.3"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>ILRepack.Lib.MSBuild.Task</id>
<version>2.0.22</version>
<version>2.0.25</version>
<title>ILRepack.Lib.MSBuild.Task</title>
<authors>RBSoft</authors>
<owners>rbsoft</owners>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.0.22.{build}
version: 2.0.25.{build}
environment:
my_version: 2.0.22
my_version: 2.0.25
my_secret:
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
skip_branch_with_pr: true
Expand Down

0 comments on commit 57b97e2

Please sign in to comment.