Skip to content

Commit

Permalink
Updated referring ILRepack to 2.0.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jan 17, 2024
1 parent 2c898c8 commit 04b6a1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ILRepack.FullAuto/ILRepack.FullAuto.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<repository type="git" url="https://github.com/kekyo/ILRepack.FullAuto.git" branch="$RepositoryBranch$" commit="$RepositoryCommit$" />
<developmentDependency>true</developmentDependency>
<dependencies>
<dependency id="ILRepack" version="2.0.25" />
<dependency id="ILRepack" version="2.0.27" />
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageReference Include="ILRepack" Version="2.0.25" PrivateAssets="All" />
<PackageReference Include="ILRepack" Version="2.0.27" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ License under MIT.
## History

* 1.5.0
* Updated referring ILRepack to 2.0.27.
* Added `ILRepackRenameInternalized` option.
* 1.4.0
* Updated referring ILRepack to 2.0.25.
Expand Down

0 comments on commit 04b6a1f

Please sign in to comment.