Skip to content

Commit 6e67319

Browse files
committed
Version 2.0.2
1 parent 4d4ceb6 commit 6e67319

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

src/ITfoxtec.Identity.Saml2.Mvc/ITfoxtec.Identity.Saml2.Mvc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
36+
<DocumentationFile>bin\Release\ITfoxtec.Identity.Saml2.Mvc.xml</DocumentationFile>
3637
</PropertyGroup>
3738
<PropertyGroup>
3839
<SignAssembly>true</SignAssembly>

src/ITfoxtec.Identity.Saml2/ITfoxtec.Identity.Saml2.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<DefineConstants>TRACE</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
36+
<DocumentationFile>bin\Release\ITfoxtec.Identity.Saml2.xml</DocumentationFile>
3637
</PropertyGroup>
3738
<PropertyGroup>
3839
<SignAssembly>true</SignAssembly>

src/ITfoxtec.Identity.Saml2/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
//
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
33-
[assembly: AssemblyVersion("2.0.1.0")]
34-
[assembly: AssemblyFileVersion("2.0.1.0")]
33+
[assembly: AssemblyVersion("2.0.2.0")]
34+
[assembly: AssemblyFileVersion("2.0.2.0")]
3535

0 commit comments

Comments
 (0)