Skip to content

Commit

Permalink
INCR to v3.85
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jul 9, 2012
1 parent cd000ea commit bdb299a
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Expand Up @@ -80,4 +80,4 @@
- [robertmircea](https://github.com/robertmircea) (Robert Mircea)
- [markswiatek](https://github.com/markswiatek) (Mark Swiatek)
- [flq](https://github.com/flq) (Frank Quednau)
- [ashd](https://github.com/ashd) (Ash White)
- [ashd](https://github.com/ashd) (Ash D)
Expand Up @@ -2,7 +2,8 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Client.Silverlight</id>
<version>3.7.8</version>
<version>3.8.5</version>
<title>Generic Silverlight ServiceClients for the ServiceStack web service framework</title>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>Silverlight JSON, XML, JSV ServiceClients for ServiceStack web services</summary>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/ServiceStack.Common/servicestack.common.nuspec
Expand Up @@ -2,7 +2,8 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Common</id>
<version>3.8.3</version>
<title>Generic Service Clients and Common libs for ServiceStack projects</title>
<version>3.8.5</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>Opensource .NET and Mono REST Web Services framework</summary>
Expand Down
Expand Up @@ -2,7 +2,8 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Host.AspNet</id>
<version>3.7.8</version>
<title>ServiceStack ASP.NET Host Starter Template hosted at root path /</title>
<version>3.8.5</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>Opensource .NET and Mono REST Web Services framework</summary>
Expand Down
3 changes: 2 additions & 1 deletion NuGet/ServiceStack.Host.Mvc/servicestack.host.mvc.nuspec
Expand Up @@ -2,7 +2,8 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Host.Mvc</id>
<version>3.7.8</version>
<title>ServiceStack ASP.NET MVC Host Starter Template hosted at custom path /api</title>
<version>3.8.5</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>Opensource .NET and Mono REST Web Services framework</summary>
Expand Down
12 changes: 7 additions & 5 deletions NuGet/ServiceStack.Mvc/servicestack.mvc.nuspec
Expand Up @@ -2,15 +2,17 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Mvc</id>
<version>3.7.8</version>
<title>Shared ServiceStack and MVC Integration libraries</title>
<version>3.8.5</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>.NET 4.0 project Integration of ServiceStack with MVC3</summary>
<description>
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).
</description>
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).
</description>
<projectUrl>https://github.com/ServiceStack/ServiceStack</projectUrl>
<licenseUrl>https://github.com/ServiceStack/ServiceStack/blob/master/LICENSE</licenseUrl>
<iconUrl>http://www.servicestack.net/logo-100x100.png</iconUrl>
Expand Down
Expand Up @@ -2,10 +2,11 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack.Plugins.ProtoBuf</id>
<version>3.7.8</version>
<title>Protocol Buffers support for ServiceStack. Includes Generic ProtoBuf Client</title>
<version>3.8.5</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>ProtoBuf Format Serializer ContentType ServiceClients for ServiceStack web services</summary>
<summary>ProtoBuf Format Serializer ContentType ServiceClients for ServiceStack web services framework</summary>
<description>
Add the ProtoBuf binary format and endpoint to a ServiceStack web service host.
Includes the WebActivator App_Start/ProtoBuf_AppStart.cs startup script to auto register and load the ProtoBufFormat plugin.
Expand Down
3 changes: 2 additions & 1 deletion NuGet/ServiceStack/servicestack.nuspec
Expand Up @@ -2,7 +2,8 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>ServiceStack</id>
<version>3.8.3</version>
<title>ServiceStack web service framework. Modern, cleaner and faster WCF alternative</title>
<version>3.8.5</version>
<authors>Demis Bellot</authors>
<owners>Demis Bellot</owners>
<summary>Opensource .NET and Mono REST Web Services framework</summary>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -358,7 +358,7 @@ A big thanks to GitHub and all of ServiceStack's contributors:
- [robertmircea](https://github.com/robertmircea) (Robert Mircea)
- [markswiatek](https://github.com/markswiatek) (Mark Swiatek)
- [flq](https://github.com/flq) (Frank Quednau)
- [ashd](https://github.com/ashd) (Ash White)
- [ashd](https://github.com/ashd) (Ash D)

***

Expand Down
Binary file modified lib/ServiceStack.Common.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Interfaces.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.SqlServer.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.Sqlite.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.dll
Binary file not shown.
Binary file modified lib/ServiceStack.OrmLite.pdb
Binary file not shown.
Binary file modified lib/ServiceStack.Redis.dll
Binary file not shown.
Binary file modified lib/ServiceStack.Text.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ServiceStack.Common/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.8.3.0")]
[assembly: AssemblyVersion("3.8.5.0")]

// CCB Custom
[assembly: ContractNamespace("http://schemas.servicestack.net/types",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack.Interfaces/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.8.3.0")]
[assembly: AssemblyVersion("3.8.5.0")]

[assembly: ContractNamespace("http://schemas.servicestack.net/types",
ClrNamespace = "ServiceStack.ServiceInterface.ServiceModel")]
2 changes: 1 addition & 1 deletion src/ServiceStack.ServiceInterface/Auth/AuthService.cs
Expand Up @@ -181,7 +181,7 @@ public override object OnPost(Auth request)
/// Public API entry point to authenticate via code
/// </summary>
/// <param name="request"></param>
/// <returns></returns>
/// <returns>null; if already autenticated otherwise a populated instance of AuthResponse</returns>
public AuthResponse Authenticate(Auth request)
{
//Remove HTML Content-Type to avoid auth providers issuing browser re-directs
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceStack/Properties/AssemblyInfo.cs
Expand Up @@ -33,4 +33,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.7.9.0")]
[assembly: AssemblyVersion("3.8.5.0")]

0 comments on commit bdb299a

Please sign in to comment.