From 14ef09adba1a98a2f518c26cb415bbd6a24008a1 Mon Sep 17 00:00:00 2001 From: eben-roux Date: Sun, 8 Jul 2018 09:59:50 +0200 Subject: [PATCH] - v10.0.1 --- .../Properties/AssemblyInfo.cs | 12 ++++++------ .../Shuttle.ESB.Process.csproj | 10 +++++----- .../Shuttle.Esb.Process.Tests.Tests.csproj | 12 ++++++------ .../.build/Shuttle.MSBuild.dll | Bin 14336 -> 14336 bytes Shuttle.Esb.Process/.build/package.nuspec | 1 + 5 files changed, 18 insertions(+), 17 deletions(-) diff --git a/Shuttle.ESB.Process/Properties/AssemblyInfo.cs b/Shuttle.ESB.Process/Properties/AssemblyInfo.cs index 8df0fa9..d5f462c 100644 --- a/Shuttle.ESB.Process/Properties/AssemblyInfo.cs +++ b/Shuttle.ESB.Process/Properties/AssemblyInfo.cs @@ -1,10 +1,6 @@ using System.Reflection; using System.Runtime.InteropServices; -#if NET46 -[assembly: AssemblyTitle(".NET Framework 4.6")] -#endif - #if NET461 [assembly: AssemblyTitle(".NET Framework 4.6.1")] #endif @@ -25,14 +21,18 @@ [assembly: AssemblyTitle(".NET Core 2.0")] #endif +#if NETCOREAPP2_1 +[assembly: AssemblyTitle(".NET Core 2.1")] +#endif + #if NETSTANDARD2_0 [assembly: AssemblyTitle(".NET Standard 2.0")] #endif -[assembly: AssemblyVersion("10.0.0.0")] +[assembly: AssemblyVersion("10.0.1.0")] [assembly: AssemblyCopyright("Copyright © Eben Roux 2018")] [assembly: AssemblyProduct("Shuttle.Esb.Process")] [assembly: AssemblyCompany("Shuttle")] [assembly: AssemblyConfiguration("Release")] -[assembly: AssemblyInformationalVersion("10.0.0")] +[assembly: AssemblyInformationalVersion("10.0.1")] [assembly: ComVisible(false)] diff --git a/Shuttle.ESB.Process/Shuttle.ESB.Process.csproj b/Shuttle.ESB.Process/Shuttle.ESB.Process.csproj index 24cb4bb..fba5747 100644 --- a/Shuttle.ESB.Process/Shuttle.ESB.Process.csproj +++ b/Shuttle.ESB.Process/Shuttle.ESB.Process.csproj @@ -1,8 +1,8 @@ - net46;net461;net462;net47;net471;netstandard2.0;netcoreapp2.0 - false + net461;net462;net47;net471;netstandard2.0;netcoreapp2.0;netcoreapp2.1 + false @@ -13,9 +13,9 @@ - - - + + + diff --git a/Shuttle.Esb.Process.Tests.Tests/Shuttle.Esb.Process.Tests.Tests.csproj b/Shuttle.Esb.Process.Tests.Tests/Shuttle.Esb.Process.Tests.Tests.csproj index d2cc32c..4672896 100644 --- a/Shuttle.Esb.Process.Tests.Tests/Shuttle.Esb.Process.Tests.Tests.csproj +++ b/Shuttle.Esb.Process.Tests.Tests/Shuttle.Esb.Process.Tests.Tests.csproj @@ -1,15 +1,15 @@ - netcoreapp2.0;net46 + netcoreapp2.0;net461 - - - - - + + + + + diff --git a/Shuttle.Esb.Process/.build/Shuttle.MSBuild.dll b/Shuttle.Esb.Process/.build/Shuttle.MSBuild.dll index 76ada8185a5ceafc7a22653618d545e827084f4e..1713c425d399d41baf569f786e501151bdc30c63 100644 GIT binary patch delta 68 zcmZoDXegM_!Lp;+I(lPIiMD`Zpx}|zv?hls&KFmz3AS}^7SLJ443?gJKwm;&)m=Vu W)A-4Lv+vFeUvwo#Z}SU%2@U|W9UGbe delta 68 zcmZoDXegM_!Q$x}7PYabL|fnv8>iuN+f5F8I1S8RneXM=ETFT787w{dfWCyl!v*tJ X9;kTfK5;{gz`=rfrJG;qOK<=HlQbK_ diff --git a/Shuttle.Esb.Process/.build/package.nuspec b/Shuttle.Esb.Process/.build/package.nuspec index c9ce17d..675d4b8 100644 --- a/Shuttle.Esb.Process/.build/package.nuspec +++ b/Shuttle.Esb.Process/.build/package.nuspec @@ -8,6 +8,7 @@ https://github.com/shuttle/Shuttle.Esb.Process/raw/master/LICENSE https://github.com/shuttle/Shuttle.Esb.Process https://raw.githubusercontent.com/Shuttle/Shuttle.Esb.Process/master/.media/logo.png + false Shuttle.Esb process management using Shuttle.Recall event sourcing.