Skip to content

Commit 96e2645

Browse files
committed
Version 2.0.2, changed.
1 parent 6e67319 commit 96e2645

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("ITfoxtec")]
1111
[assembly: AssemblyProduct("ITfoxtec.Identity.Saml2.Mvc")]
12-
[assembly: AssemblyCopyright("Copyright © 2017")]
12+
[assembly: AssemblyCopyright("Copyright © 2018")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -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.1.0")]
34-
[assembly: AssemblyFileVersion("2.0.1.0")]
33+
[assembly: AssemblyVersion("2.0.2.0")]
34+
[assembly: AssemblyFileVersion("2.0.2.0")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1111
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1212
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
13-
<Copyright>Copyright © 2017</Copyright>
13+
<Copyright>Copyright © 2018</Copyright>
1414
<Authors />
15-
<Version>2.0.1.0</Version>
15+
<Version>2.0.2.0</Version>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("ITfoxtec")]
1111
[assembly: AssemblyProduct("ITfoxtec.Identity.Saml2")]
12-
[assembly: AssemblyCopyright("Copyright © 2017")]
12+
[assembly: AssemblyCopyright("Copyright © 2018")]
1313
[assembly: AssemblyTrademark("")]
1414
[assembly: AssemblyCulture("")]
1515

0 commit comments

Comments
 (0)