From 29d1e5fe2cc25c50bcbec9cf2805259a0faa56ad Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 6 Jun 2017 17:52:39 +0100 Subject: [PATCH] Added option to create NuGet package. --- Claunia.RsrcFork/Claunia.RsrcFork.csproj | 15 ++++++++++++++- Claunia.RsrcFork/packages.config | 4 ++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 Claunia.RsrcFork/packages.config diff --git a/Claunia.RsrcFork/Claunia.RsrcFork.csproj b/Claunia.RsrcFork/Claunia.RsrcFork.csproj index 337b5f6..7bc1fc1 100644 --- a/Claunia.RsrcFork/Claunia.RsrcFork.csproj +++ b/Claunia.RsrcFork/Claunia.RsrcFork.csproj @@ -1,5 +1,6 @@ + Debug AnyCPU @@ -11,6 +12,16 @@ 2.0 1.0 false + Claunia.RsrcFork + 1.0 + Natalia Portillo + https://raw.githubusercontent.com/claunia/Claunia.RsrcFork/master/LICENSE + true + claunia + https://www.github.com/claunia/Claunia.RsrcFork + Library for handling resource forks. + Claunia.RsrcFork + Library for handling resource forks. true @@ -46,6 +57,7 @@ README.md PreserveNewest + @@ -65,7 +77,7 @@ - + @@ -73,4 +85,5 @@ + \ No newline at end of file diff --git a/Claunia.RsrcFork/packages.config b/Claunia.RsrcFork/packages.config new file mode 100644 index 0000000..1aa0b1d --- /dev/null +++ b/Claunia.RsrcFork/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file