Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Dec 10, 2024
1 parent 98fadf4 commit dd64a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ILRepack/ILRepack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net472</TargetFramework>
<Product>ILRepack</Product>
<Copyright>Copyright © Francois Valdy 2011</Copyright>
<Version>2.0.36</Version>
<Version>2.0.37</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<DebugType>embedded</DebugType>
Expand Down
3 changes: 2 additions & 1 deletion ILRepackTool/ILRepackTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<ToolCommandName>ilrepack</ToolCommandName>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageId>dotnet-ilrepack</PackageId>
<Version>1.0.3</Version>
<RollForward>major</RollForward>
<DebugType>embedded</DebugType>
<Description>ILRepack - Open-source alternative to ILMerge</Description>
<PackageIcon>icon.png</PackageIcon>
<PackageReadme>readme.md</PackageReadme>
<PackageReadme>..\readme.md</PackageReadme>
<Copyright>Copyright Francois Valdy 2011-2015</Copyright>
<PackageTags>ILRepack ILMerge dotnet IL dotnet-tool tool</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
Expand Down

0 comments on commit dd64a70

Please sign in to comment.