Skip to content

Commit 9c71671

Browse files
committed
Version 1.1.1
1 parent 2463b21 commit 9c71671

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// General Information about an assembly is controlled through the following
@@ -32,5 +31,5 @@
3231
// You can specify all the values or you can default the Build and Revision Numbers
3332
// by using the '*' as shown below:
3433
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0.0")]
34+
[assembly: AssemblyVersion("1.1.1.0")]
35+
[assembly: AssemblyFileVersion("1.1.1.0")]

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Reflection;
2-
using System.Runtime.CompilerServices;
32
using System.Runtime.InteropServices;
43

54
// 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.0.0.0",
2+
"version": "1.1.1.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.0.0.0")]
34-
[assembly: AssemblyFileVersion("1.0.0.0")]
33+
[assembly: AssemblyVersion("1.1.1.0")]
34+
[assembly: AssemblyFileVersion("1.1.1.0")]
3535

0 commit comments

Comments
 (0)