Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Update SS .dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 6, 2017
1 parent 1a9e6f3 commit efbc9fb
Show file tree
Hide file tree
Showing 36 changed files with 1,443 additions and 1,020 deletions.
7 changes: 5 additions & 2 deletions build/build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
SET MSBUILD="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe"

%MSBUILD% build-core.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;PatchVersion=41
%MSBUILD% build.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;PatchVersion=9
REM %MSBUILD% build-core.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;PatchVersion=41
REM %MSBUILD% build.proj /target:TeamCityBuild;NuGetPack /property:Configuration=Release;PatchVersion=9
REM %MSBUILD% build-sn.proj /target:NuGetPack /property:Configuration=Signed;PatchVersion=9

msbuild /p:Configuration=Release ..\src\ServiceStack.Aws.sln

Binary file modified lib/net45/ServiceStack.Client.dll
Binary file not shown.
Binary file modified lib/net45/ServiceStack.Common.dll
Binary file not shown.
90 changes: 89 additions & 1 deletion lib/net45/ServiceStack.Common.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/net45/ServiceStack.Server.dll
Binary file not shown.
Binary file modified lib/net45/ServiceStack.Text.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/net45/ServiceStack.Text.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified lib/net45/ServiceStack.dll
Binary file not shown.
31 changes: 25 additions & 6 deletions lib/net45/ServiceStack.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
Enable the authentication feature and configure the AuthService.
</summary>
</member>
<member name="P:ServiceStack.AuthFeature.SaveUserNamesInLowerCase">
<summary>
Should UserName or Emails be saved in AuthRepository in LowerCase
</summary>
</member>
<member name="T:ServiceStack.Auth.IManageApiKeys">
<summary>
The Interface Auth Repositories need to implement to support API Keys
Expand Down Expand Up @@ -4443,6 +4448,11 @@
Execute using empty RequestContext
</summary>
</member>
<member name="M:ServiceStack.Host.ServiceController.Execute(System.Object,ServiceStack.Web.IRequest)">
<summary>
External HTTP Request called from HTTP handlers
</summary>
</member>
<member name="M:ServiceStack.Host.XsdMetadata.GetBaseTypeWithTheSameName(System.Type)">
<summary>
Gets the name of the base most type in the heirachy tree with the same.
Expand Down Expand Up @@ -4990,6 +5000,11 @@
ASP.NET or HttpListener ServiceStack host
</summary>
</member>
<member name="P:ServiceStack.IAppHost.ServiceAssemblies">
<summary>
The assemblies reflected to find api services provided in the AppHost constructor
</summary>
</member>
<member name="M:ServiceStack.IAppHost.Register``1(``0)">
<summary>
Register dependency in AppHost IOC on Startup
Expand Down Expand Up @@ -5215,6 +5230,11 @@
Read/Write Virtual FileSystem. Defaults to FileSystemVirtualPathProvider
</summary>
</member>
<member name="P:ServiceStack.IAppHost.AddVirtualFileSources">
<summary>
Register additional Virtual File Sources
</summary>
</member>
<member name="M:ServiceStack.IAppHost.CreateServiceRunner``1(ServiceStack.Host.ActionContext)">
<summary>
Create a service runner for IService actions
Expand Down Expand Up @@ -6974,6 +6994,11 @@
By default Auth and Registration requests are hidden.
</summary>
</member>
<member name="P:ServiceStack.RequestLogsFeature.LimitToServiceRequests">
<summary>
Limit logging to only Service Requests
</summary>
</member>
<member name="T:ServiceStack.RequiredPermissionAttribute">
<summary>
Indicates that the request dto, which is associated with this attribute,
Expand Down Expand Up @@ -7165,12 +7190,6 @@
</summary>
<param name="urlBase">Url to listen to</param>
</member>
<member name="M:ServiceStack.ServiceStackHost.RedirectDirectory(ServiceStack.Web.IHttpRequest)">
<summary>
Retain the same behavior as ASP.NET and redirect requests to directores
without a trailing '/'
</summary>
</member>
<member name="P:ServiceStack.ServiceStackHost.Container">
<summary>
The AppHost.Container. Note: it is not thread safe to register dependencies after AppStart.
Expand Down
Loading

0 comments on commit efbc9fb

Please sign in to comment.