Compare commits
3 Commits
d1157e9751
...
a72c35b168
Author | SHA1 | Date |
---|---|---|
|
a72c35b168 | |
|
0ae4dc82d1 | |
|
94bb659ef9 |
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<Import Project="dependencies.props" />
|
||||
<PropertyGroup>
|
||||
<Version>1.1.2</Version>
|
||||
<Version>1.1.3</Version>
|
||||
<Authors>Tudor Stanciu</Authors>
|
||||
<Company>STA</Company>
|
||||
<PackageTags>NetworkResurrector</PackageTags>
|
||||
|
|
|
@ -66,4 +66,12 @@
|
|||
• Tuitio configuration changes
|
||||
</Content>
|
||||
</Note>
|
||||
<Note>
|
||||
<Version>1.1.3</Version>
|
||||
<Content>
|
||||
Tuitio latest changes
|
||||
• Account logout method and the latest changes published by Tuitio were implemented
|
||||
• Netmash.Security.Authentication.Tuitio nuget package upgrade
|
||||
</Content>
|
||||
</Note>
|
||||
</ReleaseNotes>
|
|
@ -11,7 +11,7 @@
|
|||
<NBBPackageVersion>6.0.30</NBBPackageVersion>
|
||||
<EntityFrameworkCorePackageVersion>6.0.1</EntityFrameworkCorePackageVersion>
|
||||
<NetmashExtensionsSwaggerPackageVersion>1.0.7</NetmashExtensionsSwaggerPackageVersion>
|
||||
<NetmashTuitioAuthenticationPackageVersion>2.0.0</NetmashTuitioAuthenticationPackageVersion>
|
||||
<NetmashTuitioAuthenticationPackageVersion>2.1.0</NetmashTuitioAuthenticationPackageVersion>
|
||||
<NetmashDatabaseMigrationPackageVersion>1.2.0</NetmashDatabaseMigrationPackageVersion>
|
||||
<CorreoPublishedLanguage>1.0.1</CorreoPublishedLanguage>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
"Default": "Information"
|
||||
}
|
||||
},
|
||||
"Logs": {
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
"Default": "Information"
|
||||
}
|
||||
},
|
||||
"Logs": {
|
||||
|
|
|
@ -5,10 +5,7 @@
|
|||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
"Default": "Information"
|
||||
}
|
||||
},
|
||||
"Logs": {
|
||||
|
|
Loading…
Reference in New Issue