Releases: Aptivi-Archives/Extensification
[servicing] Extensification v2022.4.1.2: Target Locked!
This release re-targets itself to netstandard2.0
in accordance with our latest libraries to widen the compatibility matrix for different targeted frameworks. This causes us to release the fourth sub-library, Extensification.NetFX
, which backports extension methods that are only implemented in modern .NET to .NET Framework 4.8.
Changes
This release contains a variety of changes, including, but not limited to:
Improvements
1 improvements were made since last release
[*]
Updated Extensification to use .NET Standard 2.0
More changes?
Below changes are listed, if you want to go deep in details of what changed between the last release and the current one.
Feedback?
If you have issues with this version, report to us by making a new issue ticket.
[servicing] Extensification v2022.4.1.1: Target Reset!
This release re-targets its Legacy sub-library, Extensification.Legacy
, to only target .NET Framework 4.8. The legacy package, which provides wrapper methods that use Microsoft.VisualBasic
, is changed like this to more accurately reflect the framework on which is intended to be used. Modern .NET users and C# users don't need to use this package.
Changes
This release contains a variety of changes, including, but not limited to:
Improvements
1 improvements were made since last release
[*]
Updated Extensification for re-targeting Legacy
More changes?
Below changes are listed, if you want to go deep in details of what changed between the last release and the current one.
Feedback?
If you have issues with this version, report to us by making a new issue ticket.
Version 2022.4.1 - No More Zeroes
This release fixes new line splitting function
Changes
[*]
Fixed new line splitting causing null characters to be found at the end
To see the full changes, have a look at the commit history of this release tag.
Version 2022.4 - Cases
This release adds some more case options for text, including the title case.
Changes
[+]
Added cases, like title case
To see the full changes, have a look at the commit history of this release tag.
Version 2022.3.0 - Now Standard
This release finally manages to be a .NET Standard 2.1 library!
Changes
[+]
Added support for .NET Standard 2.1
To see the full changes, have a look at the commit history of this release tag.
Version 2022.2.1 - Split Fix
This release fixes everything that's broken in 2022.2.
Changes
[*]
General fixes
To see the full changes, have a look at the commit history of this release tag.
Version 2022.2 - Splitter
This release adds one extension used by Kernel Simulator
Changes
[+]
Added splitting string with spaces by regex
To see the full changes, have a look at the commit history of this release tag.
Version 2022.1
This release adds further extensions to some types.
WARNING: This release now requires .NET Framework 4.8, at least .NET Core 3.1, and .NET 6.0 to accommodate with the EOL schedule for such frameworks.
Changes
[+]
Added char to ConsoleKeyInfo (adapted from ReadLine, thanks tornedo!)[*]
Updated unit tests to use another framework
To see the full changes, have a look at the commit history of this release tag.
Version 2022.0
v2022.0.0-alpha Finalized release
Version 2021.9.1
v2021.9.1-alpha Made version 2021.9.1 to implement repeating string 0 times