Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created September 24, 2018 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/eafc3ab06373a23423d297b19ab03654 to your computer and use it in GitHub Desktop.
Save juucustodio/eafc3ab06373a23423d297b19ab03654 to your computer and use it in GitHub Desktop.
Example how to create a simple nuget package - http://julianocustodio.com/nuget-package
namespace DemoLibrary
{
public class DemoClass
{
public string Ola()
{
return "Olá, esse é o meu primeiro plugin.";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment