Skip to content

kenvindev/atas-indicator-dotnet-template

Repository files navigation

Packaging and Publishing ATAS Indicator Template

Build Package

To create the NuGet package, navigate to the template directory and run:

cd template-package
dotnet pack

Output file: bin\Release\AtasIndicator.Template.{version}.nupkg


Publishing to NuGet.org

1. Create a NuGet.org Account

2. Generate an API Key

  • Log in to NuGet.org → AccountAPI Keys.
  • Click Create → Select "Push" scope, then select your package (or use * for all).
  • Copy the API Key (Note: It is only displayed once).

3. Push the Package

Run the following command to upload your package:

dotnet nuget push bin\Release\AtasIndicator.Template.1.0.1.nupkg --api-key YOUR_API_KEY --source https://api.nuget.org/v3/index.json

4. Install Template from NuGet

Once published, you can install the template using:

dotnet new install AtasIndicator.Template

Or for a specific version:

dotnet new install AtasIndicator.Template::1.0.1

Version Management

Update the <PackageVersion> tag in your AtasIndicator.Template.csproj file before running the pack command.

About

ATAS Indicator Dotnet Template

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages