diff --git a/.gitignore b/.gitignore
index e80ecc751c2..bcf4fe6f9e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,10 @@
+#bower deps
+**/wwwroot/lib/
bin/
obj/
.idea/
latest/
+node_modules/
/env-vars.bat
*.suo
#ignore thumbnails created by windows
@@ -52,9 +55,6 @@ requestlogs/
*.DS_Store
NuGet/
-NuGet.Pcl/
-NuGet.Signed/
-*.pfx
build/
@@ -67,3 +67,4 @@ src/ServiceStack/Properties/Resources.resources
src/ServiceStack.userprefs
*.xap
+src/ServiceStack.sln.DotSettings
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index a95a4a6066e..5e9b96594eb 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -276,7 +276,7 @@
- [kaza](https://github.com/kaza)
- [mishfit](https://github.com/mishfit)
- [rfvgyhn](https://github.com/rfvgyhn) (Chris)
- - [caiopoiete](https://github.com/caiopoiete) (Caio Proiete)
+ - [augustoproiete](https://github.com/augustoproiete) (C. Augusto Proiete)
- [sjuxax](https://github.com/sjuxax) (Jeff Cook)
- [madaleno](https://github.com/madaleno) (Luis Madaleno)
- [yavosh](https://github.com/yavosh) (Yavor Shahpasov)
@@ -302,6 +302,7 @@
- [barambani](https://github.com/barambani)
- [nhalm](https://github.com/et1975)
- [scottmcarthur](https://github.com/scottmcarthur) (Scott McArthur)
+ - [siliconrob](https://github.com/Siliconrob) (Robin Michael)
diff --git a/NuGet.Config b/NuGet.Config
new file mode 100644
index 00000000000..8c1ce21b6f6
--- /dev/null
+++ b/NuGet.Config
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/NuGet.Core/ServiceStack.Client.Core/ServiceStack.Client.Core.nuspec b/NuGet.Core/ServiceStack.Client.Core/ServiceStack.Client.Core.nuspec
deleted file mode 100644
index f3db1ecf1fb..00000000000
--- a/NuGet.Core/ServiceStack.Client.Core/ServiceStack.Client.Core.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- ServiceStack.Client.Core
- 1.0.0
- ServiceStack.Client.Core
- Service Stack
- Service Stack
- true
- https://servicestack.net/terms
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/img/logo-32.png
- JSON, XML, JSV, SOAP and MQ Generic Service Clients.
- Opensource .NET and Mono REST Web Services framework
- Copyright 2016 Service Stack
- en-US
- ServiceStack Common Framework Clients ServiceClients Gateway
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Core/ServiceStack.Common.Core/ServiceStack.Common.Core.nuspec b/NuGet.Core/ServiceStack.Common.Core/ServiceStack.Common.Core.nuspec
deleted file mode 100644
index 3aa89506ba4..00000000000
--- a/NuGet.Core/ServiceStack.Common.Core/ServiceStack.Common.Core.nuspec
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
- ServiceStack.Common.Core
- 1.0.0
- ServiceStack.Common.Core
- Service Stack
- Service Stack
- false
- https://servicestack.net/terms
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/img/logo-32.png
- Common base library for ServiceStack projects.
- Opensource .NET and Mono REST Web Services framework
- Copyright 2016 Service Stack
- en-US
- ServiceStack Common Framework Clients ServiceClients Gateway
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Core/ServiceStack.Interfaces.Core/ServiceStack.Interfaces.Core.nuspec b/NuGet.Core/ServiceStack.Interfaces.Core/ServiceStack.Interfaces.Core.nuspec
deleted file mode 100644
index 4110b719ed7..00000000000
--- a/NuGet.Core/ServiceStack.Interfaces.Core/ServiceStack.Interfaces.Core.nuspec
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
- ServiceStack.Interfaces.Core
- 1.0.0
- ServiceStack.Interfaces.Core
- Service Stack
- Service Stack
- false
- https://servicestack.net/terms
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/img/logo-32.png
- Lightweight and implementation-free interfaces for DTO's, providers and adapters.
- Opensource .NET and Mono REST Web Services framework
- Copyright 2016 Service Stack
- en-US
- Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO ServiceStack
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Core/nuget.exe b/NuGet.Core/nuget.exe
deleted file mode 100755
index 6bb79fe5379..00000000000
Binary files a/NuGet.Core/nuget.exe and /dev/null differ
diff --git a/NuGet.Signed/ServiceStack.Api.Swagger.Signed/servicestack.api.swagger.signed.nuspec b/NuGet.Signed/ServiceStack.Api.Swagger.Signed/servicestack.api.swagger.signed.nuspec
deleted file mode 100644
index ed91147933e..00000000000
--- a/NuGet.Signed/ServiceStack.Api.Swagger.Signed/servicestack.api.swagger.signed.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- ServiceStack.Api.Swagger.Signed
- ServiceStack.Api.Swagger.Signed
- 4.5.0
- Service Stack
- Service Stack
- ServiceStack integration with Swagger
-
- Provides a set of services to be discovered by Swagger (http://swagger.wordnik.com/)
- Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- Swagger API REST Docs ServiceStack
- en-US
- StackExpress.net 2012 and contributors
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Signed/ServiceStack.Authentication.OAuth2.Signed/servicestack.authentication.oauth2.signed.nuspec b/NuGet.Signed/ServiceStack.Authentication.OAuth2.Signed/servicestack.authentication.oauth2.signed.nuspec
deleted file mode 100644
index a60f513d7d8..00000000000
--- a/NuGet.Signed/ServiceStack.Authentication.OAuth2.Signed/servicestack.authentication.oauth2.signed.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- ServiceStack.Authentication.OAuth2.Signed
- OAuth2 Providers for ServiceStack - inc. Google, LinkedIn
- 4.5.0
- Service Stack
- Service Stack
- OpenId Auth Providers for ServiceStack - inc. Google, LinkedIn
-
- Adds OAuth2 Providers for use in ServiceStack Web and REST Services.
- Includes built-in support for Google and LinkedIn OAuth2 providers.
-
- More Info on Auth Providers:
- https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- OAuth OAuth2 Google LinkedIn Authentication Auth Provider ServiceStack Web Services
- en-US
- Copyright 2015 Service Stack
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Signed/ServiceStack.Client.Signed/servicestack.client.signed.nuspec b/NuGet.Signed/ServiceStack.Client.Signed/servicestack.client.signed.nuspec
deleted file mode 100644
index 87a72a6dc7b..00000000000
--- a/NuGet.Signed/ServiceStack.Client.Signed/servicestack.client.signed.nuspec
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
- ServiceStack.Client.Signed
- ServiceStack.Client.Signed
- 4.5.0
- Service Stack
- Service Stack
- Opensource .NET and Mono REST Web Services framework
-
- JSON, XML, JSV, SOAP and MQ Generic Service Clients.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- true
- https://servicestack.net/img/logo-32.png
- ServiceStack Common Framework Clients ServiceClients Gateway
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet.Signed/ServiceStack.Common.Signed/servicestack.common.signed.nuspec b/NuGet.Signed/ServiceStack.Common.Signed/servicestack.common.signed.nuspec
deleted file mode 100644
index 2030afa435d..00000000000
--- a/NuGet.Signed/ServiceStack.Common.Signed/servicestack.common.signed.nuspec
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- ServiceStack.Common.Signed
- ServiceStack.Common.Signed
- 4.5.0
- Service Stack
- Service Stack
- Opensource .NET and Mono REST Web Services framework
-
- Common base library for ServiceStack projects.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Common Framework Clients ServiceClients Gateway
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet.Signed/ServiceStack.Mvc.Signed/servicestack.mvc.signed.nuspec b/NuGet.Signed/ServiceStack.Mvc.Signed/servicestack.mvc.signed.nuspec
deleted file mode 100644
index b27aded2c32..00000000000
--- a/NuGet.Signed/ServiceStack.Mvc.Signed/servicestack.mvc.signed.nuspec
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
- ServiceStack.Mvc.Signed
- MVC Adapters for integrating with ServiceStack webservices
- 4.5.0
- Service Stack
- Service Stack
- .NET 4.0 project Integration of ServiceStack with MVC3
-
- Full details in Mvc PowerPack: http://servicestack.net/mvc-powerpack/
- Adapter classes to provide tight integration and re-usable functionality between ServiceStack and MVC3.
- Including adapters for: MiniProfiler, FluentValidation, Funq IOC Controller Factory, Funq Validator Factory
- ControllerBase (configured with access to ServiceStack's ICacheClient, ISession, typed UserSession dependencies).
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- MiniProfiler FluentValidation MVC Controller ServiceStack
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Signed/ServiceStack.ProtoBuf.Signed/servicestack.protobuf.signed.nuspec b/NuGet.Signed/ServiceStack.ProtoBuf.Signed/servicestack.protobuf.signed.nuspec
deleted file mode 100644
index 774b21fdc4f..00000000000
--- a/NuGet.Signed/ServiceStack.ProtoBuf.Signed/servicestack.protobuf.signed.nuspec
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- ServiceStack.ProtoBuf.Signed
- Protocol Buffers support for ServiceStack. Includes typed ProtoBuf Client
- 4.5.0
- Service Stack
- Service Stack
- ProtoBuf Format Serializer ContentType ServiceClients for ServiceStack
-
- Add the ProtoBuf binary format and endpoint to a ServiceStack web service host.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ProtoBuf Fast Binary Serializer Format ContentType REST Web Services ServiceStack
- en-US
- Copyright 2013 Service Stack
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Signed/ServiceStack.Razor.Signed/content/web.config.transform b/NuGet.Signed/ServiceStack.Razor.Signed/content/web.config.transform
deleted file mode 100644
index 5632e54d8e1..00000000000
--- a/NuGet.Signed/ServiceStack.Razor.Signed/content/web.config.transform
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Signed/ServiceStack.Razor.Signed/servicestack.razor.signed.nuspec b/NuGet.Signed/ServiceStack.Razor.Signed/servicestack.razor.signed.nuspec
deleted file mode 100644
index 77396ef6eb2..00000000000
--- a/NuGet.Signed/ServiceStack.Razor.Signed/servicestack.razor.signed.nuspec
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
- ServiceStack.Razor.Signed
- ServiceStack.Razor.Signed
- 4.5.0
- Service Stack
- Service Stack
- Provides ServiceStack's HTML Story including integrated support for MVC Razor's ViewEngine
-
- ServiceStack Razor Documentation: http://razor.servicestack.net
-
- - Turns ServiceStack into a Complete Web + REST Services Stack. Replaces need for ASP.NET MVC.
- - Runs In ASP.NET or Self-host, first-class cross-platform support on .NET / Mono runtimes.
- - Add HTML views to existing services.
- - Change Views and Layout templates at runtime.
- - No Ceremony development options - Pages without controllers, with typed and dynamic View Models.
- - Include Partial Markdown views in Razor pages.
- - Cascading Layout templates.
- - Pretty urls by default (no custom Routes needed).
- - Keep all views and assets together.
- - Smart View Pages.
-
- http://razor.servicestack.net
- https://servicestack.net/terms
- true
- https://servicestack.net/img/logo-32.png
- Razor ViewEngine View Templates Controllers Mono ASP.NET Self-Host ServiceStack
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Signed/ServiceStack.Server.Signed/servicestack.server.signed.nuspec b/NuGet.Signed/ServiceStack.Server.Signed/servicestack.server.signed.nuspec
deleted file mode 100644
index 570adad18fc..00000000000
--- a/NuGet.Signed/ServiceStack.Server.Signed/servicestack.server.signed.nuspec
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
- ServiceStack.Server.Signed
- ServiceStack.Server.Signed
- 4.5.0
- Service Stack
- Service Stack
- Opensource .NET and Mono REST Web Services framework
-
- Integration libraries and adapters with other major ServiceStack server components.
- Includes high-level API's that use OrmLite and Redis including:
- AutoQuery, Redis MQ, OrmLiteAuthRepository, OrmLiteCacheClient, OrmLiteAppSettings,
- RedisServerEvents and RedisRequestLogger.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- true
- https://servicestack.net/img/logo-32.png
- ServiceStack AutoQuery OrmLite Redis MQ Caching ServerEvents
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet.Signed/ServiceStack.Signed/servicestack.signed.nuspec b/NuGet.Signed/ServiceStack.Signed/servicestack.signed.nuspec
deleted file mode 100644
index 54084dc3deb..00000000000
--- a/NuGet.Signed/ServiceStack.Signed/servicestack.signed.nuspec
+++ /dev/null
@@ -1,37 +0,0 @@
-
-
-
- ServiceStack.Signed
- ServiceStack.Signed
- 4.5.0
- Service Stack
- Service Stack
- Opensource .NET and Mono REST Web Services framework
-
- Binaries for the ServiceStack web framework.
- A simple, fast and cohesive alternative to WCF, MVC and Web API in one
- framework for all your services and web apps that's intuitive and Easy-to-use.
-
- To get started see: servicestack.net/getting-started
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- true
- https://servicestack.net/img/logo-32.png
- Fast JSON XML CSV HTML SOAP JSV REST Web Service Framework MONO ServiceStack
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet/NuGetPack.cmd b/NuGet/NuGetPack.cmd
deleted file mode 100644
index 565594c3646..00000000000
--- a/NuGet/NuGetPack.cmd
+++ /dev/null
@@ -1,33 +0,0 @@
-SET NUGET=..\src\.nuget\nuget
-%NUGET% pack ServiceStack\servicestack.nuspec -symbols
-%NUGET% pack ServiceStack.Server\servicestack.server.nuspec -symbols
-%NUGET% pack ServiceStack.Interfaces\servicestack.interfaces.nuspec -symbols
-%NUGET% pack ServiceStack.Client\servicestack.client.nuspec -symbols
-%NUGET% pack ServiceStack.Common\servicestack.common.nuspec -symbols
-%NUGET% pack ServiceStack.Mvc\servicestack.mvc.nuspec -symbols
-%NUGET% pack ServiceStack.Api.Swagger\servicestack.api.swagger.nuspec -symbols
-%NUGET% pack ServiceStack.Razor\servicestack.razor.nuspec -symbols
-
-%NUGET% pack ServiceStack.Host.AspNet\servicestack.host.aspnet.nuspec
-%NUGET% pack ServiceStack.Host.Mvc\servicestack.host.mvc.nuspec
-
-%NUGET% pack ServiceStack.Authentication.OpenId\servicestack.authentication.openid.nuspec -symbols
-%NUGET% pack ServiceStack.Authentication.OAuth2\servicestack.authentication.oauth2.nuspec -symbols
-
-%NUGET% pack ServiceStack.Authentication.MongoDb\servicestack.authentication.mongodb.nuspec -symbols
-%NUGET% pack ServiceStack.Authentication.NHibernate\servicestack.authentication.nhibernate.nuspec -symbols
-%NUGET% pack ServiceStack.Authentication.RavenDb\servicestack.authentication.ravendb.nuspec -symbols
-
-%NUGET% pack ServiceStack.Caching.AwsDynamoDb\servicestack.caching.awsdynamodb.nuspec -symbols
-%NUGET% pack ServiceStack.Caching.Azure\servicestack.caching.azure.nuspec -symbols
-%NUGET% pack ServiceStack.Caching.Memcached\servicestack.caching.memcached.nuspec -symbols
-
-%NUGET% pack ServiceStack.Logging.Elmah\servicestack.logging.elmah.nuspec -symbols
-%NUGET% pack ServiceStack.Logging.EntLib5\servicestack.logging.entlib5.nuspec -symbols
-%NUGET% pack ServiceStack.Logging.EventLog\servicestack.logging.eventlog.nuspec -symbols
-%NUGET% pack ServiceStack.Logging.Log4Net\servicestack.logging.log4net.nuspec -symbols
-%NUGET% pack ServiceStack.Logging.NLog\servicestack.logging.nlog.nuspec -symbols
-
-%NUGET% pack ServiceStack.ProtoBuf\servicestack.protobuf.nuspec -symbols
-%NUGET% pack ServiceStack.MsgPack\servicestack.msgpack.nuspec -symbols
-
diff --git a/NuGet/NuGetPush.cmd b/NuGet/NuGetPush.cmd
deleted file mode 100644
index eca3f99e164..00000000000
--- a/NuGet/NuGetPush.cmd
+++ /dev/null
@@ -1,22 +0,0 @@
-SET NUGET=..\src\.nuget\nuget
-%NUGET% push ServiceStack.3.9.60.nupkg
-%NUGET% push ServiceStack.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Api.Swagger.3.9.60.nupkg
-%NUGET% push ServiceStack.Api.Swagger.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Authentication.OAuth2.3.9.60.nupkg
-%NUGET% push ServiceStack.Authentication.OAuth2.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Authentication.OpenId.3.9.60.nupkg
-%NUGET% push ServiceStack.Authentication.OpenId.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Client.Silverlight.3.9.60.nupkg
-%NUGET% push ServiceStack.Common.3.9.60.nupkg
-%NUGET% push ServiceStack.Common.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Host.AspNet.3.9.60.nupkg
-%NUGET% push ServiceStack.Host.Mvc.3.9.60.nupkg
-%NUGET% push ServiceStack.Mvc.3.9.60.nupkg
-%NUGET% push ServiceStack.Mvc.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Plugins.MsgPack.3.9.60.nupkg
-%NUGET% push ServiceStack.Plugins.MsgPack.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Plugins.ProtoBuf.3.9.60.nupkg
-%NUGET% push ServiceStack.Plugins.ProtoBuf.3.9.60.symbols.nupkg
-%NUGET% push ServiceStack.Razor.3.9.60.nupkg
-%NUGET% push ServiceStack.Razor.3.9.60.symbols.nupkg
diff --git a/NuGet/ServiceStack.Api.Swagger/servicestack.api.swagger.nuspec b/NuGet/ServiceStack.Api.Swagger/servicestack.api.swagger.nuspec
deleted file mode 100644
index febf48511d1..00000000000
--- a/NuGet/ServiceStack.Api.Swagger/servicestack.api.swagger.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- ServiceStack.Api.Swagger
- ServiceStack additional API for integration with Swagger
- 4.5.0
- Service Stack
- Service Stack
- ServiceStack integration with Swagger
-
- Provides a set of services to be discovered by Swagger (http://swagger.wordnik.com/)
- Swagger is a specification and complete framework implementation for describing, producing, consuming, and visualizing RESTful web services.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- Swagger API REST Docs ServiceStack
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Authentication.MongoDb/servicestack.authentication.mongodb.nuspec b/NuGet/ServiceStack.Authentication.MongoDb/servicestack.authentication.mongodb.nuspec
deleted file mode 100644
index 2b5201198f4..00000000000
--- a/NuGet/ServiceStack.Authentication.MongoDb/servicestack.authentication.mongodb.nuspec
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
- ServiceStack.Authentication.MongoDB
- 4.5.0
- ServiceStack contributors
- ServiceStack contributors
- A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo DB
-
- A MongoDB IUserAuthRepository to persist User registration and auth info in a NoSQL Mongo DB.
- Implements ServiceStack's built-in AuthProvider Model:
- https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
- inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-the-box.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Authentication Authorization MongoDB NoSQL POCO Code-First
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Authentication.NHibernate/servicestack.authentication.nhibernate.nuspec b/NuGet/ServiceStack.Authentication.NHibernate/servicestack.authentication.nhibernate.nuspec
deleted file mode 100644
index 688b784dbee..00000000000
--- a/NuGet/ServiceStack.Authentication.NHibernate/servicestack.authentication.nhibernate.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- ServiceStack.Authentication.NHibernate
- 4.5.0
- ServiceStack contributors
- ServiceStack contributors
- An NHibernate IUserAuthRepository to persist User registration and auth info in any RDBMS NHibernate supports
-
- An NHibernate IUserAuthRepository to persist User registration and authentication info in any RDBMS NHibernate supports.
- Implements ServiceStack's built-in AuthProvider Model:
- https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
- inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-the-box.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Authentication Authorization NHibernate SQLServer Sqlite Oracle MySql PostgreSQL POCO Code-First
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Authentication.OAuth2/servicestack.authentication.oauth2.nuspec b/NuGet/ServiceStack.Authentication.OAuth2/servicestack.authentication.oauth2.nuspec
deleted file mode 100644
index aa531d059cc..00000000000
--- a/NuGet/ServiceStack.Authentication.OAuth2/servicestack.authentication.oauth2.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- ServiceStack.Authentication.OAuth2
- OAuth2 Providers for ServiceStack - inc. Google, LinkedIn
- 4.5.0
- Service Stack
- Service Stack
- OpenId Auth Providers for ServiceStack - inc. Google, LinkedIn
-
- Adds OAuth2 Providers for use in ServiceStack Web and REST Services.
- Includes built-in support for Google and LinkedIn OAuth2 providers.
-
- More Info on Auth Providers:
- https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- OAuth OAuth2 Google LinkedIn Authentication Auth Provider ServiceStack Web Services
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Authentication.OpenId/servicestack.authentication.openid.nuspec b/NuGet/ServiceStack.Authentication.OpenId/servicestack.authentication.openid.nuspec
deleted file mode 100644
index ed1cba4cebb..00000000000
--- a/NuGet/ServiceStack.Authentication.OpenId/servicestack.authentication.openid.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- ServiceStack.Authentication.OpenId
- OpenId Auth Providers for ServiceStack - inc. Google, Yahoo, MyOpenId
- 4.5.0
- Service Stack
- Service Stack
- OpenId Auth Providers for ServiceStack - inc. Google, Yahoo, MyOpenId
-
- Adds OpenId Auth Providers for use in ServiceStack Web and REST Services.
- Includes built-in support for Google, Yahoo, MyOpenId and Custom OpenId providers.
-
- More Info on Auth Providers:
- https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- OpenId Google Yahoo MyOpenId Authentication Auth Provider ServiceStack REST Web Services ServiceStack
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Authentication.RavenDb/servicestack.authentication.ravendb.nuspec b/NuGet/ServiceStack.Authentication.RavenDb/servicestack.authentication.ravendb.nuspec
deleted file mode 100644
index 2c75acb2b9e..00000000000
--- a/NuGet/ServiceStack.Authentication.RavenDb/servicestack.authentication.ravendb.nuspec
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
- ServiceStack.Authentication.RavenDB
- 4.5.0
- ServiceStack contributors
- ServiceStack contributors
- A RavenDB IUserAuthRepository to persist User registration and auth info in a NoSQL Raven DB
-
- A RavenDB IUserAuthRepository to persist User registration and auth info in a NoSQL Raven DB.
- Implements ServiceStack's built-in AuthProvider Model:
- https://github.com/ServiceStack/ServiceStack/wiki/Authentication-and-authorization
- inc. Twitter, Facebook, Basic, Digest, Credentials Auth modes out-of-the-box.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Authentication Authorization RavenDB Raven NoSQL POCO Code-First
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Caching.AwsDynamoDb/servicestack.caching.awsdynamodb.nuspec b/NuGet/ServiceStack.Caching.AwsDynamoDb/servicestack.caching.awsdynamodb.nuspec
deleted file mode 100644
index 4b1eb096c9f..00000000000
--- a/NuGet/ServiceStack.Caching.AwsDynamoDb/servicestack.caching.awsdynamodb.nuspec
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- ServiceStack.Caching.AwsDynamoDb
- 4.5.0
- ServiceStack contributors
- ServiceStack contributors
-
- Deprecated use new ServiceStack.Aws package.
-
- An Amazon Web Services In-Memory DynamoDb DataCache implementing ServiceStack's ICacheClient.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Caching AwsDynamoDb Amazon WebServices AWS DynamoDb Cache CacheClient
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Caching.Azure/servicestack.caching.azure.nuspec b/NuGet/ServiceStack.Caching.Azure/servicestack.caching.azure.nuspec
deleted file mode 100644
index f76aa35374e..00000000000
--- a/NuGet/ServiceStack.Caching.Azure/servicestack.caching.azure.nuspec
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
- ServiceStack.Caching.Azure
- 4.5.0
- Manuel Nelson, ServiceStack contributors
- Manuel Nelson, ServiceStack contributors
-
- An Azure In-Memory DataCache implementing ServiceStack's ICacheClient:
- https://github.com/ServiceStack/ServiceStack/wiki/Caching
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Caching Windows Azure Cache CacheClient POCO Code-First
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Caching.Memcached/servicestack.caching.memcached.nuspec b/NuGet/ServiceStack.Caching.Memcached/servicestack.caching.memcached.nuspec
deleted file mode 100644
index 8ee12742c4d..00000000000
--- a/NuGet/ServiceStack.Caching.Memcached/servicestack.caching.memcached.nuspec
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
- ServiceStack.Caching.Memcached
- 4.5.0
- Service Stack, Thomas Grassauer and ServiceStack contributors
- Service Stack, Thomas Grassauer and ServiceStack contributors
-
- An Memcached cache client implementing ServiceStack's ICacheClient:
- https://github.com/ServiceStack/ServiceStack/wiki/Caching
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Caching Memcached Cache CacheClient POCO Code-First
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Client/servicestack.client.nuspec b/NuGet/ServiceStack.Client/servicestack.client.nuspec
deleted file mode 100644
index 23715d8255d..00000000000
--- a/NuGet/ServiceStack.Client/servicestack.client.nuspec
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
- ServiceStack.Client
- Service Clients for ServiceStack
- 4.5.0
- Service Stack
- Service Stack
- Opensource .NET and Mono REST Web Services framework
-
- JSON, XML, JSV, SOAP and MQ Generic Service Clients.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- true
- https://servicestack.net/img/logo-32.png
- ServiceStack Common Framework Clients ServiceClients Gateway
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Common/servicestack.common.nuspec b/NuGet/ServiceStack.Common/servicestack.common.nuspec
deleted file mode 100644
index fbb8af3114c..00000000000
--- a/NuGet/ServiceStack.Common/servicestack.common.nuspec
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- ServiceStack.Common
- Common libs for ServiceStack projects
- 4.5.0
- Service Stack
- Service Stack
- Opensource .NET and Mono REST Web Services framework
-
- Common base library for ServiceStack projects.
-
- https://github.com/ServiceStack/ServiceStack
- https://servicestack.net/terms
- https://servicestack.net/img/logo-32.png
- ServiceStack Common Framework Clients ServiceClients Gateway
- en-US
- Copyright 2016 Service Stack
-
-
-
-
-
-
-
-
-
-
diff --git a/NuGet/ServiceStack.Gap/build/ServiceStack.Gap.targets b/NuGet/ServiceStack.Gap/build/ServiceStack.Gap.targets
deleted file mode 100644
index 799dc3c07d9..00000000000
--- a/NuGet/ServiceStack.Gap/build/ServiceStack.Gap.targets
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
- $(CoreCompileDependsOn);RazorGeneratorOutput
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Gap/servicestack.gap.nuspec b/NuGet/ServiceStack.Gap/servicestack.gap.nuspec
deleted file mode 100644
index 481222083b6..00000000000
--- a/NuGet/ServiceStack.Gap/servicestack.gap.nuspec
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- ServiceStack.Gap
- ServiceStack.Gap - Tools to help create embedded versions of ServiceStack
- 4.0.0
- Service Stack
- Service Stack
- Tools to help create embedded versions of ServiceStack
-
- MSBuild Tasks to help creating self-contained embedded versions of ServiceStack that can be ILMerged into a single cross-platform .exe accessed by the users perferred browser or hosted inside a Native Desktop App shell containing a Web Browser widget.
-
- Once added to a project the install.ps1 script will set the BuildAction to all Razor *.cshtml pages to 'Content' so they get pre-compiled and change all html/img/css assets to Embedded Resources so they get bundled inside the dll.
-
- This package also includes a copy of ILMerge.exe under \tools that can be used to merge all ServiceStack .dlls into a single exe. See the https://github.com/ServiceStack/ServiceStack.Gap project for more info.
-
- https://github.com/ServiceStack/ServiceStack.Gap
- https://servicestack.net/terms
- true
- https://servicestack.net/img/logo-32.png
- Embed Resources Razor ViewEngine View Templates Mono ASP.NET Self-Host ServiceStack
- en-US
- Copyright 2013 Service Stack
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Gap/tools/ILMerge License.rtf b/NuGet/ServiceStack.Gap/tools/ILMerge License.rtf
deleted file mode 100644
index e8001515e64..00000000000
--- a/NuGet/ServiceStack.Gap/tools/ILMerge License.rtf
+++ /dev/null
@@ -1,104 +0,0 @@
-{\rtf1\ansi\ansicpg1252\uc1\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang1033\deflangfe1033{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f37\fswiss\fcharset0\fprq2{\*\panose 020b0604030504040204}Tahoma;}
-{\f39\froman\fcharset0\fprq2{\*\panose 02040602050305030304}Book Antiqua;}{\f40\fswiss\fcharset0\fprq2{\*\panose 020b0706030402020204}Franklin Gothic Demi Cond;}{\f41\fswiss\fcharset0\fprq2{\*\panose 020b0503020102020204}Franklin Gothic Book;}
-{\f42\froman\fcharset238\fprq2 Times New Roman CE;}{\f43\froman\fcharset204\fprq2 Times New Roman Cyr;}{\f45\froman\fcharset161\fprq2 Times New Roman Greek;}{\f46\froman\fcharset162\fprq2 Times New Roman Tur;}
-{\f47\froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f48\froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f49\froman\fcharset186\fprq2 Times New Roman Baltic;}{\f50\froman\fcharset163\fprq2 Times New Roman (Vietnamese);}
-{\f412\fswiss\fcharset238\fprq2 Tahoma CE;}{\f413\fswiss\fcharset204\fprq2 Tahoma Cyr;}{\f415\fswiss\fcharset161\fprq2 Tahoma Greek;}{\f416\fswiss\fcharset162\fprq2 Tahoma Tur;}{\f417\fswiss\fcharset177\fprq2 Tahoma (Hebrew);}
-{\f418\fswiss\fcharset178\fprq2 Tahoma (Arabic);}{\f419\fswiss\fcharset186\fprq2 Tahoma Baltic;}{\f420\fswiss\fcharset163\fprq2 Tahoma (Vietnamese);}{\f421\fswiss\fcharset222\fprq2 Tahoma (Thai);}{\f432\froman\fcharset238\fprq2 Book Antiqua CE;}
-{\f433\froman\fcharset204\fprq2 Book Antiqua Cyr;}{\f435\froman\fcharset161\fprq2 Book Antiqua Greek;}{\f436\froman\fcharset162\fprq2 Book Antiqua Tur;}{\f439\froman\fcharset186\fprq2 Book Antiqua Baltic;}
-{\f442\fswiss\fcharset238\fprq2 Franklin Gothic Demi Cond CE;}{\f443\fswiss\fcharset204\fprq2 Franklin Gothic Demi Cond Cyr;}{\f445\fswiss\fcharset161\fprq2 Franklin Gothic Demi Cond Greek;}{\f446\fswiss\fcharset162\fprq2 Franklin Gothic Demi Cond Tur;}
-{\f449\fswiss\fcharset186\fprq2 Franklin Gothic Demi Cond Baltic;}{\f452\fswiss\fcharset238\fprq2 Franklin Gothic Book CE;}{\f453\fswiss\fcharset204\fprq2 Franklin Gothic Book Cyr;}{\f455\fswiss\fcharset161\fprq2 Franklin Gothic Book Greek;}
-{\f456\fswiss\fcharset162\fprq2 Franklin Gothic Book Tur;}{\f459\fswiss\fcharset186\fprq2 Franklin Gothic Book Baltic;}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;
-\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}
-{\stylesheet{\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 Normal;}{\*\cs10 \additive \ssemihidden Default Paragraph Font;}{\*
-\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tscellwidthfts0\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv
-\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs20\lang1024\langfe1024\cgrid\langnp1024\langfenp1024 \snext11 \ssemihidden Normal Table;}{\s15\ql \fi-274\li274\ri0\sb120\sl460\slmult0
-\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin274\itap0 \f40\fs44\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext15 \styrsid9786739 1sectionhead;}{\s16\ql \li0\ri0\sb120\sl200\slmult0
-\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \caps\f40\fs16\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext16 \styrsid9786739 4laparahead;}{\s17\ql \li0\ri-18\sb120\sl240\slmult0
-\widctlpar\aspalpha\aspnum\faauto\adjustright\rin-18\lin0\itap0 \f40\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext17 \styrsid9786739 2lasubhead;}{\s18\ql \fi-187\li187\ri0\sb60\sl180\slmult0
-\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 \f41\fs16\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext18 \styrsid9786739 3cnumbered;}{\s19\ql \fi-340\li624\ri0\sb60\sl160\slmult0
-\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin624\itap0 \f41\fs14\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext19 \styrsid9786739 3inumbered2ndlevel;}{\s20\ql \li0\ri0\sb240\sl240\slmult0
-\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f40\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext20 \styrsid9786739 2afrenchsubhead;}{\s21\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0
-\cbpat9 \f37\fs20\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext21 \ssemihidden \styrsid7154712 Document Map;}}{\*\latentstyles\lsdstimax156\lsdlockeddef0}{\*\pgptbl {\pgp\ipgp2\itap0\li0\ri0\sb0\sa0\brdrt\brdrs\brdrw20 }{\pgp\ipgp0
-\itap0\li0\ri0\sb0\sa0}}{\*\rsidtbl \rsid2099452\rsid4207571\rsid5465292\rsid5510097\rsid5510644\rsid7154712\rsid7241305\rsid7672529\rsid7735936\rsid9179139\rsid9786739\rsid10440675\rsid11303133\rsid13130884\rsid14028235\rsid14100361\rsid14113652
-\rsid15276140\rsid16213514}{\*\generator Microsoft Word 11.0.6359;}{\info{\title ILMerge EULA}{\author Ken Leppert}{\operator mbarnett}{\creatim\yr2005\mo3\dy16\hr15\min43}{\revtim\yr2005\mo3\dy16\hr15\min43}{\printim\yr2004\mo4\dy30\hr13\min9}{\version2}
-{\edmins0}{\nofpages3}{\nofwords1188}{\nofchars6775}{\*\company Microsoft Corporation}{\nofcharsws7948}{\vern24703}}\widowctrl\ftnbj\aenddoc\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\formshade\horzdoc\dgmargin\dghspace180\dgvspace180
-\dghorigin1800\dgvorigin1440\dghshow1\dgvshow1\jexpand\viewkind1\viewscale68\viewzk2\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule\nobrkwrptbl\snaptogridincell\allowfieldendsel
-\wrppunct\asianbrkrule\rsidroot9786739\newtblstyruls\nogrowautofit \fet0\sectd \linex0\endnhere\sectlinegrid360\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang
-{\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang
-{\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain
-\s15\ql \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\outlinelevel0\adjustright\rin0\lin0\itap0\pararsid7154712 \f40\fs44\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f39\fs28\insrsid9786739 MICROSOFT }{
-\b\f39\fs28\insrsid5465292 ILMerge}{\insrsid9786739
-\par }{\b\f39\fs22\insrsid9786739 END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE}{\insrsid9786739
-\par }\pard\plain \s17\qj \li0\ri-17\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin-17\lin0\itap0\pararsid14100361 \f40\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\f39\insrsid9786739 IMPORTANT\emdash
-READ CAREFULLY: }{\f39\insrsid9786739 This End-User License Agreement (\'93EULA\'94) is a legal agreement between you (either an individual or a single entity) and Microsoft Corporation (\'93Microsoft\'94) for th
-e Microsoft software that accompanies this EULA, which includes computer software and may include associated media, printed materials, \'93online\'94 or electronic documentation, and Internet-based services (\'93Software\'94).\~
- An amendment or addendum to this EULA may accompany the Software.\~ }{\b\f39\insrsid9786739
-YOU AGREE TO BE BOUND BY THE TERMS OF THIS EULA BY INSTALLING, COPYING, OR OTHERWISE USING THE SOFTWARE. IF YOU DO NOT AGREE, DO NOT INSTALL, COPY, OR USE THE SOFTWARE.}{\insrsid9786739
-\par }\pard\plain \qj \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\insrsid9786739 1.\~\~\~\~\~\~\~\~ }{
-\b\f39\fs22\insrsid9786739 GRANTS OF LICENSE}{\f39\fs22\insrsid9786739 . Microsoft grants you the rights described in this EULA provided that you comply with all terms and conditions of this EULA.\~ }{\insrsid9786739
-\par }\pard\plain \s19\qj \fi720\li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs14\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\cf0\insrsid9786739 1.1\~\~\~\~\~\~ }{
-\b\i\f39\fs22\cf0\insrsid9786739 License Grant}{\f39\fs22\cf0\insrsid9786739 . Microsoft grants to you a personal, nonexclusive, nontransferable, limited license to }{\f39\fs22\insrsid9786739 install and use a reasonable number of copies of
-the Software on computers residing on your premises }{\f39\fs22\cf0\insrsid9786739 for the purposes of designing, developing, and testing, your software product(s), provided that you are the only individual using the Software.\~ }{\insrsid9786739
-\par }\pard\plain \s18\qj \fi720\li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs16\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\insrsid9786739 1.2\~\~\~\~\~\~ }{
-\b\i\f39\fs22\insrsid9786739 Documentation}{\f39\fs22\insrsid9786739 .}{\b\f39\fs22\insrsid9786739 \~ }{\f39\fs22\insrsid9786739 You may make and use a reasonabl
-e number of copies of any documentation, provided that such copies shall be used only for your personal purposes and are not to be republished or distributed (either in hard copy or electronic form) beyond your premises.}{\insrsid9786739
-\par }\pard \s18\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 {\f39\fs22\insrsid9786739 2.\~\~\~\~\~\~\~\~ }{\b\f39\fs22\insrsid9786739 RESERVATION OF RIGHTS AND OWNERSHIP.\~ }{
-\f39\fs22\insrsid9786739 The Software is licensed as a single product.\~ Its component parts may not be separated. Microsoft reserves all rights not expressly granted to you in this EULA.\~
- The Software is protected by copyright and other intellectual property laws and treaties}{\f39\fs22\insrsid14028235 , and}{\f39\fs22\insrsid9786739 Microsoft }{\f39\fs22\insrsid14028235 (}{\f39\fs22\insrsid9786739 or its suppliers}{
-\f39\fs22\insrsid14028235 , where applicable)}{\f39\fs22\insrsid9786739 own }{\f39\fs22\insrsid14028235 all right, }{\f39\fs22\insrsid9786739 title, }{\f39\fs22\insrsid14028235 and interest in all }{\f39\fs22\insrsid9786739
-intellectual property rights in the Software.\~ }{\b\f39\fs22\insrsid9786739 The Software is licensed, not sold.}{\insrsid9786739
-\par }\pard\plain \s19\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs14\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\cf0\insrsid9786739 3.\~\~\~\~\~\~\~\~ }{
-\b\f39\fs22\cf0\insrsid9786739 LIMITATIONS ON REVERSE ENGINEERING, DECOMPILATION, AND DISASSEMBLY}{\b\i\f39\fs22\cf0\insrsid9786739 .}{\f39\fs22\cf0\insrsid9786739 \~
- You may not reverse engineer, decompile, or disassemble the Software, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.}{\insrsid9786739
-\par }\pard\plain \s18\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\sl220\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs16\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\insrsid9786739 4.\~\~\~\~\~\~\~\~
-}{\b\f39\fs22\insrsid9786739 NO RENTAL/COMMERCIAL HOSTING.}{\b\i\f39\fs22\insrsid9786739 }{\f39\fs22\insrsid9786739 You may not rent, lease, lend or provide commercial hosting services with the Software.}{\insrsid9786739
-\par }\pard\plain \s19\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs14\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\cf0\insrsid9786739 5.\~\~\~\~\~\~\~\~ }{
-\b\f39\fs22\cf0\insrsid9786739 NO SOFTWARE TRANSFER.\~ }{\f39\fs22\cf0\insrsid9786739 You may not assign or otherwise transfer the SOFTWARE or any of your rights hereunder to any third party.}{\insrsid9786739
-\par }{\f39\fs22\cf0\insrsid9786739 6.\~\~\~\~\~\~\~\~ }{\b\f39\fs22\cf0\insrsid9786739 CONSENT TO USE OF DATA.\~ }{\f39\fs22\cf0\insrsid9786739 You
- agree that Microsoft and its affiliates may collect and use technical information gathered as part of the product support services provided to you, if any, related to the Software.\~
- Microsoft may use this information solely to improve our products or to provide customized services or technologies to you and will not disclose this information in a form that personally identifies you.\~\~ }{\insrsid9786739
-\par }{\f39\fs22\cf0\insrsid5510644 7}{\f39\fs22\cf0\insrsid9786739 .\~\~\~\~\~\~\~\~ }{\b\f39\fs22\cf0\insrsid9786739 ADDITIONAL SOFTWARE/SERVICES.\~ }{\f39\fs22\insrsid9786739 Microsoft is not obligated to provide maintenance, technical supplements}{
-\f39\fs22\insrsid14028235 , updates,}{\f39\fs22\insrsid9786739 or other support to you for the Software licensed under this EULA. }{\f39\fs22\insrsid7241305 }{\f39\fs22\insrsid9786739 In the event that Microsoft does provide such supplements or updates}
-{\b\f39\fs22\insrsid9786739 , }{\f39\fs22\insrsid9786739 this EULA applies to such updates, supplements, or add-on components of the Software that Microsoft may provide to
-you or make available to you after the date you obtain your initial copy of the Software, unless we provide other terms along with the update, supplement, or add-on component}{\f39\fs22\cf0\insrsid9786739 .\~
- Microsoft reserves the right to discontinue any Internet-based services provided to you or made available to you through the use of the Software.\~ }{\insrsid9786739
-\par }\pard\plain \s18\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\sl220\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs16\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\insrsid5510644 8}{
-\f39\fs22\insrsid9786739 .\~\~\~\~\~\~\~\~ }{\b\f39\fs22\insrsid9786739 EXPORT RESTRICTIONS}{\f39\fs22\insrsid9786739 .\~ }{\f39\fs22\cgrid0\insrsid9786739 You acknowledge that the Software is subject to U.S. export jurisdiction.\~
- You agree to comply with all applicable international and national laws that apply to the Software, including the U.S. Export Administration Regulations, as well as end-user, end-use, and destination restrictions issued by U.S. and other governments.\~\~
- For additional information see }{\f39\fs22\ul\cgrid0\insrsid9786739 http://www.microsoft.com/exporting/}{\f39\fs22\cgrid0\insrsid9786739 .}{\insrsid9786739
-\par }\pard\plain \s19\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs14\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\cf0\insrsid14113652 9}{
-\f39\fs22\cf0\insrsid9786739 .\~\~\~\~\~\~ }{\b\f39\fs22\cf0\insrsid9786739 TERMINATION.}{\f39\fs22\cf0\insrsid9786739 \~ Without prejudice to any other rights, Microsoft may terminate this EULA if you fail to comply with }{\f39\fs22\cf0\insrsid7241305
-any }{\f39\fs22\cf0\insrsid9786739 term}{\f39\fs22\cf0\insrsid7241305 or}{\f39\fs22\cf0\insrsid9786739 condition of this EULA. }{\f39\fs22\cf0\insrsid7241305 }{\f39\fs22\cf0\insrsid9786739
-In such event, you must destroy all copies of the Software and all of its component parts.}{\insrsid9786739
-\par }\pard\plain \s18\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\sl220\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f41\fs16\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\fs22\insrsid9786739 1}{
-\f39\fs22\insrsid14113652 0}{\f39\fs22\insrsid9786739 .\~\~\~\~\~\~ }{\b\f39\fs22\ul\insrsid9786739 DISCLAIMER OF WARRANTIES}{\b\f39\fs22\insrsid9786739 .\~
- TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND ITS SUPPLIERS PROVIDE THE SOFTWARE}{\f39\fs22\insrsid9786739 }{\b\f39\fs22\insrsid9786739 AND SUPPORT SERVICES (IF ANY) }{\b\i\f39\fs22\insrsid9786739 AS IS AND WITH ALL FAULTS}{
-\b\f39\fs22\insrsid9786739 , AND HEREBY DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, WHETHER EXPRESS, IMPLIED
- OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY (IF ANY) IMPLIED WARRANTIES, DUTIES OR CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF RELIABILITY OR AVAILABILITY, OF ACCURACY OR COMPLETENESS OF RESPONSES, OF RESULTS, OF WORKMANLI
-K
-E EFFORT, OF LACK OF VIRUSES, AND OF LACK OF NEGLIGENCE, ALL WITH REGARD TO THE SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT OR OTHER SERVICES, INFORMATION, SOFTWARE, AND RELATED CONTENT THROUGH THE SOFTWARE OR OTHERWISE ARISING OUT OF THE
- USE OF THE SOFTWARE.\~ ALSO, THERE IS NO WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THE SOFTWARE.}{\insrsid9786739
-\par }{\f39\fs22\insrsid9786739 1}{\f39\fs22\insrsid14113652 1}{\f39\fs22\insrsid9786739 .}{\b\f39\fs22\insrsid9786739 \~\~\~\~\~\~ }{\b\f39\fs22\ul\insrsid9786739 EXCLUSION OF INCIDENTAL, CONSEQUENTIAL AND CERTAIN OTHER DAMAGES}{\b\f39\fs22\insrsid9786739 .\~
- }{\b\caps\f39\fs22\insrsid9786739
-To the maximum extent permitted by applicable law, in no event shall Microsoft or its suppliers be liable for any special, incidental, punitive, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profit
-s, LOSS OF DATA, or confidential or other information}{\b\f39\fs22\insrsid9786739 , }{\b\caps\f39\fs22\insrsid9786739
-for business interruption, for personal injury, for loss of privacy, for failure to meet any duty including of good faith or of reasonable care, for negligence, and}{\b\f39\fs22\insrsid9786739 }{\b\caps\f39\fs22\insrsid9786739
-for any other pecuniary or other los
-s whatsoever) arising out of or in any way related to the use of or inability to use the SOFTWARE, the provision of or failure to provide Support OR OTHER Services, informatIon, software, and related CONTENT through the software or otherwise arising out o
-f
- the use of the software, or otherwise under or in connection with any provision of this EULA, even in the event of the fault, tort (including negligence), misrepresentation, strict liability, breach of contract or breach of warranty of Microsoft or any s
-upplier, and even if Microsoft or any supplier has been advised of the possibility of such damages. }{\insrsid9786739
-\par }{\f39\fs22\insrsid9786739 1}{\f39\fs22\insrsid14113652 2}{\f39\fs22\insrsid9786739 .}{\b\f39\fs22\insrsid9786739 \~\~\~\~\~\~ }{\b\f39\fs22\ul\insrsid9786739 LIMITATION OF LIABILITY AND REMEDIES}{\b\f39\fs22\insrsid9786739
-. NOTWITHSTANDING ANY DAMAGES THAT YOU MIGHT INCUR FOR ANY REASON WHATSOEVER (INCLUDING, WITHOUT LIMITATION, A
-LL DAMAGES REFERENCED HEREIN AND ALL DIRECT OR GENERAL DAMAGES IN CONTRACT OR ANYTHING ELSE), THE ENTIRE LIABILITY OF MICROSOFT AND ANY OF ITS SUPPLIERS UNDER ANY PROVISION OF THIS EULA AND YOUR EXCLUSIVE REMEDY HEREUNDER SHALL BE LIMITED TO THE GREATER O
-F THE ACTUAL DAMAGES YOU INCUR IN REASONABLE RELIANCE ON THE SOFTWARE UP TO THE AMOUNT ACTUALLY PAID BY YOU FOR THE SOFTWARE}{\f39\fs22\insrsid9786739 }{\b\f39\fs22\insrsid9786739 OR US$5.00.\~
- THE FOREGOING LIMITATIONS, EXCLUSIONS AND DISCLAIMERS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, EVEN IF ANY REMEDY FAILS ITS ESSENTIAL PURPOSE.}{\insrsid9786739
-\par }{\f39\fs22\insrsid9786739 1}{\f39\fs22\insrsid14113652 3}{\f39\fs22\insrsid9786739 .\~\~\~\~\~\~ }{\b\f39\fs22\insrsid9786739 APPLICABLE LAW.\~ }{\f39\fs22\insrsid7735936 T}{\f39\fs22\insrsid9786739 his EULA }{\f39\fs22\insrsid7735936
-shall be construed under and }{\f39\fs22\insrsid9786739 governed by the laws of the State of Washington}{\f39\fs22\insrsid7735936 , without regard to conflicts of law principles}{\f39\fs22\insrsid9786739 .\~ }{\insrsid9786739
-\par }\pard\plain \s20\qj \li0\ri0\sb100\sa100\sbauto1\saauto1\sl240\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \f40\fs22\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f39\insrsid9786739 1}{\f39\insrsid14113652
-4}{\f39\insrsid9786739 .\~\~\~\~ }{\b\f39\insrsid9786739 ENTIRE AGREEMENT; SEVERABILITY.\~ }{\f39\insrsid9786739 This
-EULA (including any addendum or amendment to this EULA which is included with the Software) are the entire agreement between you and Microsoft relating to the Software and the support services (if any) and they supersede all prior or contemporaneous oral
-or written communications,\~proposals and representations with respect to the Software or any other subject matter covered by this EULA.\~
- If any provision of this EULA is held to be void, invalid, unenforceable or illegal, the other provisions shall continue in full force and effect}{\insrsid9786739
-\par }\pard\plain \qj \li0\ri0\sb100\sa100\sbauto1\saauto1\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid14100361 \fs24\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid10440675
-\par }}
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Gap/tools/ILMerge.exe b/NuGet/ServiceStack.Gap/tools/ILMerge.exe
deleted file mode 100644
index 9667425b396..00000000000
Binary files a/NuGet/ServiceStack.Gap/tools/ILMerge.exe and /dev/null differ
diff --git a/NuGet/ServiceStack.Gap/tools/install.ps1 b/NuGet/ServiceStack.Gap/tools/install.ps1
deleted file mode 100644
index 401c3fd39b5..00000000000
--- a/NuGet/ServiceStack.Gap/tools/install.ps1
+++ /dev/null
@@ -1,37 +0,0 @@
-param($installPath, $toolsPath, $package, $project)
-
-# Set BuildAction of Razor Views to Content
-function CompileRazorViews($projectItems) {
- $projectItems | %{
- $x = $_.Name.ToLower()
- if ($x -like "*.cshtml") {
- $_.Properties.Item("BuildAction").Value = [int]2 # Content
- }
-
- # Recursively
- if ($_.ProjectItems) {
- CompileRazorViews $_.ProjectItems
- }
- }
-}
-
-# Embed Resource Files
-function EmbedResources($projectItems) {
- $projectItems | %{
- $ext = [System.IO.Path]::GetExtension($_.Name.ToLower())
- $embedExts = ".js",".css",".md",".html",".htm",".png",".gif",".jpg",".jpeg",".bmp",".ico",".svg",".tiff",".webp",".webm",".xap",".xaml",".flv",".swf",".xml",".csv",".pdf",".mp3",".wav",".mpg",".ttf",".woff",".eot",".map"
-
- if ($embedExts -contains $ext) {
- $_.Properties.Item("BuildAction").Value = [int]3 # Embed
- }
-
- # Recursively
- if ($_.ProjectItems) {
- EmbedResources $_.ProjectItems
- }
- }
-}
-
-CompileRazorViews $project.ProjectItems
-EmbedResources $project.ProjectItems
-
diff --git a/NuGet/ServiceStack.Gap/tools/uninstall.ps1 b/NuGet/ServiceStack.Gap/tools/uninstall.ps1
deleted file mode 100644
index 750d3ccbfc0..00000000000
--- a/NuGet/ServiceStack.Gap/tools/uninstall.ps1
+++ /dev/null
@@ -1,17 +0,0 @@
-param($installPath, $toolsPath, $package, $project)
-
-<#
-$targetsFileName = 'ServiceStack.Razor.BuildTask.targets';
-
-# Need to load MSBuild assembly if it's not loaded yet.
-Add-Type -AssemblyName 'Microsoft.Build, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
-
-# Grab the loaded MSBuild project for the project
-$msbuild = [Microsoft.Build.Evaluation.ProjectCollection]::GlobalProjectCollection.GetLoadedProjects($project.FullName) | Select-Object -First 1
-
-# Remove imports to .targets
-$msbuild.Xml.Imports | Where-Object {$_.Project.ToLowerInvariant().EndsWith($targetsFileName.ToLowerInvariant()) } | Foreach {
- $_.Parent.RemoveChild( $_ )
- [string]::Format( "Removed import of '{0}'" , $_.Project )
-}
-#>
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Host.AspNet/content/App_Start/AppHost.cs.pp b/NuGet/ServiceStack.Host.AspNet/content/App_Start/AppHost.cs.pp
deleted file mode 100644
index 078740d9cde..00000000000
--- a/NuGet/ServiceStack.Host.AspNet/content/App_Start/AppHost.cs.pp
+++ /dev/null
@@ -1,79 +0,0 @@
-using System.Configuration;
-using ServiceStack;
-using ServiceStack.Auth;
-using ServiceStack.Configuration;
-using ServiceStack.Data;
-using ServiceStack.OrmLite;
-
-[assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.AppHost), "Start")]
-
-
-/**
- * Entire ServiceStack Starter Template configured with a 'Hello' Web Service and a 'Todo' Rest Service.
- *
- * Auto-Generated Metadata API page at: /metadata
- * See other complete web service examples at: https://github.com/ServiceStack/ServiceStack.Examples
- */
-
-namespace $rootnamespace$.App_Start
-{
- public class AppHost : AppHostBase
- {
- public AppHost() //Tell ServiceStack the name and where to find your web services
- : base("StarterTemplate ASP.NET Host", typeof(HelloService).Assembly) { }
-
- public override void Configure(Funq.Container container)
- {
- //Set JSON web services to return idiomatic JSON camelCase properties
- ServiceStack.Text.JsConfig.EmitCamelCaseNames = true;
-
- //Configure User Defined REST Paths
- Routes
- .Add("/hello")
- .Add("/hello/{Name*}");
-
- //Uncomment to change the default ServiceStack configuration
- //SetConfig(new HostConfig {
- //});
-
- //Enable Authentication
- //ConfigureAuth(container);
-
- //Register all your dependencies
- container.Register(new TodoRepository());
- }
-
- /* Example ServiceStack Authentication and CustomUserSession */
- private void ConfigureAuth(Funq.Container container)
- {
- var appSettings = new AppSettings();
-
- //Default route: /auth/{provider}
- Plugins.Add(new AuthFeature(() => new CustomUserSession(),
- new IAuthProvider[] {
- new CredentialsAuthProvider(appSettings),
- new FacebookAuthProvider(appSettings),
- new TwitterAuthProvider(appSettings),
- new BasicAuthProvider(appSettings),
- }));
-
- //Default route: /register
- Plugins.Add(new RegistrationFeature());
-
- //Requires ConnectionString configured in Web.Config
- var connectionString = ConfigurationManager.ConnectionStrings["AppDb"].ConnectionString;
- container.Register(c =>
- new OrmLiteConnectionFactory(connectionString, SqlServerDialect.Provider));
-
- container.Register(c =>
- new OrmLiteAuthRepository(c.Resolve()));
-
- container.Resolve().InitSchema();
- }
-
- public static void Start()
- {
- new AppHost().Init();
- }
- }
-}
diff --git a/NuGet/ServiceStack.Host.AspNet/content/App_Start/PageBase.cs.pp b/NuGet/ServiceStack.Host.AspNet/content/App_Start/PageBase.cs.pp
deleted file mode 100644
index 446f4be9a2c..00000000000
--- a/NuGet/ServiceStack.Host.AspNet/content/App_Start/PageBase.cs.pp
+++ /dev/null
@@ -1,66 +0,0 @@
-using System.Web.UI;
-using ServiceStack;
-using ServiceStack.Caching;
-
-
-/**
- * Base ASP.NET WebForms page using ServiceStack's Compontents, see: http://www.servicestack.net/mvc-powerpack/
- */
-
-namespace $rootnamespace$.App_Start
-{
- //A customizeable typed UserSession that can be extended with your own properties
- public class CustomUserSession : AuthUserSession
- {
- public string CustomProperty { get; set; }
- }
-
- public class PageBase : Page
- {
- ///
- /// Typed UserSession
- ///
- private object userSession;
- protected virtual TUserSession SessionAs()
- {
- return (TUserSession)(userSession ?? (userSession = Cache.SessionAs()));
- }
-
- protected CustomUserSession UserSession
- {
- get
- {
- return SessionAs();
- }
- }
-
- public new ICacheClient Cache
- {
- get { return HostContext.Resolve(); }
- }
-
- private ISessionFactory sessionFactory;
- public virtual ISessionFactory SessionFactory
- {
- get { return sessionFactory ?? (sessionFactory = HostContext.Resolve()) ?? new SessionFactory(Cache); }
- }
-
- ///
- /// Dynamic SessionBag Bag
- ///
- private ISession sessionBag;
- public new ISession SessionBag
- {
- get
- {
- return sessionBag ?? (sessionBag = SessionFactory.GetOrCreateSession());
- }
- }
-
- public void ClearSession()
- {
- userSession = null;
- this.Cache.Remove(SessionFeature.GetSessionKey());
- }
- }
-}
diff --git a/NuGet/ServiceStack.Host.AspNet/content/App_Start/WebServiceExamples.cs.pp b/NuGet/ServiceStack.Host.AspNet/content/App_Start/WebServiceExamples.cs.pp
deleted file mode 100644
index b997f3b88c1..00000000000
--- a/NuGet/ServiceStack.Host.AspNet/content/App_Start/WebServiceExamples.cs.pp
+++ /dev/null
@@ -1,133 +0,0 @@
-using System.Linq;
-using System.Collections.Generic;
-using ServiceStack;
-
-namespace $rootnamespace$
-{
- //Request DTO
- public class Hello
- {
- public string Name { get; set; }
- }
-
- //Response DTO
- public class HelloResponse
- {
- public string Result { get; set; }
- public ResponseStatus ResponseStatus { get; set; } //Where Exceptions get auto-serialized
- }
-
- //Can be called via any endpoint or format, see: http://mono.servicestack.net/ServiceStack.Hello/
- public class HelloService : Service
- {
- public object Any(Hello request)
- {
- return new HelloResponse { Result = "Hello, " + request.Name };
- }
- }
-
- //REST Resource DTO
- [Route("/todos")]
- [Route("/todos/{Ids}")]
- public class Todos : IReturn>
- {
- public long[] Ids { get; set; }
- public Todos(params long[] ids)
- {
- this.Ids = ids;
- }
- }
-
- [Route("/todos", "POST")]
- [Route("/todos/{Id}", "PUT")]
- public class Todo : IReturn
- {
- public long Id { get; set; }
- public string Content { get; set; }
- public int Order { get; set; }
- public bool Done { get; set; }
- }
-
- public class TodosService : Service
- {
- public TodoRepository Repository { get; set; } //Injected by IOC
-
- public object Get(Todos request)
- {
- return request.Ids.IsEmpty()
- ? Repository.GetAll()
- : Repository.GetByIds(request.Ids);
- }
-
- public object Post(Todo todo)
- {
- return Repository.Store(todo);
- }
-
- public object Put(Todo todo)
- {
- return Repository.Store(todo);
- }
-
- public void Delete(Todos request)
- {
- Repository.DeleteByIds(request.Ids);
- }
- }
-
- public class TodoRepository
- {
- List todos = new List();
-
- public List GetByIds(long[] ids)
- {
- return todos.Where(x => ids.Contains(x.Id)).ToList();
- }
-
- public List GetAll()
- {
- return todos;
- }
-
- public Todo Store(Todo todo)
- {
- var existing = todos.FirstOrDefault(x => x.Id == todo.Id);
- if (existing == null)
- {
- var newId = todos.Count > 0 ? todos.Max(x => x.Id) + 1 : 1;
- todo.Id = newId;
- todos.Add(todo);
- }
- else
- {
- existing.PopulateWith(todo);
- }
- return todo;
- }
-
- public void DeleteByIds(params long[] ids)
- {
- todos.RemoveAll(x => ids.Contains(x.Id));
- }
- }
-
-
-/* Example calling above Service with ServiceStack's C# clients:
-
- var client = new JsonServiceClient(BaseUri);
- List all = client.Get(new Todos()); // Count = 0
-
- var todo = client.Post(
- new Todo { Content = "New TODO", Order = 1 }); // todo.Id = 1
- all = client.Get(new Todos()); // Count = 1
-
- todo.Content = "Updated TODO";
- todo = client.Put(todo); // todo.Content = Updated TODO
-
- client.Delete(new Todos(todo.Id));
- all = client.Get(new Todos()); // Count = 0
-
-*/
-
-}
-
diff --git a/NuGet/ServiceStack.Host.AspNet/content/README.txt b/NuGet/ServiceStack.Host.AspNet/content/README.txt
deleted file mode 100644
index a75aa9feab6..00000000000
--- a/NuGet/ServiceStack.Host.AspNet/content/README.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-To enable the Mini Profiler add the following lines in to Global class in Global.asax.cs:
-
-
- protected void Application_BeginRequest(object src, EventArgs e)
- {
- if (Request.IsLocal)
- ServiceStack.MiniProfiler.Profiler.Start();
- }
-
- protected void Application_EndRequest(object src, EventArgs e)
- {
- ServiceStack.MiniProfiler.Profiler.Stop();
- }
-
-
-For more info on the MiniProfiler see v3.09 of the https://github.com/ServiceStack/ServiceStack/wiki/Release-Notes
-
-
-The Urls for metadata page and included Services:
-
- * /metadata - Auto generated metadata pages
- * /hello - Simple Hello World Service. see: http://www.servicestack.net/ServiceStack.Hello/
- * /todos - Simple REST Service. see: http://www.servicestack.net/Backbone.Todos/
-
- * /default.htm - Backbone.js TODO application talking to the TODO REST service at /todos
-
-
-For more info about ServiceStack please visit: http://www.servicestack.net
-
-Feel free to ask questions about ServiceStack on:
-http://stackoverflow.com/
-
-or on the mailing Group at:
-http://groups.google.com/group/servicestack
-
-Enjoy!
\ No newline at end of file
diff --git a/NuGet/ServiceStack.Host.AspNet/content/default.htm b/NuGet/ServiceStack.Host.AspNet/content/default.htm
deleted file mode 100644
index 78c2a89314c..00000000000
--- a/NuGet/ServiceStack.Host.AspNet/content/default.htm
+++ /dev/null
@@ -1,685 +0,0 @@
-
-
-
-
- Backbone Demo: Todos
-
-
-
-
-
-
-
-
-
-
-
-
-