Skip to content

Commit 4f71c42

Browse files
committed
Version 2.0.1
1 parent 9187727 commit 4f71c42

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
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.0.0")]
34-
[assembly: AssemblyFileVersion("2.0.0.0")]
33+
[assembly: AssemblyVersion("2.0.1.0")]
34+
[assembly: AssemblyFileVersion("2.0.1.0")]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1313
<Copyright>Copyright © 2017</Copyright>
1414
<Authors />
15+
<Version>2.0.1.0</Version>
1516
</PropertyGroup>
1617

1718
<ItemGroup>

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.0.0")]
34-
[assembly: AssemblyFileVersion("2.0.0.0")]
33+
[assembly: AssemblyVersion("2.0.1.0")]
34+
[assembly: AssemblyFileVersion("2.0.1.0")]
3535

0 commit comments

Comments
 (0)