Bumping v1.4
This commit is contained in:
@@ -4,14 +4,18 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased](https://git.am-wd.de/AM.WD/common/compare/v1.3.0...master) - 0000-00-00
|
## [Unreleased](https://git.am-wd.de/AM.WD/common/compare/v1.4.0...master) - 0000-00-00
|
||||||
|
_nothing yet_
|
||||||
|
|
||||||
|
|
||||||
|
## [v1.4.0](https://git.am-wd.de/AM.WD/common/compare/v1.3.0...v1.4.0) - 2022-02-11
|
||||||
### Added
|
### Added
|
||||||
- New NuGet package `AMWD.Common.Moq` with `HttpRequestHandlerMoq` class
|
- New NuGet package `AMWD.Common.Moq` with `HttpRequestHandlerMoq` class
|
||||||
- Supporting `InMemory` Database as provider
|
- Supporting `InMemory` Database as provider
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Enhanced Stopwatch/Timer delta due to unsharp resolution using timers
|
- Enhanced Stopwatch/Timer delta due to unsharp resolution using timers
|
||||||
- `IBasicAuthenticationValidator` now requires also the realm (resolving a string on DI is bad style)
|
- `IBasicAuthenticationValidator` now also provides the realm as property (resolving a string on DI is bad style)
|
||||||
|
|
||||||
|
|
||||||
## [v1.3.0](https://git.am-wd.de/AM.WD/common/compare/v1.2.0...v1.3.0) - 2021-12-21
|
## [v1.3.0](https://git.am-wd.de/AM.WD/common/compare/v1.2.0...v1.3.0) - 2021-12-21
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ To save time, they are all packed to NuGet packages.
|
|||||||
|
|
||||||
| Package | Version |
|
| Package | Version |
|
||||||
| ------------------------------- | ------- |
|
| ------------------------------- | ------- |
|
||||||
| AMWD.Common |  |
|
| AMWD.Common |  |
|
||||||
| AMWD.Common.AspNetCore |  |
|
| AMWD.Common.AspNetCore |  |
|
||||||
| AMWD.Common.EntityFrameworkCore |  |
|
| AMWD.Common.EntityFrameworkCore |  |
|
||||||
| CI / CD |   |
|
| CI / CD |   |
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|||||||
Reference in New Issue
Block a user