Skip to content

Commit

Permalink
Create XML doc files
Browse files Browse the repository at this point in the history
- Fixes Sustainsys#1014
- Bump VersionInfo - next release will be 2.1.0
  • Loading branch information
AndersAbel committed Oct 8, 2018
1 parent 9dfacfc commit a11998c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<Compile Include="..\VersionInfo.cs" Link="VersionInfo.cs" />
</ItemGroup>

<PropertyGroup>
<DocumentationFile>C:\git\Sustainsys.Saml2\Sustainsys.Saml2.AspNetCore2\bin\Sustainsys.Saml2.AspNetCore2.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.0.2" />
Expand Down
9 changes: 9 additions & 0 deletions Sustainsys.Saml2/Sustainsys.Saml2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,22 @@
<PackageProjectUrl>https://github.com/Sustainsys/Saml2</PackageProjectUrl>
<PackageIconUrl>https://raw.github.com/Sustainsys/Saml2/master/nuget/Sustainsys.png</PackageIconUrl>
<PackageTags>SAML2 authentication AspNet SAML SSO</PackageTags>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup>
<DocumentationFile>C:\git\Sustainsys.Saml2\Sustainsys.Saml2\bin\Sustainsys.Saml2.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\VersionInfo.cs" Link="VersionInfo.cs" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
// Patch Number
//

[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyInformationalVersion("2.0.0")]
[assembly: AssemblyVersion("2.1.0")]
[assembly: AssemblyFileVersion("2.1.0")]
[assembly: AssemblyInformationalVersion("2.1.0")]

0 comments on commit a11998c

Please sign in to comment.