File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
ITfoxtec.Identity.Saml2.MvcCore
ITfoxtec.Identity.Saml2.Mvc/Properties
ITfoxtec.Identity.Saml2/Properties Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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.0 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
Original file line number Diff line number Diff line change 11using System . Reflection ;
2- using System . Runtime . CompilerServices ;
32using System . Runtime . InteropServices ;
43
54// General Information about an assembly is controlled through the following
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0 .0.0" ,
2+ "version" : " 1.1 .0.0" ,
33 "dependencies" : {
44 "Microsoft.AspNetCore.Authentication.Cookies" : " 1.0.0" ,
55 "Microsoft.AspNetCore.Hosting.Abstractions" : " 1.0.0" ,
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments