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

Commit

Permalink
Update SDK docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed May 17, 2016
1 parent 8a163fd commit 87c027f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyDescription("Abstractions for the Stormpath .NET SDK.")]
[assembly: AssemblyCompany("Stormpath, Inc.")]
[assembly: AssemblyCopyright("(c) 2016 Stormpath, Inc.")]
[assembly: AssemblyVersion("0.8.3")]
[assembly: AssemblyFileVersion("0.8.3")]
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
Expand Down Expand Up @@ -276,9 +276,6 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Abstractions\Tenant\ITenantActions.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<!-- #endAutogen -->
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand All @@ -288,4 +285,5 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>

4 changes: 2 additions & 2 deletions doc/proxy/Stormpath.SDK/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
[assembly: AssemblyDescription("The official Stormpath SDK for .NET. Don't install this package directly; install the Stormpath.SDK package unless you are bringing your own JSON serializer and HTTP client plugins.")]
[assembly: AssemblyCompany("Stormpath, Inc.")]
[assembly: AssemblyCopyright("(c) 2016 Stormpath, Inc.")]
[assembly: AssemblyVersion("0.8.3")]
[assembly: AssemblyFileVersion("0.8.3")]
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]

13 changes: 7 additions & 6 deletions doc/proxy/Stormpath.SDK/Stormpath.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
<HintPath>..\packages\FlexibleConfiguration.1.0.2\lib\net45\FlexibleConfiguration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Polyglot, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polyglot.1.0.0\lib\net451\Polyglot.dll</HintPath>
<Reference Include="Polyglot, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polyglot.1.0.1\lib\net45\Polyglot.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Configuration, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.4.0.1\lib\net451\Stormpath.Configuration.dll</HintPath>
<Reference Include="Stormpath.Configuration, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.5.0.0\lib\net45\Stormpath.Configuration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Configuration.Abstractions, Version=4.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.Abstractions.4.0.1\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Reference Include="Stormpath.Configuration.Abstractions, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.Abstractions.5.0.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -268,6 +268,7 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Http\Authentication\DefaultRequestAuthenticatorFactory.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Http\Authentication\IRequestAuthenticator.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Http\Authentication\IRequestAuthenticatorFactory.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Http\Authentication\Iso8601Formatter.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Http\Authentication\RequestAuthenticationException.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Http\Authentication\SAuthc1RequestAuthenticator.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Http\Support\DefaultBackoffStrategy.cs" />
Expand Down
6 changes: 3 additions & 3 deletions doc/proxy/Stormpath.SDK/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FlexibleConfiguration" version="1.0.2" targetFramework="net451" />
<package id="Polyglot" version="1.0.0" targetFramework="net451" />
<package id="Stormpath.Configuration" version="4.0.1" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="4.0.1" targetFramework="net451" />
<package id="Polyglot" version="1.0.1" targetFramework="net451" />
<package id="Stormpath.Configuration" version="5.0.0" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="5.0.0" targetFramework="net451" />
<package id="YamlDotNet" version="3.8.0" targetFramework="net451" />
</packages>

0 comments on commit 87c027f

Please sign in to comment.