diff --git a/Cpp2IL.Core/Cpp2IL.Core.csproj b/Cpp2IL.Core/Cpp2IL.Core.csproj index a4312d2c..c60861df 100644 --- a/Cpp2IL.Core/Cpp2IL.Core.csproj +++ b/Cpp2IL.Core/Cpp2IL.Core.csproj @@ -6,9 +6,9 @@ enable Samboy063.Cpp2IL.Core Samboy063 - 2021.5.3 - 2021.5.3 - 2021.5.3 + 2021.6.0 + 2021.6.0 + 2021.6.0 Copyright © Samboy063 2019-2021 true MIT diff --git a/Cpp2IL/Properties/AssemblyInfo.cs b/Cpp2IL/Properties/AssemblyInfo.cs index b95d6ab1..b0e9350a 100644 --- a/Cpp2IL/Properties/AssemblyInfo.cs +++ b/Cpp2IL/Properties/AssemblyInfo.cs @@ -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.3")] -[assembly: AssemblyFileVersion("2021.5.3")] \ No newline at end of file +[assembly: AssemblyVersion("2021.6.0")] +[assembly: AssemblyFileVersion("2021.6.0")] \ No newline at end of file diff --git a/LibCpp2IL/LibCpp2IL.csproj b/LibCpp2IL/LibCpp2IL.csproj index 96f16c25..932417e9 100644 --- a/LibCpp2IL/LibCpp2IL.csproj +++ b/LibCpp2IL/LibCpp2IL.csproj @@ -6,7 +6,7 @@ 9 netstandard2.0 Samboy063.LibCpp2IL - 2021.5.3 + 2021.6.0 true MIT git diff --git a/LibCpp2IL/Properties/AssemblyInfo.cs b/LibCpp2IL/Properties/AssemblyInfo.cs index dbc6a8d8..ee0703d2 100644 --- a/LibCpp2IL/Properties/AssemblyInfo.cs +++ b/LibCpp2IL/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyCopyright("Copyright © Samboy063 2019-2020")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2021.5.3")] -[assembly: AssemblyFileVersion("2021.5.3")] +[assembly: AssemblyVersion("2021.6.0")] +[assembly: AssemblyFileVersion("2021.6.0")] // 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