diff --git a/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj b/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj index 6bd18d8d6c..a4b1b9d0e9 100644 --- a/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj +++ b/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj @@ -3,7 +3,7 @@ DotVVM.CommandLine dotnet-dotvvm - 2.2.0.1 + 2.2.0.2-preview01-final netcoreapp2.1 dotvvmwizard.snk true @@ -11,7 +11,7 @@ dotvvm true DotVVM.CommandLine - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI Command-line tools for DotVVM. false diff --git a/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs b/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs index aa9eb918cb..10e0d4ba04 100644 --- a/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs +++ b/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs @@ -27,6 +27,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyFileVersion("2.2.0.1")] +// [assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyFileVersion("2.2.0.2")] diff --git a/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj b/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj index 9fdb04e489..39e893fdc2 100644 --- a/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj +++ b/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj @@ -1,11 +1,11 @@  - 2.2.0.1 + 2.2.0.2-preview01-final netcoreapp2.0 dotnet-dotvvm-compiler DotVVM.Compiler.Light - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI Command-line compiler for DotVVM. false diff --git a/src/DotVVM.Compiler.Light/Properties/AssemblyInfo.cs b/src/DotVVM.Compiler.Light/Properties/AssemblyInfo.cs index 927012705a..3e1691f160 100644 --- a/src/DotVVM.Compiler.Light/Properties/AssemblyInfo.cs +++ b/src/DotVVM.Compiler.Light/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyFileVersion("2.2.0.1")] +[assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyFileVersion("2.2.0.2")] diff --git a/src/DotVVM.Core/DotVVM.Core.csproj b/src/DotVVM.Core/DotVVM.Core.csproj index 15c9340daa..fd2c826f6f 100644 --- a/src/DotVVM.Core/DotVVM.Core.csproj +++ b/src/DotVVM.Core/DotVVM.Core.csproj @@ -1,6 +1,6 @@  - 2.2.0.1 + 2.2.0.2-preview01-final netstandard1.6;net451 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.Core - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI This package contains base classes and interfaces of DotVVM that might be useful in a business layer. DotVVM is an open source ASP.NET-based framework which allows to build modern web apps without writing any JavaScript code. diff --git a/src/DotVVM.Core/Properties/AssemblyInfo.cs b/src/DotVVM.Core/Properties/AssemblyInfo.cs index 1513e30b74..b6e9fe684f 100644 --- a/src/DotVVM.Core/Properties/AssemblyInfo.cs +++ b/src/DotVVM.Core/Properties/AssemblyInfo.cs @@ -28,6 +28,6 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyFileVersion("2.2.0.1")] +// [assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyFileVersion("2.2.0.2")] diff --git a/src/DotVVM.Framework.Api.Swashbuckle.AspNetCore/DotVVM.Framework.Api.Swashbuckle.AspNetCore.csproj b/src/DotVVM.Framework.Api.Swashbuckle.AspNetCore/DotVVM.Framework.Api.Swashbuckle.AspNetCore.csproj index 7c5f80bad1..beec9e8950 100644 --- a/src/DotVVM.Framework.Api.Swashbuckle.AspNetCore/DotVVM.Framework.Api.Swashbuckle.AspNetCore.csproj +++ b/src/DotVVM.Framework.Api.Swashbuckle.AspNetCore/DotVVM.Framework.Api.Swashbuckle.AspNetCore.csproj @@ -3,7 +3,7 @@ netstandard2.0 DotVVM.Api.Swashbuckle.AspNetCore - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI Swashbuckle.AspNetCore extensions for DotVVM. false diff --git a/src/DotVVM.Framework.Api.Swashbuckle.Owin/DotVVM.Framework.Api.Swashbuckle.Owin.csproj b/src/DotVVM.Framework.Api.Swashbuckle.Owin/DotVVM.Framework.Api.Swashbuckle.Owin.csproj index 03dce89641..452f26b7a5 100644 --- a/src/DotVVM.Framework.Api.Swashbuckle.Owin/DotVVM.Framework.Api.Swashbuckle.Owin.csproj +++ b/src/DotVVM.Framework.Api.Swashbuckle.Owin/DotVVM.Framework.Api.Swashbuckle.Owin.csproj @@ -3,7 +3,7 @@ net451 DotVVM.Api.Swashbuckle.Owin - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI Swashbuckle.Owin extensions for DotVVM. false diff --git a/src/DotVVM.Framework.Hosting.AspNetCore/DotVVM.Framework.Hosting.AspNetCore.csproj b/src/DotVVM.Framework.Hosting.AspNetCore/DotVVM.Framework.Hosting.AspNetCore.csproj index eaef34875d..e6055a6a3a 100644 --- a/src/DotVVM.Framework.Hosting.AspNetCore/DotVVM.Framework.Hosting.AspNetCore.csproj +++ b/src/DotVVM.Framework.Hosting.AspNetCore/DotVVM.Framework.Hosting.AspNetCore.csproj @@ -1,6 +1,6 @@  - 2.2.0.1 + 2.2.0.2-preview01-final netstandard2.0 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.AspNetCore - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI This package contains ASP.NET Core middleware and hosting infrastructure for DotVVM apps. It supports both .NET Framework and .NET Core. diff --git a/src/DotVVM.Framework.Hosting.AspNetCore/Properties/AssemblyInfo.cs b/src/DotVVM.Framework.Hosting.AspNetCore/Properties/AssemblyInfo.cs index 57bb449ec3..7ecce55928 100644 --- a/src/DotVVM.Framework.Hosting.AspNetCore/Properties/AssemblyInfo.cs +++ b/src/DotVVM.Framework.Hosting.AspNetCore/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyFileVersion("2.2.0.1")] +[assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyFileVersion("2.2.0.2")] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("c5af6a0d-5416-44d4-b14d-8ffdd1b0e99b")] diff --git a/src/DotVVM.Framework.Hosting.Owin/DotVVM.Framework.Hosting.Owin.csproj b/src/DotVVM.Framework.Hosting.Owin/DotVVM.Framework.Hosting.Owin.csproj index 1c97c89b0d..3131769357 100644 --- a/src/DotVVM.Framework.Hosting.Owin/DotVVM.Framework.Hosting.Owin.csproj +++ b/src/DotVVM.Framework.Hosting.Owin/DotVVM.Framework.Hosting.Owin.csproj @@ -1,6 +1,6 @@  - 2.2.0.1 + 2.2.0.2-preview01-final net451 win7-x64;win7-x86 true @@ -17,7 +17,7 @@ false false DotVVM.Owin - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI This package contains OWIN middleware and hosting infrastructure for DotVVM apps. diff --git a/src/DotVVM.Framework.Hosting.Owin/Properties/AssemblyInfo.cs b/src/DotVVM.Framework.Hosting.Owin/Properties/AssemblyInfo.cs index 67704e60e1..87eb0f1290 100644 --- a/src/DotVVM.Framework.Hosting.Owin/Properties/AssemblyInfo.cs +++ b/src/DotVVM.Framework.Hosting.Owin/Properties/AssemblyInfo.cs @@ -18,8 +18,8 @@ // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -[assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyFileVersion("2.2.0.1")] +[assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyFileVersion("2.2.0.2")] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("6DACF57C-91E9-4B2B-AF54-F09989BD8ED6")] diff --git a/src/DotVVM.Framework/DotVVM.Framework.csproj b/src/DotVVM.Framework/DotVVM.Framework.csproj index ab4a93e985..6704525d95 100644 --- a/src/DotVVM.Framework/DotVVM.Framework.csproj +++ b/src/DotVVM.Framework/DotVVM.Framework.csproj @@ -1,7 +1,7 @@  DotVVM - 2.2.0.1 + 2.2.0.2-preview01-final netstandard2.0;net451 $(NoWarn);CS1591 true @@ -9,7 +9,7 @@ true true DotVVM - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI DotVVM is an open source ASP.NET-based framework which allows to build modern web apps without writing any JavaScript code. false diff --git a/src/DotVVM.Framework/Properties/AssemblyInfo.cs b/src/DotVVM.Framework/Properties/AssemblyInfo.cs index ba4d21e6e7..ace8894553 100644 --- a/src/DotVVM.Framework/Properties/AssemblyInfo.cs +++ b/src/DotVVM.Framework/Properties/AssemblyInfo.cs @@ -31,9 +31,9 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyVersion("2.2.0.1")] -[assembly: AssemblyFileVersion("2.2.0.1")] +// [assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyVersion("2.2.0.2")] +[assembly: AssemblyFileVersion("2.2.0.2")] [assembly: InternalsVisibleTo("DotVVM.Framework.Tests.Common, PublicKey=002400000480000094000000060200000024000052534131000400000100010007c544d7dbb49a258f8f7509b74f488534c1872c417b2fba85a66b1fba2465caafbaec56663cab0f072cd801f9e22753a85dc55247d4ace012a5eceac50d84c3b9044b9a37ac8baa5eb24dec644ad9fafcc869ad93b6603ffd5321124362cf0ab3684b89db1ed2aca4f175f6fbfc770bdc076396b36017c6dce5a4385c7b67b7")] [assembly: InternalsVisibleTo("DotVVM.Framework.Tests.Owin, PublicKey=002400000480000094000000060200000024000052534131000400000100010007c544d7dbb49a258f8f7509b74f488534c1872c417b2fba85a66b1fba2465caafbaec56663cab0f072cd801f9e22753a85dc55247d4ace012a5eceac50d84c3b9044b9a37ac8baa5eb24dec644ad9fafcc869ad93b6603ffd5321124362cf0ab3684b89db1ed2aca4f175f6fbfc770bdc076396b36017c6dce5a4385c7b67b7")] diff --git a/src/Templates/DotVVM.Templates.nuspec b/src/Templates/DotVVM.Templates.nuspec index f1fb8aab66..64a7b0fb53 100644 --- a/src/Templates/DotVVM.Templates.nuspec +++ b/src/Templates/DotVVM.Templates.nuspec @@ -2,7 +2,7 @@ DotVVM.Templates - 2.2.0.1 + 2.2.0.2-preview01-final RIGANTI DotVVM Project Templates en-US