Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Byass committed Nov 3, 2021
1 parent 66aabf3 commit 3cf500d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2</FileVersion>
<Version>2021.5.2</Version>
<InformationalVersion>2021.5.2</InformationalVersion>
<FileVersion>2021.5.3</FileVersion>
<Version>2021.5.3</Version>
<InformationalVersion>2021.5.3</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.2")]
[assembly: AssemblyFileVersion("2021.5.2")]
[assembly: AssemblyVersion("2021.5.3")]
[assembly: AssemblyFileVersion("2021.5.3")]
2 changes: 1 addition & 1 deletion LibCpp2IL/LibCpp2IL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>9</LangVersion>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Samboy063.LibCpp2IL</PackageId>
<Version>2021.5.0</Version>
<Version>2021.5.3</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
Expand Down
4 changes: 2 additions & 2 deletions LibCpp2IL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
[assembly: AssemblyCopyright("Copyright © Samboy063 2019-2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("2021.5.0")]
[assembly: AssemblyFileVersion("2021.5.0")]
[assembly: AssemblyVersion("2021.5.3")]
[assembly: AssemblyFileVersion("2021.5.3")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down

0 comments on commit 3cf500d

Please sign in to comment.