From a7ee8cdac0b0ad2211140f03b9818f400689d250 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 23 Jun 2019 01:29:11 +0200 Subject: [PATCH] publish the thing --- .gitignore | 3 +- Coroutine/Coroutine.csproj | 3 ++ Coroutine/Coroutine.nuspec | 19 +++++++++++ README.md | 64 ++++++++++++++++++++++++++++++++++++++ Test/Example.cs | 2 -- 5 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 Coroutine/Coroutine.nuspec diff --git a/.gitignore b/.gitignore index 38b37f3..38f4e9e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ bin obj packages -*.user \ No newline at end of file +*.user +*.nupkg \ No newline at end of file diff --git a/Coroutine/Coroutine.csproj b/Coroutine/Coroutine.csproj index fd2d995..6a62643 100644 --- a/Coroutine/Coroutine.csproj +++ b/Coroutine/Coroutine.csproj @@ -46,6 +46,9 @@ + + +