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

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jun 28, 2016
1 parent 66d6f2b commit eac4fb9
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 38 deletions.
6 changes: 3 additions & 3 deletions doc/StormpathConfigurationAbstractionsDocs.shfbproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<HtmlHelpName>Documentation</HtmlHelpName>
<Language>en-US</Language>
<DocumentationSources>
<DocumentationSource sourceFile="proxy\packages\Stormpath.Configuration.Abstractions.4.0.1\lib\net45\Stormpath.Configuration.Abstractions.dll" />
<DocumentationSource sourceFile="proxy\packages\Stormpath.Configuration.Abstractions.4.0.1\lib\net45\Stormpath.Configuration.Abstractions.xml" /></DocumentationSources>
<DocumentationSource sourceFile="proxy\packages\Stormpath.Configuration.Abstractions.5.2.0\lib\net45\Stormpath.Configuration.Abstractions.dll" />
<DocumentationSource sourceFile="proxy\packages\Stormpath.Configuration.Abstractions.5.2.0\lib\net45\Stormpath.Configuration.Abstractions.xml" /></DocumentationSources>
<NamespaceSummaries>
<NamespaceSummaryItem name="(global)" isDocumented="False" xmlns="" />
<NamespaceSummaryItem name="Stormpath.Configuration.Abstractions" isDocumented="True" xmlns="">This namespace contains the base configuration abstractions.</NamespaceSummaryItem>
Expand Down Expand Up @@ -61,4 +61,4 @@
</PostBuildEvent>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
</Project>
</Project>
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.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
[assembly: AssemblyVersion("0.91.0")]
[assembly: AssemblyFileVersion("0.91.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 @@ -32,8 +32,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<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.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.Abstractions.5.2.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -276,6 +276,9 @@
<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 @@ -285,5 +288,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>

</Project>
2 changes: 1 addition & 1 deletion doc/proxy/Stormpath.SDK.Abstractions/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Stormpath.Configuration.Abstractions" version="4.0.1" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="5.2.0" targetFramework="net451" />
</packages>
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.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
[assembly: AssemblyVersion("0.91.0")]
[assembly: AssemblyFileVersion("0.91.0")]

39 changes: 19 additions & 20 deletions doc/proxy/Stormpath.SDK/Stormpath.SDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,36 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="FlexibleConfiguration, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FlexibleConfiguration.1.1.0\lib\net45\FlexibleConfiguration.dll</HintPath>
<Reference Include="FlexibleConfiguration, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FlexibleConfiguration.1.2.0\lib\net45\FlexibleConfiguration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Polyglot, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polyglot.1.1.0\lib\net45\Polyglot.dll</HintPath>
<Reference Include="Polyglot, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Polyglot.1.2.0\lib\net45\Polyglot.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Configuration, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.5.1.0\lib\net45\Stormpath.Configuration.dll</HintPath>
<Reference Include="Stormpath.Configuration, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.5.2.0\lib\net45\Stormpath.Configuration.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Stormpath.Configuration.Abstractions, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Stormpath.Configuration.Abstractions.5.1.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Reference Include="Stormpath.Configuration.Abstractions, Version=5.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Stormpath.Configuration.Abstractions.5.2.0\lib\net45\Stormpath.Configuration.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.0.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="YamlDotNet, Version=3.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.3.8.0\lib\net35\YamlDotNet.dll</HintPath>
<Reference Include="YamlDotNet, Version=3.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\YamlDotNet.3.9.0\lib\net35\YamlDotNet.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down Expand Up @@ -179,10 +183,9 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\DefaultClient.TenantActions.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\DefaultClient.TenantActionsSync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\DefaultClientBuilder.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\DnxUserAgentBuilder.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\DefaultUserAgentBuilder.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\IClientSync.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\IUserAgentBuilder.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\Net451UserAgentBuilder.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\PrependingUserAgentBuilder.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\ShimAdditionalClientApiKeySettings.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Client\ShimClientApiKey.cs" />
Expand Down Expand Up @@ -290,10 +293,6 @@
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\IdSite\IIdSiteJtiProvider.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\IdSite\InlineIdSiteAsyncResultListener.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\IdSite\InlineIdSiteSyncResultListener.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Introspection\IPlatform.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Introspection\ISdk.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Introspection\Platform.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Introspection\Sdk.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Jwt\DefaultJwt.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Jwt\DefaultJwtBuilder.cs" />
<Compile Include="..\..\..\src\Stormpath.SDK.Core\Impl\Jwt\DefaultJwtClaims.cs" />
Expand Down Expand Up @@ -542,15 +541,15 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<!-- #endAutogen -->
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Stormpath.SDK.Abstractions\Stormpath.SDK.Abstractions.csproj">
<Project>{9966941a-d894-4adf-9b4b-810bbd2d5364}</Project>
<Name>Stormpath.SDK.Abstractions</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
11 changes: 6 additions & 5 deletions doc/proxy/Stormpath.SDK/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="FlexibleConfiguration" version="1.1.0" targetFramework="net451" />
<package id="Polyglot" version="1.1.0" targetFramework="net451" />
<package id="Stormpath.Configuration" version="5.1.0" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="5.1.0" targetFramework="net451" />
<package id="YamlDotNet" version="3.8.0" targetFramework="net451" />
<package id="FlexibleConfiguration" version="1.2.0" targetFramework="net451" />
<package id="Polyglot" version="1.2.0" targetFramework="net451" />
<package id="Stormpath.Configuration" version="5.2.0" targetFramework="net451" />
<package id="Stormpath.Configuration.Abstractions" version="5.2.0" targetFramework="net451" />
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" targetFramework="net451" />
<package id="YamlDotNet" version="3.9.0" targetFramework="net451" />
</packages>

0 comments on commit eac4fb9

Please sign in to comment.