Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Releases: Aptivi-Archives/Extensification

[servicing] Extensification v2022.4.1.2: Target Locked!

09 Feb 10:57
Compare
Choose a tag to compare

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!

07 Feb 16:35
Compare
Choose a tag to compare

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

09 Dec 07:43
Compare
Choose a tag to compare
Pre-release

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

16 Sep 07:50
Compare
Choose a tag to compare
Pre-release

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

10 Aug 10:59
Compare
Choose a tag to compare
Pre-release

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

18 Jul 15:30
Compare
Choose a tag to compare
Pre-release

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

14 Jul 07:38
Compare
Choose a tag to compare
Pre-release

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

19 May 03:36
Compare
Choose a tag to compare
Version 2022.1 Pre-release
Pre-release

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

28 Feb 17:49
Compare
Choose a tag to compare
Version 2022.0 Pre-release
Pre-release
v2022.0.0-alpha

Finalized release

Version 2021.9.1

15 Oct 06:39
Compare
Choose a tag to compare
Version 2021.9.1 Pre-release
Pre-release
v2021.9.1-alpha

Made version 2021.9.1 to implement repeating string 0 times