Compare commits

..

3 Commits

Author SHA1 Message Date
Tudor Stanciu a72c35b168 Serilog config update 2023-03-18 21:34:14 +02:00
Tudor Stanciu 0ae4dc82d1 1.1.3 readme update 2023-03-18 19:25:20 +02:00
Tudor Stanciu 94bb659ef9 Netmash.Security.Authentication.Tuitio upgrade 2023-03-18 02:49:43 +02:00
6 changed files with 13 additions and 14 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -5,10 +5,7 @@
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information"
}
"Default": "Information"
}
},
"Logs": {

View File

@ -5,10 +5,7 @@
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information"
}
"Default": "Information"
}
},
"Logs": {

View File

@ -5,10 +5,7 @@
},
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information"
}
"Default": "Information"
}
},
"Logs": {