Skip to content

Commit e122f15

Browse files
author
Sam Byass
committed
Bump version to 2022.0.4
1 parent 8dab5ed commit e122f15

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cpp2IL.Core/Cpp2IL.Core.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<Nullable>enable</Nullable>
77
<PackageId>Samboy063.Cpp2IL.Core</PackageId>
88
<Company>Samboy063</Company>
9-
<FileVersion>2022.0.2</FileVersion>
10-
<Version>2022.0.2</Version>
11-
<InformationalVersion>2022.0.2</InformationalVersion>
9+
<FileVersion>2022.0.4</FileVersion>
10+
<Version>2022.0.4</Version>
11+
<InformationalVersion>2022.0.4</InformationalVersion>
1212
<Copyright>Copyright © Samboy063 2019-2022</Copyright>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Cpp2IL/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("2022.0.2")]
35-
[assembly: AssemblyFileVersion("2022.0.2")]
34+
[assembly: AssemblyVersion("2022.0.4")]
35+
[assembly: AssemblyFileVersion("2022.0.4")]

LibCpp2IL/LibCpp2IL.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>9</LangVersion>
77
<TargetFramework>netstandard2.0</TargetFramework>
88
<PackageId>Samboy063.LibCpp2IL</PackageId>
9-
<Version>2022.0.2</Version>
9+
<Version>2022.0.4</Version>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<RepositoryType>git</RepositoryType>

LibCpp2IL/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[assembly: AssemblyCopyright("Copyright © Samboy063 2019-2022")]
99
[assembly: AssemblyTrademark("")]
1010
[assembly: AssemblyCulture("")]
11-
[assembly: AssemblyVersion("2022.0.2")]
12-
[assembly: AssemblyFileVersion("2022.0.2")]
11+
[assembly: AssemblyVersion("2022.0.4")]
12+
[assembly: AssemblyFileVersion("2022.0.4")]
1313

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

0 commit comments

Comments
 (0)