Version 2.0.0 |
[This is preliminary documentation and is subject to change.]
Version 2.0.0 was released on TBA.
Restructured repository layout. .props and .target files that were previously integrated into projects using <include /> statements are replaced by Directory.Build.props and Directory.Build.targets files. Only one directory for each (unit test) library, although multiple target frameworks are compiled.
New target frameworks. .NET Standard 2.0 (netstandard2.0) and .NET Standard 2.1 (netstandard2.1). Removed UWP as separate target, as UWP can now use .NET Standard 2.0.
Changed German resources from region-specific culture de-DE to neutral culture de.
Switched from Apache v2 license to MIT license, to be in line with the .NET Core project.