From 3bbecd3158ad36f636a03de86dc1e25fd9d7892b Mon Sep 17 00:00:00 2001 From: Micheal colhoun Date: Sat, 4 Sep 2021 12:28:24 +0100 Subject: [PATCH] Update Package info to DarkUI.Net5 1.0.0 for publish to NuGet --- DarkUI/DarkUI.csproj | 21 +++++++++++++++++++++ DarkUI/Properties/AssemblyInfo.cs | 8 ++++---- nuget.config | 15 +++++++++++++++ package.nuspec | 22 ---------------------- 4 files changed, 40 insertions(+), 26 deletions(-) create mode 100644 nuget.config delete mode 100644 package.nuspec diff --git a/DarkUI/DarkUI.csproj b/DarkUI/DarkUI.csproj index 277ccab..51dc6b9 100644 --- a/DarkUI/DarkUI.csproj +++ b/DarkUI/DarkUI.csproj @@ -9,6 +9,27 @@ false + DarkUI.Net5 + Robin Perris, Micheal Colhoun + LICENSE + http://www.darkui.com/ + icon-64.png + http://www.darkui.com/images/icon-64.pn + https://github.com/colhountech/DarkUI.Net5 + git + docking winforms net-winforms docking-library docking-application c-sharp dotnet dotnet-framework visual-studio visual-studio-themes windows windows-desktop windows-forms net5 + Update DarkUI target frameworks to net5.0-windows;net4 + false + + + True + + + + True + + + \ No newline at end of file diff --git a/DarkUI/Properties/AssemblyInfo.cs b/DarkUI/Properties/AssemblyInfo.cs index ead8d4e..cac9e71 100644 --- a/DarkUI/Properties/AssemblyInfo.cs +++ b/DarkUI/Properties/AssemblyInfo.cs @@ -6,10 +6,10 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("DarkUI")] -[assembly: AssemblyDescription("Dark themed control and docking library for .NET WinForms.")] +[assembly: AssemblyDescription("Dark themed control and docking library for .NET WinForms. Based on the original DarkUI package by Robin Perris")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Robin Perris")] -[assembly: AssemblyProduct("DarkUI")] +[assembly: AssemblyProduct("DarkUI.Net5")] [assembly: AssemblyCopyright("Copyright © Robin Perris")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.1.0")] -[assembly: AssemblyFileVersion("2.0.1.0")] +[assembly: AssemblyVersion("2.0.2.0")] +[assembly: AssemblyFileVersion("2.0.2.0")] diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..7b5df6a --- /dev/null +++ b/nuget.config @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/package.nuspec b/package.nuspec deleted file mode 100644 index 5cd40b1..0000000 --- a/package.nuspec +++ /dev/null @@ -1,22 +0,0 @@ - - - - DarkUI - 2.0.2 - DarkUI - Robin Perris - false - MIT - http://www.darkui.com/ - icon-64.png - http://www.darkui.com/images/icon-64.png - Dark themed control and docking library for .NET WinForms - Fixed an issue where clearing the items from a DarkDropDown did not also clear the menu - Copyright © Robin Perris - docking winforms net-winforms docking-library docking-application c-sharp dotnet dotnet-framework visual-studio visual-studio-themes windows windows-desktop windows-forms - - - - - -