mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 07:09:27 +03:00
Update Package info to DarkUI.Net5 1.0.0 for publish to NuGet
This commit is contained in:
parent
d7545c5302
commit
3bbecd3158
@ -9,6 +9,27 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<PackageId>DarkUI.Net5</PackageId>
|
||||
<Authors>Robin Perris, Micheal Colhoun</Authors>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<PackageProjectUrl>http://www.darkui.com/</PackageProjectUrl>
|
||||
<PackageIcon>icon-64.png</PackageIcon>
|
||||
<PackageIconUrl>http://www.darkui.com/images/icon-64.pn</PackageIconUrl>
|
||||
<RepositoryUrl>https://github.com/colhountech/DarkUI.Net5</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<PackageTags>docking winforms net-winforms docking-library docking-application c-sharp dotnet dotnet-framework visual-studio visual-studio-themes windows windows-desktop windows-forms net5</PackageTags>
|
||||
<PackageReleaseNotes>Update DarkUI target frameworks to net5.0-windows;net4</PackageReleaseNotes>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Include="..\icon-64.png">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath></PackagePath>
|
||||
</None>
|
||||
<None Include="..\LICENSE">
|
||||
<Pack>True</Pack>
|
||||
<PackagePath></PackagePath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
@ -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")]
|
||||
|
15
nuget.config
Normal file
15
nuget.config
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
||||
<clear />
|
||||
<add key="github" value="https://nuget.pkg.github.com/colhountech/index.json" />
|
||||
</packageSources>
|
||||
<packageSourceCredentials>
|
||||
<github>
|
||||
<add key="Username" value="colhountech" />
|
||||
<add key="ClearTextPassword" value="TOKEN" />
|
||||
<!-- dotnet nuget push "DarkUI\bin\Release\DarkUI.Net5.1.0.0.nupkg" \-\-api-key XXX \-\-source "github" -->
|
||||
</github>
|
||||
</packageSourceCredentials>
|
||||
</configuration>
|
@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package >
|
||||
<metadata>
|
||||
<id>DarkUI</id>
|
||||
<version>2.0.2</version>
|
||||
<title>DarkUI</title>
|
||||
<authors>Robin Perris</authors>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">MIT</license>
|
||||
<projectUrl>http://www.darkui.com/</projectUrl>
|
||||
<icon>icon-64.png</icon>
|
||||
<iconUrl>http://www.darkui.com/images/icon-64.png</iconUrl>
|
||||
<description>Dark themed control and docking library for .NET WinForms</description>
|
||||
<releaseNotes>Fixed an issue where clearing the items from a DarkDropDown did not also clear the menu</releaseNotes>
|
||||
<copyright>Copyright © Robin Perris</copyright>
|
||||
<tags>docking winforms net-winforms docking-library docking-application c-sharp dotnet dotnet-framework visual-studio visual-studio-themes windows windows-desktop windows-forms</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="DarkUI\bin\Release\DarkUI.dll" target="lib" />
|
||||
<file src="icon-64.png" target="" />
|
||||
</files>
|
||||
</package>
|
Loading…
x
Reference in New Issue
Block a user