From 0b257f961eaab6ecb68f434b46994210d553c63c Mon Sep 17 00:00:00 2001 From: NaBian <836904362@qq.com> Date: Tue, 23 Mar 2021 00:08:13 +0800 Subject: [PATCH] update build info --- build/build.cake | 48 ++++++++++++++++++++ build/build.nuspec | 109 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 151 insertions(+), 6 deletions(-) diff --git a/build/build.cake b/build/build.cake index bfd31c23..7bd507a7 100644 --- a/build/build.cake +++ b/build/build.cake @@ -23,6 +23,34 @@ Task("Build") OutputDirectory = "lib/net45" }; + var settingsNet451 = new DotNetCoreBuildSettings + { + Configuration = "Release", + Framework = "net451", + OutputDirectory = "lib/net451" + }; + + var settingsNet452 = new DotNetCoreBuildSettings + { + Configuration = "Release", + Framework = "net452", + OutputDirectory = "lib/net452" + }; + + var settingsNet46 = new DotNetCoreBuildSettings + { + Configuration = "Release", + Framework = "net46", + OutputDirectory = "lib/net46" + }; + + var settingsNet461 = new DotNetCoreBuildSettings + { + Configuration = "Release", + Framework = "net461", + OutputDirectory = "lib/net461" + }; + var settingsNet462 = new DotNetCoreBuildSettings { Configuration = "Release", @@ -37,6 +65,20 @@ Task("Build") OutputDirectory = "lib/net47" }; + var settingsNet471 = new DotNetCoreBuildSettings + { + Configuration = "Release", + Framework = "net471", + OutputDirectory = "lib/net471" + }; + + var settingsNet472 = new DotNetCoreBuildSettings + { + Configuration = "Release", + Framework = "net472", + OutputDirectory = "lib/net472" + }; + var settingsNet48 = new DotNetCoreBuildSettings { Configuration = "Release", @@ -67,8 +109,14 @@ Task("Build") DotNetCoreBuild("../src/Net_40/HandyControl_Net_40/HandyControl_Net_40.csproj", settingsNet40); DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet45); + DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet451); + DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet452); + DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet46); + DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet461); DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet462); DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet47); + DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet471); + DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet472); DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsNet48); DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsCore30); DotNetCoreBuild("../src/Net_GE45/HandyControl_Net_GE45/HandyControl_Net_GE45.csproj", settingsCore31); diff --git a/build/build.nuspec b/build/build.nuspec index 37542257..d20ac159 100644 --- a/build/build.nuspec +++ b/build/build.nuspec @@ -2,7 +2,7 @@ HandyControl - 3.0.0 + 3.1.0 HandyOrg HandyOrg HandyOrg @@ -12,16 +12,20 @@ https://github.com/NaBian/HandyControl Contains some commonly used simple WPF controls Changes are detailed at https://github.com/HandyOrg/HandyControl/releases - Copyright © HandyOrg 2018-2020 + Copyright © HandyOrg 2018-2021 WPF C# Control - - - + + + + + + + @@ -29,47 +33,133 @@ + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -80,6 +170,7 @@ + @@ -88,20 +179,26 @@ + + + + + +