WPFDarkTheme icon indicating copy to clipboard operation
WPFDarkTheme copied to clipboard

[Feature request]

Open 632575987 opened this issue 4 years ago • 2 comments

Is there have a nuget package?

632575987 avatar Dec 16 '20 07:12 632575987

i might try and make a nuget package soon, i still haven't learnt how to do it yet

AngryCarrot789 avatar Dec 16 '20 14:12 AngryCarrot789

@AngryCarrot789

  1. Create Wpf lib project
  2. Project Properties > Package > Generate NuGet package on build
  3. Fill in Package-related properties (version, author, etc.)
  4. Menu > Build > Publish
  5. Built: Your project\bin\Release\netX.0-windows\publish\v1.0.0.0\yourproject.nupkg
  6. Go to nuget.org and sign up for an account, create the app, and then upload this .nupkg file.

https://learn.microsoft.com/en-us/nuget/quickstart/create-and-publish-a-package-using-visual-studio?tabs=netcore-cli

CodingOctocat avatar Sep 10 '23 11:09 CodingOctocat