Skip to content

Commit

Permalink
Update to ILRepack 2.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed May 24, 2024
1 parent b05a857 commit 0737759
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>2.0.32</Version>
<Version>2.0.33</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.32" GeneratePathProperty="true">
<PackageReference Include="ILRepack" Version="2.0.33" GeneratePathProperty="true">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ILRepack.Lib" Version="2.0.32"/>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.9.5"/>
<PackageReference Include="ILRepack.Lib" Version="2.0.33"/>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="17.10.4"/>
</ItemGroup>

<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.32</version>
<version>2.0.33</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.32.{build}
version: 2.0.33.{build}
environment:
my_version: 2.0.32
my_version: 2.0.33
my_secret:
secure: 5qtuEW0UQ/IEO8DRi4/y3EgEBoJDM/HyYpPgzasIlm0=
skip_branch_with_pr: true
Expand Down

0 comments on commit 0737759

Please sign in to comment.