diff --git a/OwinOAuthProviders.sln b/OwinOAuthProviders.sln
index 6141d543..1f7a1581 100644
--- a/OwinOAuthProviders.sln
+++ b/OwinOAuthProviders.sln
@@ -94,6 +94,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Owin.Security.Providers.Orc
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OwinOAuthProvidersDemo", "OwinOAuthProvidersDemo\OwinOAuthProvidersDemo.csproj", "{5A438007-0C90-4DAC-BAA1-54A32164067F}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Owin.Security.Providers.Orcid", "src\Owin.Security.Providers.Orcid\Owin.Security.Providers.Orcid.csproj", "{89CB4342-E23D-4E7C-89E5-C369599A5860}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
diff --git a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs
index dd040c8d..f1af661b 100755
--- a/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs
+++ b/OwinOAuthProvidersDemo/App_Start/Startup.Auth.cs
@@ -278,4 +278,4 @@ public void ConfigureAuth(IAppBuilder app)
//app.UseOrcidAuthentication("APP-QQ4XO1AYU3WR696B", "6bb22d2e-71b3-4d5d-b1af-f5d3a8cd4270");
}
}
-}
\ No newline at end of file
+}
diff --git a/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj b/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj
index bfcc773c..fac17cc7 100644
--- a/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj
+++ b/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.csproj
@@ -73,6 +73,7 @@
+
diff --git a/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec b/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec
new file mode 100644
index 00000000..e9d9eb54
--- /dev/null
+++ b/src/Owin.Security.Providers.Orcid/Owin.Security.Providers.Orcid.nuspec
@@ -0,0 +1,29 @@
+
+
+
+ Owin.Security.Providers.Orcid
+ 1.0.0
+ Rick Zakharov
+ RickZee
+ http://opensource.org/licenses/MIT
+ https://github.com/RickZee/OwinOAuthProviders
+ false
+
+ Adds ORCID OAuth provider for OWIN to use with ASP.NET
+
+
+ Providers have now been split into their own packages from Owin.Security.Providers
+
+
+
+ Copyright 2016
+ owin katana oauth LinkedIn
+
+
+
+
+
+
+
+
+