From b95390fde37add1b74869d53da189c068d48d786 Mon Sep 17 00:00:00 2001 From: TFS Date: Tue, 29 Aug 2017 14:48:17 +0000 Subject: [PATCH] NuGet package version 1.1.6 --- src/DotVVM.CommandLine/DotVVM.CommandLine.csproj | 4 ++-- src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj | 4 ++-- src/DotVVM.Core/DotVVM.Core.csproj | 4 ++-- .../DotVVM.Framework.Hosting.AspNetCore.csproj | 4 ++-- .../DotVVM.Framework.Hosting.Owin.csproj | 4 ++-- src/DotVVM.Framework/DotVVM.Framework.csproj | 4 ++-- .../DotVVM.Tracing.ApplicationInsights.AspNetCore.csproj | 4 ++-- .../DotVVM.Tracing.ApplicationInsights.Owin.csproj | 4 ++-- .../DotVVM.Tracing.ApplicationInsights.csproj | 4 ++-- .../DotVVM.Tracing.MiniProfiler.AspNetCore.csproj | 4 ++-- .../DotVVM.Tracing.MiniProfiler.Owin.csproj | 4 ++-- src/Templates/DotVVM.Templates.nuspec | 2 +- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj b/src/DotVVM.CommandLine/DotVVM.CommandLine.csproj index 8f5025de8d..d67b863ee0 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-beta2 + 1.1.6 netcoreapp2.0 dotvvmwizard.snk true true DotVVM.CommandLine - 1.1.6-beta2 + 1.1.6 RIGANTI Command-line tools for DotVVM. false diff --git a/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj b/src/DotVVM.Compiler.Light/DotVVM.Compiler.Light.csproj index 2d2bdf7c03..4a47f54227 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-beta2 + 1.1.6 netcoreapp2.0 dotnet-dotvvm-compiler DotVVM.Compiler.Light - 1.1.6-beta2 + 1.1.6 RIGANTI Command-line compiler for DotVVM. false diff --git a/src/DotVVM.Core/DotVVM.Core.csproj b/src/DotVVM.Core/DotVVM.Core.csproj index 135689f190..8b8a521760 100644 --- a/src/DotVVM.Core/DotVVM.Core.csproj +++ b/src/DotVVM.Core/DotVVM.Core.csproj @@ -1,6 +1,6 @@  - 1.1.6-beta2 + 1.1.6 netstandard1.6;net451 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.Core - 1.1.6-beta2 + 1.1.6 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.Framework.Hosting.AspNetCore/DotVVM.Framework.Hosting.AspNetCore.csproj b/src/DotVVM.Framework.Hosting.AspNetCore/DotVVM.Framework.Hosting.AspNetCore.csproj index 08d1645999..53182b06c6 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-beta2 + 1.1.6 netstandard2.0 $(NoWarn);CS1591 true @@ -17,7 +17,7 @@ false false DotVVM.AspNetCore - 1.1.6-beta2 + 1.1.6 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.Owin/DotVVM.Framework.Hosting.Owin.csproj b/src/DotVVM.Framework.Hosting.Owin/DotVVM.Framework.Hosting.Owin.csproj index 341fe1a22b..77c0013774 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-beta2 + 1.1.6 net451 win7-x64;win7-x86 true @@ -17,7 +17,7 @@ false false DotVVM.Owin - 1.1.6-beta2 + 1.1.6 RIGANTI This package contains OWIN middleware and hosting infrastructure for DotVVM apps. diff --git a/src/DotVVM.Framework/DotVVM.Framework.csproj b/src/DotVVM.Framework/DotVVM.Framework.csproj index 3edd5923f5..beaaa0051c 100644 --- a/src/DotVVM.Framework/DotVVM.Framework.csproj +++ b/src/DotVVM.Framework/DotVVM.Framework.csproj @@ -1,7 +1,7 @@  DotVVM - 1.1.6-beta2 + 1.1.6 netstandard2.0;net451 $(NoWarn);CS1591 true @@ -9,7 +9,7 @@ true true DotVVM - 1.1.6-beta2 + 1.1.6 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.Tracing.ApplicationInsights.AspNetCore/DotVVM.Tracing.ApplicationInsights.AspNetCore.csproj b/src/DotVVM.Tracing.ApplicationInsights.AspNetCore/DotVVM.Tracing.ApplicationInsights.AspNetCore.csproj index c78f79a383..97ef8972dd 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-beta2 + 1.1.6 netstandard2.0;net451 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.ApplicationInsights.AspNetCore - 1.1.6-beta2 + 1.1.6 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 e266884711..b9dfc0f865 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-beta2 + 1.1.6 net451 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.ApplicationInsights.Owin - 1.1.6-beta2 + 1.1.6 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 77acbaad2e..fdcd549069 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-beta2 + 1.1.6 netstandard2.0;net451 $(NoWarn);CS1591 true @@ -9,7 +9,7 @@ true true DotVVM.Tracing.ApplicationInsights - 1.1.6-beta2 + 1.1.6 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 66a34b6db1..dd6b6cfd0f 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-beta2 + 1.1.6 netstandard2.0 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.MiniProfiler.AspNetCore - 1.1.6-beta2 + 1.1.6 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 0ff641c65c..d3bdb4c5df 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-beta2 + 1.1.6 net451 $(NoWarn);CS1591 true @@ -10,7 +10,7 @@ true true DotVVM.Tracing.MiniProfiler.Owin - 1.1.6-beta2 + 1.1.6 RIGANTI MiniProfiler Tracing module for OWIN and DotVVM false diff --git a/src/Templates/DotVVM.Templates.nuspec b/src/Templates/DotVVM.Templates.nuspec index 81859ebb40..e29f81c79b 100644 --- a/src/Templates/DotVVM.Templates.nuspec +++ b/src/Templates/DotVVM.Templates.nuspec @@ -2,7 +2,7 @@ DotVVM.Templates - 1.1.6-beta2 + 1.1.6 RIGANTI DotVVM Project Templates en-US