From 9a04ceb25a2bf61ae615483515ee025eea9431f8 Mon Sep 17 00:00:00 2001 From: Glenn Date: Sun, 17 Nov 2013 12:02:56 -0800 Subject: [PATCH] Added LICENSE.txt Added nuspec manifest Now supporting additional framework versions with portable build --- .../BobbyTables.portable.csproj | 11 ++++--- BobbyTables.Portable/app.config | 15 --------- BobbyTables.Portable/packages.config | 6 ++-- BobbyTables.Tests/BobbyTables.Tests.csproj | 6 ++++ LICENSE.txt | 19 ++++++++++++ Package.nuspec | 31 +++++++++++++++++++ 6 files changed, 65 insertions(+), 23 deletions(-) delete mode 100644 BobbyTables.Portable/app.config create mode 100644 LICENSE.txt create mode 100644 Package.nuspec diff --git a/BobbyTables.Portable/BobbyTables.portable.csproj b/BobbyTables.Portable/BobbyTables.portable.csproj index 14e7ec1..a72b8c3 100644 --- a/BobbyTables.Portable/BobbyTables.portable.csproj +++ b/BobbyTables.Portable/BobbyTables.portable.csproj @@ -11,7 +11,7 @@ BobbyTables BobbyTables v4.0 - Profile158 + Profile88 512 {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} @@ -70,15 +70,16 @@ ..\packages\Newtonsoft.Json.5.0.8\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll - ..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl5+win8+wp8\System.Runtime.dll + ..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Runtime.dll - ..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl5+win8+wp8\System.Threading.Tasks.dll + ..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll - - + + Designer + diff --git a/BobbyTables.Portable/app.config b/BobbyTables.Portable/app.config deleted file mode 100644 index 9a9c59a..0000000 --- a/BobbyTables.Portable/app.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/BobbyTables.Portable/packages.config b/BobbyTables.Portable/packages.config index 23600ee..0afe280 100644 --- a/BobbyTables.Portable/packages.config +++ b/BobbyTables.Portable/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file diff --git a/BobbyTables.Tests/BobbyTables.Tests.csproj b/BobbyTables.Tests/BobbyTables.Tests.csproj index 515a41b..297ed4e 100644 --- a/BobbyTables.Tests/BobbyTables.Tests.csproj +++ b/BobbyTables.Tests/BobbyTables.Tests.csproj @@ -43,6 +43,7 @@ + @@ -64,6 +65,11 @@ + + + + +