Skip to content

Commit

Permalink
Post-release version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Oct 2, 2024
1 parent 2c3a69e commit d7fb5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<PropertyGroup Label="Version">
<VersionPrefix Condition="$(VersionPrefix) == ''">42.42.42</VersionPrefix>
<VersionPrefix Condition="$(VersionPrefix) == ''">1.0.2</VersionPrefix>
</PropertyGroup>

<PropertyGroup Label="Version" Condition="$(VersionLabel) != ''">
Expand Down
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.35</Version>
<Version>2.0.36</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit d7fb5b5

Please sign in to comment.