Releases: sitkoru/Sitko.Core
Releases · sitkoru/Sitko.Core
3.5.3
- #10 publish protofiles archive
3.5.1
- #22 fix entity change detection in collections
3.5.0
- SourceLink support
- Sitko.Core.Xunit now targets netcoreapp3.1
3.4.5
- xunit.runner.visualstudio assets is now exposed from Sitko.Core.Xunit
3.4.4
- Set application version from assembly by default
3.4.3
- Add switch to disable run app di check on release build. Use
/p:DisableAppCheck=true
or <DisableAppCheck>true</DisableAppCheck>
3.4.2
- Expose Microsoft.NET.Test.Sdk from Sitko.Core.Xunit
3.4.1
- Fix System.Text.Json version to avoid conflicts
3.4.0
- Upgrade to .NET Core 3.1.7
- Upgrade AWSSDK.S3