From 8631ba8cdc76fd08b1a61d6dec0a85da64f5d1e4 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 6 Jun 2017 17:38:29 +0100 Subject: [PATCH] Added option to generate nuget package. --- Claunia.Encoding/Claunia.Encoding.csproj | 26 ++++++++++++++++++++++-- Claunia.Encoding/packages.config | 4 ++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 Claunia.Encoding/packages.config diff --git a/Claunia.Encoding/Claunia.Encoding.csproj b/Claunia.Encoding/Claunia.Encoding.csproj index 32e350b..63cdfc4 100644 --- a/Claunia.Encoding/Claunia.Encoding.csproj +++ b/Claunia.Encoding/Claunia.Encoding.csproj @@ -1,5 +1,6 @@  + Debug AnyCPU @@ -11,6 +12,17 @@ Claunia.Encoding v4.5 Profile78 + true + Claunia.Encoding + 1.0 + Natalia Portillo + true + Natalia Portillo + https://github.com/claunia/Claunia.Encoding + Library to provide codepage conversion to and from archaic and old computer systems and Unicode. + Claunia.Encoding + Library to provide codepage conversion to and from archaic and old computer systems and Unicode. + https://raw.githubusercontent.com/claunia/Claunia.Encoding/master/LICENSE.MIT true @@ -53,15 +65,25 @@ PreserveNewest + + + - - + + + + + + + + + \ No newline at end of file diff --git a/Claunia.Encoding/packages.config b/Claunia.Encoding/packages.config new file mode 100644 index 0000000..358ecd8 --- /dev/null +++ b/Claunia.Encoding/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file