Skip to content

Commit

Permalink
Bump cpp2il to 2021.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Byass committed Oct 30, 2021
1 parent 827d2d1 commit 979198c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cpp2IL.Core/Cpp2IL.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Nullable>enable</Nullable>
<PackageId>Samboy063.Cpp2IL.Core</PackageId>
<Company>Samboy063</Company>
<FileVersion>2021.5.0</FileVersion>
<Version>2021.5.0</Version>
<InformationalVersion>2021.5.0</InformationalVersion>
<FileVersion>2021.5.1</FileVersion>
<Version>2021.5.1</Version>
<InformationalVersion>2021.5.1</InformationalVersion>
<Copyright>Copyright © Samboy063 2019-2021</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions Cpp2IL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2021.5.0")]
[assembly: AssemblyFileVersion("2021.5.0")]
[assembly: AssemblyVersion("2021.5.1")]
[assembly: AssemblyFileVersion("2021.5.1")]

0 comments on commit 979198c

Please sign in to comment.