diff --git a/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj b/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj index d67b863ee0..c03394a83a 100644 --- a/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj +++ b/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj @@ -3,13 +3,13 @@ DotVVM.CommandLine dotnet-dotvvm - 1.1.6 + 1.1.6.1-beta netcoreapp2.0 dotvvmwizard.snk true true DotVVM.CommandLine - 1.1.6 + 1.1.6.1-beta RIGANTI Command-line tools for DotVVM. false diff --git a/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs b/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs index f50e80f379..395600563a 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("1.1.6")] -[assembly: AssemblyVersion("1.1.6")] -[assembly: AssemblyFileVersion("1.1.6")] \ No newline at end of file +// [assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyFileVersion("1.1.6.1")] \ No newline at end of file diff --git a/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj b/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj index 4a47f54227..707b2d57c4 100644 --- a/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj +++ b/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj @@ -1,11 +1,11 @@  - 1.1.6 + 1.1.6.1-beta netcoreapp2.0 dotnet-dotvvm-compiler DotVVM.Compiler.Light - 1.1.6 + 1.1.6.1-beta 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 dc618f5e28..b037c3618a 100644 --- a/src/DotVVM.Compiler.Light/Properties/AssemblyInfo.cs +++ b/src/DotVVM.Compiler.Light/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("1.1.6")] -[assembly: AssemblyVersion("1.1.6")] -[assembly: AssemblyFileVersion("1.1.6")] \ No newline at end of file +// [assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyFileVersion("1.1.6.1")] \ No newline at end of file diff --git a/src/DotVVM.Core/DotVVM.Core.csproj b/src/DotVVM.Core/DotVVM.Core.csproj index 30ce305728..1448fb5656 100644 --- a/src/DotVVM.Core/DotVVM.Core.csproj +++ b/src/DotVVM.Core/DotVVM.Core.csproj @@ -1,6 +1,6 @@  - 1.1.6 + 1.1.6.1-beta netstandard1.6;net451 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.Core - 1.1.6 + 1.1.6.1-beta 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 bb8aae146e..25c6622440 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("1.1.6")] -[assembly: AssemblyVersion("1.1.6")] -[assembly: AssemblyFileVersion("1.1.6")] +// [assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyFileVersion("1.1.6.1")] 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 ed072eacfa..04258f5df7 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 @@  - 1.1.6 + 1.1.6.1-beta netstandard2.0 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.AspNetCore - 1.1.6 + 1.1.6.1-beta 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 092e2f549c..15fa75a759 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("1.1.6")] -[assembly: AssemblyFileVersion("1.1.6")] +[assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyFileVersion("1.1.6.1")] // 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 77c0013774..1c03488143 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 @@  - 1.1.6 + 1.1.6.1-beta net451 win7-x64;win7-x86 true @@ -17,7 +17,7 @@ false false DotVVM.Owin - 1.1.6 + 1.1.6.1-beta 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 03d12ae0b5..54295eee39 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("1.1.6")] -[assembly: AssemblyFileVersion("1.1.6")] +[assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyFileVersion("1.1.6.1")] // 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 9911528f29..d17ca90138 100644 --- a/src/DotVVM.Framework/DotVVM.Framework.csproj +++ b/src/DotVVM.Framework/DotVVM.Framework.csproj @@ -1,7 +1,7 @@  DotVVM - 1.1.6 + 1.1.6.1-beta netstandard2.0;net451 $(NoWarn);CS1591 true @@ -9,7 +9,7 @@ true true DotVVM - 1.1.6 + 1.1.6.1-beta 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 551636fe39..b456a083ac 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("1.1.6")] -[assembly: AssemblyVersion("1.1.6")] -[assembly: AssemblyFileVersion("1.1.6")] +// [assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyVersion("1.1.6.1")] +[assembly: AssemblyFileVersion("1.1.6.1")] [assembly: InternalsVisibleTo("DotVVM.Framework.Tests.Common, PublicKey=002400000480000094000000060200000024000052534131000400000100010007c544d7dbb49a258f8f7509b74f488534c1872c417b2fba85a66b1fba2465caafbaec56663cab0f072cd801f9e22753a85dc55247d4ace012a5eceac50d84c3b9044b9a37ac8baa5eb24dec644ad9fafcc869ad93b6603ffd5321124362cf0ab3684b89db1ed2aca4f175f6fbfc770bdc076396b36017c6dce5a4385c7b67b7")] [assembly: InternalsVisibleTo("DotVVM.Framework.Tests.Owin, PublicKey=002400000480000094000000060200000024000052534131000400000100010007c544d7dbb49a258f8f7509b74f488534c1872c417b2fba85a66b1fba2465caafbaec56663cab0f072cd801f9e22753a85dc55247d4ace012a5eceac50d84c3b9044b9a37ac8baa5eb24dec644ad9fafcc869ad93b6603ffd5321124362cf0ab3684b89db1ed2aca4f175f6fbfc770bdc076396b36017c6dce5a4385c7b67b7")] diff --git a/src/DotVVM.Tracing.ApplicationInsights.AspNetCore/DotVVM.Tracing.ApplicationInsights.AspNetCore.csproj b/src/DotVVM.Tracing.ApplicationInsights.AspNetCore/DotVVM.Tracing.ApplicationInsights.AspNetCore.csproj index 3f589f7ed3..ad23cab637 100644 --- a/src/DotVVM.Tracing.ApplicationInsights.AspNetCore/DotVVM.Tracing.ApplicationInsights.AspNetCore.csproj +++ b/src/DotVVM.Tracing.ApplicationInsights.AspNetCore/DotVVM.Tracing.ApplicationInsights.AspNetCore.csproj @@ -2,7 +2,7 @@ DotVVM.Tracing.ApplicationInsights.AspNetCore - 1.1.6 + 1.1.6.1-beta netstandard2.0 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.ApplicationInsights.AspNetCore - 1.1.6 + 1.1.6.1-beta RIGANTI Application Insights Tracing module for ASP.NET Core DotVVM false diff --git a/src/DotVVM.Tracing.ApplicationInsights.Owin/DotVVM.Tracing.ApplicationInsights.Owin.csproj b/src/DotVVM.Tracing.ApplicationInsights.Owin/DotVVM.Tracing.ApplicationInsights.Owin.csproj index b9dfc0f865..a14e06c25e 100644 --- a/src/DotVVM.Tracing.ApplicationInsights.Owin/DotVVM.Tracing.ApplicationInsights.Owin.csproj +++ b/src/DotVVM.Tracing.ApplicationInsights.Owin/DotVVM.Tracing.ApplicationInsights.Owin.csproj @@ -2,7 +2,7 @@ DotVVM.Tracing.ApplicationInsights.Owin - 1.1.6 + 1.1.6.1-beta net451 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.ApplicationInsights.Owin - 1.1.6 + 1.1.6.1-beta RIGANTI Application Insights Tracing module for OWIN and DotVVM false diff --git a/src/DotVVM.Tracing.ApplicationInsights/DotVVM.Tracing.ApplicationInsights.csproj b/src/DotVVM.Tracing.ApplicationInsights/DotVVM.Tracing.ApplicationInsights.csproj index fdcd549069..e897b6b83d 100644 --- a/src/DotVVM.Tracing.ApplicationInsights/DotVVM.Tracing.ApplicationInsights.csproj +++ b/src/DotVVM.Tracing.ApplicationInsights/DotVVM.Tracing.ApplicationInsights.csproj @@ -1,7 +1,7 @@  DotVVM.Tracing.ApplicationInsights - 1.1.6 + 1.1.6.1-beta netstandard2.0;net451 $(NoWarn);CS1591 true @@ -9,7 +9,7 @@ true true DotVVM.Tracing.ApplicationInsights - 1.1.6 + 1.1.6.1-beta RIGANTI Common infrastructure for Application Insights Tracing module for DotVVM false diff --git a/src/DotVVM.Tracing.MiniProfiler.AspNetCore/DotVVM.Tracing.MiniProfiler.AspNetCore.csproj b/src/DotVVM.Tracing.MiniProfiler.AspNetCore/DotVVM.Tracing.MiniProfiler.AspNetCore.csproj index dd6b6cfd0f..0fa5bdcedd 100644 --- a/src/DotVVM.Tracing.MiniProfiler.AspNetCore/DotVVM.Tracing.MiniProfiler.AspNetCore.csproj +++ b/src/DotVVM.Tracing.MiniProfiler.AspNetCore/DotVVM.Tracing.MiniProfiler.AspNetCore.csproj @@ -2,7 +2,7 @@ DotVVM.Tracing.MiniProfiler.AspNetCore - 1.1.6 + 1.1.6.1-beta netstandard2.0 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.MiniProfiler.AspNetCore - 1.1.6 + 1.1.6.1-beta RIGANTI MiniProfiler Tracing module for ASP.NET Core and DotVVM false diff --git a/src/DotVVM.Tracing.MiniProfiler.Owin/DotVVM.Tracing.MiniProfiler.Owin.csproj b/src/DotVVM.Tracing.MiniProfiler.Owin/DotVVM.Tracing.MiniProfiler.Owin.csproj index d3bdb4c5df..eb9a91cc1d 100644 --- a/src/DotVVM.Tracing.MiniProfiler.Owin/DotVVM.Tracing.MiniProfiler.Owin.csproj +++ b/src/DotVVM.Tracing.MiniProfiler.Owin/DotVVM.Tracing.MiniProfiler.Owin.csproj @@ -2,7 +2,7 @@ DotVVM.Tracing.MiniProfiler.Owin - 1.1.6 + 1.1.6.1-beta net451 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.MiniProfiler.Owin - 1.1.6 + 1.1.6.1-beta RIGANTI MiniProfiler Tracing module for OWIN and DotVVM false diff --git a/src/Templates/DotVVM.Templates.nuspec b/src/Templates/DotVVM.Templates.nuspec index e29f81c79b..41dd59501c 100644 --- a/src/Templates/DotVVM.Templates.nuspec +++ b/src/Templates/DotVVM.Templates.nuspec @@ -2,7 +2,7 @@ DotVVM.Templates - 1.1.6 + 1.1.6.1-beta RIGANTI DotVVM Project Templates en-US