From 695d7f910fd55bbfe24d02930d6bdfd1ee33c1d9 Mon Sep 17 00:00:00 2001 From: eben-roux Date: Wed, 4 Jul 2018 14:35:50 +0200 Subject: [PATCH] - v10.0.6 --- .../Shuttle.Core.Data.Tests.csproj | 13 +++++++------ Shuttle.Core.Data/.build/Shuttle.MSBuild.dll | Bin 14336 -> 14336 bytes Shuttle.Core.Data/.build/package.nuspec | 1 + Shuttle.Core.Data/Properties/AssemblyInfo.cs | 8 ++++++-- Shuttle.Core.Data/Shuttle.Core.Data.csproj | 11 ++++++----- 5 files changed, 20 insertions(+), 13 deletions(-) diff --git a/Shuttle.Core.Data.Tests/Shuttle.Core.Data.Tests.csproj b/Shuttle.Core.Data.Tests/Shuttle.Core.Data.Tests.csproj index d65b34e..701803f 100644 --- a/Shuttle.Core.Data.Tests/Shuttle.Core.Data.Tests.csproj +++ b/Shuttle.Core.Data.Tests/Shuttle.Core.Data.Tests.csproj @@ -1,7 +1,7 @@ - net46;netcoreapp2.0 + net461;netcoreapp2.0 Library @@ -17,12 +17,13 @@ - - - - + + + + - + + diff --git a/Shuttle.Core.Data/.build/Shuttle.MSBuild.dll b/Shuttle.Core.Data/.build/Shuttle.MSBuild.dll index 09ce1ac4a39e3af6266ba3065a75001d84ae67a4..1713c425d399d41baf569f786e501151bdc30c63 100644 GIT binary patch delta 977 zcmXYwF=!J}7{|YNmzq@5G--JVBlO$V#ARWpPV!3(uwF-W1!oQs24 zbuc`aQmBbI7}r}0E*Erh6tY$>qf;GR1P9;u_Z{5t{_pp_@7>+-xts3hn-`&jt$d~R zIw|H`-E!>LGSLdD%OR?nEo(gL5=GVeV2LOxEn`})iVNbVY%11dSCr-7Y(z$k=+K9= zL_$`x*S$N&xf9}}S05QY9^N%ATBCjWYI3SEWu_@lS;ZpFD&D3=#S*QUHdScXENH6z zrh~jgPn7QZG$U^WrLh#OE!M!OMi`g(O6fTM_Rj^SgXmUdlc@b?6 za#fS7Ysed@y2wpUuC|donrwXJo+g_{fW<(Q6&d(mO*S@iL6ePxT-9XbA~!YJw2?cS zY`O;jeGjH*u=&=28bA%8e!`H6kI>|;DP&8Njg4H;WaA)LHQBhxZO{h;kV1TZD%9YI zjfDgHU;w&9Ty29s7=UyP&7ciBpbNG^9}GYWV?WpieJ}`DCe#Zkf--0`z1h=W5^?Kp z;_LdOXZG9T_wM<`^Bpff9W%!#1dWy+*SEK8>*=M^e0`(#P|jsuULqbDH4|j0J1L0z zYB>5CqI;!<(x=1N57SwkkTT-0|B>UV#I(z4FvG84fRi@3B8gh-#G3zi5mqQBVaNg_I_5m`1*V zZ4PoqldJ22OHQ7{= zYnp882LF8nreU!8T83&uHK7h+$iyWyd1(yU(qv;Jr!?6($QeyGE^-z0!2qNXpC1dA z`DJ6`fIb+2ZVOkdpbrKhoxo<$1|84^tDp}CAce6Wtb#rmgx7l12dEWg&}Mp*XFqp! z_WgUc@UZam`rfy);otwU;dKs2%$Ox8nto6!7V~%Gv+1j)Ts|9L$`wkPe7ac5<~C(= zWOtaGM|B4o>WK=XK($FQLbRB^mVWzP9-Zka&OGr}dmn#zwCEj-w2Bu-tBfT>VoLr^ z^sC{pw8+^zFhysq(|qLK*z2Q#z%_W%F@ diff --git a/Shuttle.Core.Data/.build/package.nuspec b/Shuttle.Core.Data/.build/package.nuspec index d1906bd..ec9c50e 100644 --- a/Shuttle.Core.Data/.build/package.nuspec +++ b/Shuttle.Core.Data/.build/package.nuspec @@ -8,6 +8,7 @@ https://github.com/shuttle/Shuttle.Core.Data/raw/master/LICENSE https://github.com/shuttle/Shuttle.Core.Data https://raw.githubusercontent.com/Shuttle/Shuttle.Core.Data/master/.media/logo.png + false Provides an abstraction over ADO.NET. diff --git a/Shuttle.Core.Data/Properties/AssemblyInfo.cs b/Shuttle.Core.Data/Properties/AssemblyInfo.cs index cebb83e..3e3d3e9 100644 --- a/Shuttle.Core.Data/Properties/AssemblyInfo.cs +++ b/Shuttle.Core.Data/Properties/AssemblyInfo.cs @@ -25,14 +25,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.5.0")] +[assembly: AssemblyVersion("10.0.6.0")] [assembly: AssemblyCopyright("Copyright © Eben Roux 2017")] [assembly: AssemblyProduct("Shuttle.Core.Data")] [assembly: AssemblyCompany("Shuttle")] [assembly: AssemblyConfiguration("Release")] -[assembly: AssemblyInformationalVersion("10.0.5")] +[assembly: AssemblyInformationalVersion("10.0.6")] [assembly: ComVisible(false)] diff --git a/Shuttle.Core.Data/Shuttle.Core.Data.csproj b/Shuttle.Core.Data/Shuttle.Core.Data.csproj index ea22f8f..ff3b559 100644 --- a/Shuttle.Core.Data/Shuttle.Core.Data.csproj +++ b/Shuttle.Core.Data/Shuttle.Core.Data.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,10 +13,11 @@ - - - + + + +