Skip to content

Commit 2463b21

Browse files
committed
Revert "Version 1.1.1"
This reverts commit e7ad210.
1 parent e7ad210 commit 2463b21

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.1.0.0")]
36-
[assembly: AssemblyFileVersion("1.1.0.0")]
35+
[assembly: AssemblyVersion("1.0.0.0")]
36+
[assembly: AssemblyFileVersion("1.0.0.0")]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System.Reflection;
2+
using System.Runtime.CompilerServices;
23
using System.Runtime.InteropServices;
34

45
// General Information about an assembly is controlled through the following

src/ITfoxtec.Identity.Saml2.MvcCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.0.0",
2+
"version": "1.0.0.0",
33
"dependencies": {
44
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
55
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",

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("1.1.1.0")]
34-
[assembly: AssemblyFileVersion("1.1.1.0")]
33+
[assembly: AssemblyVersion("1.0.0.0")]
34+
[assembly: AssemblyFileVersion("1.0.0.0")]
3535

0 commit comments

Comments
 (0)