Skip to content

Releases: ejcoyle88/KnowYourLimits

netcoreapp3.0 upgrade

11 Nov 12:56
6083f9d
Compare
Choose a tag to compare

This release drops support for other framework versions, upgrading to netcoreapp3.0 only.
If you use an old framework version with this package, please open an issue on github. We dropped support because the github actions we are using to install the SDK version for the build doesn't currently support multitargeted builds.

Other notes for this build:

  • Fixed a bunch of compiler warnings and removed extra whitespace
  • Cleaned up some bad asserts in the tests
  • Added a reference to the SecurityCodeScan package, to get security flaw scanning on build
  • Moved from CircleCI to Github Actions
  • Automated the nuget package release
  • Switched from calling appBuilder.Use to appBuilder.UseMiddleware

Trying to get the automated nuget release to work

11 Nov 12:30
a50a4dd
Compare
Choose a tag to compare

This release drops support for other framework versions, upgrading to netcoreapp3.0 only.
If you use an old framework version with this package, please open an issue on github. We dropped support because the github actions we are using to install the SDK version for the build doesn't currently support multitargeted builds.

Other notes for this build:

Fixed a bunch of compiler warnings and removed extra whitespace
Cleaned up some bad asserts in the tests
Added a reference to the SecurityCodeScan package, to get security flaw scanning on build
Moved from CircleCI to Github Actions
Automated the nuget package release
Switched from calling appBuilder.Use to appBuilder.UseMiddleware

netcoreapp3.0 upgrade

11 Nov 12:10
a50a4dd
Compare
Choose a tag to compare

This release drops support for other framework versions, upgrading to netcoreapp3.0 only.
If you use an old framework version with this package, please open an issue on github. We dropped support because the github actions we are using to install the SDK version for the build doesn't currently support multitargeted builds.

Other notes for this build:

  • Fixed a bunch of compiler warnings and removed extra whitespace
  • Cleaned up some bad asserts in the tests
  • Added a reference to the SecurityCodeScan package, to get security flaw scanning on build
  • Moved from CircleCI to Github Actions
  • Automated the nuget package release
  • Switched from calling appBuilder.Use to appBuilder.UseMiddleware