Compare commits
No commits in common. "a72c35b16826bb63d3f3acd78a5f33483c9f302a" and "d1157e9751369ef755a819c65abe57e50a3df311" have entirely different histories.
a72c35b168
...
d1157e9751
|
@ -1,7 +1,7 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="dependencies.props" />
|
<Import Project="dependencies.props" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>1.1.3</Version>
|
<Version>1.1.2</Version>
|
||||||
<Authors>Tudor Stanciu</Authors>
|
<Authors>Tudor Stanciu</Authors>
|
||||||
<Company>STA</Company>
|
<Company>STA</Company>
|
||||||
<PackageTags>NetworkResurrector</PackageTags>
|
<PackageTags>NetworkResurrector</PackageTags>
|
||||||
|
|
|
@ -66,12 +66,4 @@
|
||||||
• Tuitio configuration changes
|
• Tuitio configuration changes
|
||||||
</Content>
|
</Content>
|
||||||
</Note>
|
</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>
|
</ReleaseNotes>
|
|
@ -11,7 +11,7 @@
|
||||||
<NBBPackageVersion>6.0.30</NBBPackageVersion>
|
<NBBPackageVersion>6.0.30</NBBPackageVersion>
|
||||||
<EntityFrameworkCorePackageVersion>6.0.1</EntityFrameworkCorePackageVersion>
|
<EntityFrameworkCorePackageVersion>6.0.1</EntityFrameworkCorePackageVersion>
|
||||||
<NetmashExtensionsSwaggerPackageVersion>1.0.7</NetmashExtensionsSwaggerPackageVersion>
|
<NetmashExtensionsSwaggerPackageVersion>1.0.7</NetmashExtensionsSwaggerPackageVersion>
|
||||||
<NetmashTuitioAuthenticationPackageVersion>2.1.0</NetmashTuitioAuthenticationPackageVersion>
|
<NetmashTuitioAuthenticationPackageVersion>2.0.0</NetmashTuitioAuthenticationPackageVersion>
|
||||||
<NetmashDatabaseMigrationPackageVersion>1.2.0</NetmashDatabaseMigrationPackageVersion>
|
<NetmashDatabaseMigrationPackageVersion>1.2.0</NetmashDatabaseMigrationPackageVersion>
|
||||||
<CorreoPublishedLanguage>1.0.1</CorreoPublishedLanguage>
|
<CorreoPublishedLanguage>1.0.1</CorreoPublishedLanguage>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
},
|
},
|
||||||
"Serilog": {
|
"Serilog": {
|
||||||
"MinimumLevel": {
|
"MinimumLevel": {
|
||||||
"Default": "Information"
|
"Default": "Information",
|
||||||
|
"Override": {
|
||||||
|
"Microsoft": "Information"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Logs": {
|
"Logs": {
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
},
|
},
|
||||||
"Serilog": {
|
"Serilog": {
|
||||||
"MinimumLevel": {
|
"MinimumLevel": {
|
||||||
"Default": "Information"
|
"Default": "Information",
|
||||||
|
"Override": {
|
||||||
|
"Microsoft": "Information"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Logs": {
|
"Logs": {
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
},
|
},
|
||||||
"Serilog": {
|
"Serilog": {
|
||||||
"MinimumLevel": {
|
"MinimumLevel": {
|
||||||
"Default": "Information"
|
"Default": "Information",
|
||||||
|
"Override": {
|
||||||
|
"Microsoft": "Information"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Logs": {
|
"Logs": {
|
||||||
|
|
Loading…
Reference in New Issue