Skip to content

ComputerMaster1st/AudioChord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AudioChord

A music utility library for Discord.net

Pushing new nuget packages

Pushing packages is already supported by the dotnet tool

To be able to push we need to 'pack' a project first. navigate to the project in question and execute

before packing, check if you incremented the package version in the csproj

dotnet pack --configuration Release

The command result will tell you where the package was created, navigate to the containing folder and push the package to a server

dotnet nuget push {path_to_package} -k {api_key} -s {nuget_package_server}

Requirements:

  • MongoDB database
  • FFMpeg
  • Optionally a cache driver (eg AudioChord.Caching.Filesystem)
  • Anything that supports netstandard 2.0

How to use?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages