diff --git a/README.md b/README.md
index a2c4168..8f903d4 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ usage:
```
- Add an app.config on your shared pcl project, and add your appSettings entries, as you would do with any app.config
-- Add this PCL app.config file as a linked file on all your platform projects. For android, make sure to set the build action to 'AndroidAsset'
+- Add this PCL app.config file as a linked file on all your platform projects. For android, make sure to set the build action to 'AndroidAsset', for UWP set the build action to 'Content'
### FOR EMBEDDED APP.CONFIG
diff --git a/src/Lib/PCLAppConfig.FileSystemStream.Android/PCLAppConfig.FileSystemStream.Android.csproj b/src/Lib/PCLAppConfig.FileSystemStream.Android/PCLAppConfig.FileSystemStream.Android.csproj
index 476e0a4..48478b6 100644
--- a/src/Lib/PCLAppConfig.FileSystemStream.Android/PCLAppConfig.FileSystemStream.Android.csproj
+++ b/src/Lib/PCLAppConfig.FileSystemStream.Android/PCLAppConfig.FileSystemStream.Android.csproj
@@ -32,7 +32,7 @@
pdbonly
true
bin\Release\
- TRACE
+ ANDROID
prompt
4
@@ -124,6 +124,10 @@
{47adf18f-1bb7-45ae-addb-fa9291f2c532}
PCLAppConfig.FileSystemStream.Abstractions
+
+ {91435741-b785-4fd8-b486-fa157fd55852}
+ PCLAppConfig
+
diff --git a/src/Lib/PCLAppConfig.FileSystemStream.UWP/PCLAppConfig.FileSystemStream.UWP.csproj b/src/Lib/PCLAppConfig.FileSystemStream.UWP/PCLAppConfig.FileSystemStream.UWP.csproj
index c9b7108..1024ca2 100644
--- a/src/Lib/PCLAppConfig.FileSystemStream.UWP/PCLAppConfig.FileSystemStream.UWP.csproj
+++ b/src/Lib/PCLAppConfig.FileSystemStream.UWP/PCLAppConfig.FileSystemStream.UWP.csproj
@@ -119,6 +119,10 @@
{47adf18f-1bb7-45ae-addb-fa9291f2c532}
PCLAppConfig.FileSystemStream.Abstractions
+
+ {91435741-b785-4fd8-b486-fa157fd55852}
+ PCLAppConfig
+
14.0
diff --git a/src/Lib/PCLAppConfig.FileSystemStream.iOS/PCLAppConfig.FileSystemStream.iOS.csproj b/src/Lib/PCLAppConfig.FileSystemStream.iOS/PCLAppConfig.FileSystemStream.iOS.csproj
index 4aacf9b..3bb3245 100644
--- a/src/Lib/PCLAppConfig.FileSystemStream.iOS/PCLAppConfig.FileSystemStream.iOS.csproj
+++ b/src/Lib/PCLAppConfig.FileSystemStream.iOS/PCLAppConfig.FileSystemStream.iOS.csproj
@@ -59,6 +59,10 @@
{47adf18f-1bb7-45ae-addb-fa9291f2c532}
PCLAppConfig.FileSystemStream.Abstractions
+
+ {91435741-b785-4fd8-b486-fa157fd55852}
+ PCLAppConfig
+
diff --git a/src/Lib/PCLAppConfig.FileSystemStream/PCLAppConfig.FileSystemStream.csproj b/src/Lib/PCLAppConfig.FileSystemStream/PCLAppConfig.FileSystemStream.csproj
index 55864b5..dfe49ca 100644
--- a/src/Lib/PCLAppConfig.FileSystemStream/PCLAppConfig.FileSystemStream.csproj
+++ b/src/Lib/PCLAppConfig.FileSystemStream/PCLAppConfig.FileSystemStream.csproj
@@ -55,6 +55,10 @@
{47adf18f-1bb7-45ae-addb-fa9291f2c532}
PCLAppConfig.FileSystemStream.Abstractions
+
+ {91435741-b785-4fd8-b486-fa157fd55852}
+ PCLAppConfig
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/PCLAppConfig.nuspec b/src/PCLAppConfig.nuspec
new file mode 100644
index 0000000..ef76060
--- /dev/null
+++ b/src/PCLAppConfig.nuspec
@@ -0,0 +1,55 @@
+
+
+
+ PCLAppConfig
+ 0.3
+ PCL AppConfig - Portable AppSettings Reader
+ Ben Ishiyama-levy (Xamariners), Seyyed Soroosh Hosseinalipour
+ Ben Ishiyama-levy (Xamariners)
+
+ Cross platform Xamarin AppSettings reader
+
+
+ - Initial Release
+
+
+ Cross platform Xamarin AppSettings reader
+
+ en-US
+ https://github.com/mrbrl/PCLAppConfig
+ false
+ http://opensource.org/licenses/Apache-2.0
+ Copyright Xamariners 2016
+ xamarin xamarin.forms PCL Config AppConfig AppSettings Configuration ConfigurationManager uwp winrt android ios xamarin monoandroid monodroid monotouch xamariners
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/PCLCoreDemo.sln b/src/PCLAppConfig.sln
similarity index 99%
rename from src/PCLCoreDemo.sln
rename to src/PCLAppConfig.sln
index 4bf1b47..e0971d2 100644
--- a/src/PCLCoreDemo.sln
+++ b/src/PCLAppConfig.sln
@@ -36,6 +36,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D100221-BC18-4732-847E-6A6AEFB0FCBD}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
+ PCLAppConfig.nuspec = PCLAppConfig.nuspec
EndProjectSection
EndProject
Global
@@ -339,6 +340,7 @@ Global
{C6CD8530-FECA-4B06-AFDD-7CC02D00FD4C}.Debug|x86.Build.0 = Debug|x86
{C6CD8530-FECA-4B06-AFDD-7CC02D00FD4C}.Debug|x86.Deploy.0 = Debug|x86
{C6CD8530-FECA-4B06-AFDD-7CC02D00FD4C}.Release|Any CPU.ActiveCfg = Release|x86
+ {C6CD8530-FECA-4B06-AFDD-7CC02D00FD4C}.Release|Any CPU.Build.0 = Release|x86
{C6CD8530-FECA-4B06-AFDD-7CC02D00FD4C}.Release|ARM.ActiveCfg = Release|ARM
{C6CD8530-FECA-4B06-AFDD-7CC02D00FD4C}.Release|ARM.Build.0 = Release|ARM
{C6CD8530-FECA-4B06-AFDD-7CC02D00FD4C}.Release|ARM.Deploy.0 = Release|ARM