cut a main release

This commit is contained in:
Tommy Parnell
2017-03-05 16:03:42 -05:00
parent 6fc1a97575
commit f3efa7e79c
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
namespace Opener.Net
{
public class Opener
public static class Opener
{
/// <summary>
/// Launch a command on macOS, Linux, or windows

View File

@@ -6,7 +6,7 @@
"description": "This provides a cross platform way to launch processes on mac/linux/or windows",
"authors": [ "Tommy Parnell" ],
"packOptions": {
"tags": [ "dotnet core", "xplat" ],
"tags": [ "dotnet core", "xplat", "launch process" ],
"projectUrl": "https://github.com/TerribleDev/Opener.Net",
"licenseUrl": "https://opensource.org/licenses/MIT"
},