1
0

Bumping v1.4

This commit is contained in:
2022-02-11 23:00:01 +01:00
parent 80e5382553
commit 1eb40237c5
2 changed files with 9 additions and 5 deletions

View File

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

View File

@@ -5,9 +5,9 @@ To save time, they are all packed to NuGet packages.
| Package | Version | | Package | Version |
| ------------------------------- | ------- | | ------------------------------- | ------- |
| AMWD.Common | ![https://nuget.am-wd.de/packages/amwd.common/](https://php.am-wd.de/nuget.php?package=AMWD.Common) | | AMWD.Common | ![https://nuget.am-wd.de/packages/amwd.common/](https://services.am-wd.de/nuget.php?package=AMWD.Common) |
| AMWD.Common.AspNetCore | ![https://nuget.am-wd.de/packages/amwd.common.aspnetcore/](https://php.am-wd.de/nuget.php?package=AMWD.Common.AspNetCore) | | AMWD.Common.AspNetCore | ![https://nuget.am-wd.de/packages/amwd.common.aspnetcore/](https://services.am-wd.de/nuget.php?package=AMWD.Common.AspNetCore) |
| AMWD.Common.EntityFrameworkCore | ![https://nuget.am-wd.de/packages/amwd.common.entityframeworkcore/](https://php.am-wd.de/nuget.php?package=AMWD.Common.EntityFrameworkCore) | | AMWD.Common.EntityFrameworkCore | ![https://nuget.am-wd.de/packages/amwd.common.entityframeworkcore/](https://services.am-wd.de/nuget.php?package=AMWD.Common.EntityFrameworkCore) |
| CI / CD | ![https://git.am-wd.de/AM.WD/common/-/pipelines](https://git.am-wd.de/AM.WD/common/badges/master/pipeline.svg?style=flat-square) ![https://git.am-wd.de/AM.WD/common/-/tree/master](https://git.am-wd.de/AM.WD/common/badges/master/coverage.svg?style=flat-square) | | CI / CD | ![https://git.am-wd.de/AM.WD/common/-/pipelines](https://git.am-wd.de/AM.WD/common/badges/master/pipeline.svg?style=flat-square) ![https://git.am-wd.de/AM.WD/common/-/tree/master](https://git.am-wd.de/AM.WD/common/badges/master/coverage.svg?style=flat-square) |
## Documentation ## Documentation