From cdb7a1445f7078c94d6f50043d554f34743a57b8 Mon Sep 17 00:00:00 2001 From: TFS BuildAgent Date: Tue, 21 Aug 2018 05:23:47 +0200 Subject: [PATCH] NuGet package version 2.0.2 --- src/DotVVM.CommandLine/DotVVM.CommandLine.csproj | 4 ++-- src/DotVVM.CommandLine/Properties/AssemblyInfo.cs | 6 +++--- src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj | 4 ++-- src/DotVVM.Compiler.Light/Properties/AssemblyInfo.cs | 4 ++-- src/DotVVM.Core/DotVVM.Core.csproj | 4 ++-- src/DotVVM.Core/Properties/AssemblyInfo.cs | 6 +++--- .../DotVVM.Framework.Api.Swashbuckle.AspNetCore.csproj | 2 +- .../DotVVM.Framework.Api.Swashbuckle.Owin.csproj | 2 +- .../DotVVM.Framework.Hosting.AspNetCore.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- .../DotVVM.Framework.Hosting.Owin.csproj | 4 ++-- .../Properties/AssemblyInfo.cs | 4 ++-- src/DotVVM.Framework/DotVVM.Framework.csproj | 4 ++-- src/DotVVM.Framework/Properties/AssemblyInfo.cs | 6 +++--- src/Templates/DotVVM.Templates.nuspec | 2 +- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj b/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj index 473b2bc69b..306bbe0106 100644 --- a/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj +++ b/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj @@ -3,13 +3,13 @@ DotVVM.CommandLine dotnet-dotvvm - 2.0.1 + 2.0.2 netcoreapp2.0 dotvvmwizard.snk true true DotVVM.CommandLine - 2.0.1 + 2.0.2 RIGANTI Command-line tools for DotVVM. false diff --git a/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs b/src/DotVVM.CommandLine/Properties/AssemblyInfo.cs index 4292f9e00f..6d95ad1f71 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.0.1")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +// [assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("2.0.2")] diff --git a/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj b/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj index 7e27f63549..415607302c 100644 --- a/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj +++ b/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj @@ -1,11 +1,11 @@  - 2.0.1 + 2.0.2 netcoreapp2.0 dotnet-dotvvm-compiler DotVVM.Compiler.Light - 2.0.1 + 2.0.2 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 9aad0fd5d1..d412b905ff 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.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("2.0.2")] diff --git a/src/DotVVM.Core/DotVVM.Core.csproj b/src/DotVVM.Core/DotVVM.Core.csproj index 301c53600e..393679c98a 100644 --- a/src/DotVVM.Core/DotVVM.Core.csproj +++ b/src/DotVVM.Core/DotVVM.Core.csproj @@ -1,6 +1,6 @@  - 2.0.1 + 2.0.2 netstandard1.6;net451 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.Core - 2.0.1 + 2.0.2 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 008e2fc4de..aaef4e5be7 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.0.1")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +// [assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("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 9c689d3dc6..591e0a01c8 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.0.1 + 2.0.2 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 7c48b141ad..77a3617220 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.0.1 + 2.0.2 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 7c17602134..8741ba4fa8 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.0.1 + 2.0.2 netstandard2.0 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.AspNetCore - 2.0.1 + 2.0.2 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 8567a7dd1e..0681ca39a8 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.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("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 9ce65dd601..be23b161e5 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.0.1 + 2.0.2 net451 win7-x64;win7-x86 true @@ -17,7 +17,7 @@ false false DotVVM.Owin - 2.0.1 + 2.0.2 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 e9ffaff978..3c0e0bf184 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.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("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 0ecb17699c..6b11f9fbab 100644 --- a/src/DotVVM.Framework/DotVVM.Framework.csproj +++ b/src/DotVVM.Framework/DotVVM.Framework.csproj @@ -1,7 +1,7 @@  DotVVM - 2.0.1 + 2.0.2 netstandard2.0;net451 $(NoWarn);CS1591 true @@ -9,7 +9,7 @@ true true DotVVM - 2.0.1 + 2.0.2 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 7c4b69757d..16761fd495 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.0.1")] -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +// [assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("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 934a932d3b..75c66e5280 100644 --- a/src/Templates/DotVVM.Templates.nuspec +++ b/src/Templates/DotVVM.Templates.nuspec @@ -2,7 +2,7 @@ DotVVM.Templates - 2.0.1 + 2.0.2 RIGANTI DotVVM Project Templates en-US