All Versions
12
Latest Version
Avg Release Cycle
45 days
Latest Release
1372 days ago

Changelog History
Page 1

  • v0.3.5 Changes

    December 06, 2020

    โž• added compatibility for older .NET Framework releases (4.5)

  • v0.3.4 Changes

    December 03, 2020
    • ๐Ÿ›  Fix wrong error message for rules with multiple conditions
    • Smaller dependency issues
  • v0.3.3 Changes

    October 31, 2020
    • โšก๏ธ Update dependencies to Cecil and Test frameworks
    • ๐Ÿ‘Œ Improve Error Messages
    • โœ‚ Remove Equ to be able to support older .NET versions
  • v0.3.2 Changes

    October 05, 2020

    ๐Ÿ›  Fix release script for windows build, which had previously issues to deploy the nuget package

  • v0.3.1 Changes

    October 04, 2020

    ๐Ÿ Publish a Net Framework 4.8 version in addition to the Core build. Use windows nodes for travis to achieve this.

  • v0.3.0 Changes

    August 28, 2020

    ๐Ÿš€ !Please be careful, this is a breaking release!

    ๐Ÿšš We moved some namespaces to improve the internal architecture of ArchUnitNet. The most important change for users is that Core was removed and the implementation of the loading of the architecture moved to ArchUnitNET.Loader. Therfore you should do the following replacement in your code:

    using ArchUnitNET.Core; -> using ArchUnitNET.Loader;

  • v0.2.4 Changes

    August 24, 2020

    This PR introduced new rules for cycle checks within slices through your architecture.
    ๐Ÿ‘€ See: #15

  • v0.2.3 Changes

    February 16, 2020

    ImplementInterface, AreCalledBy, etc. are now available.

  • v0.2.2 Changes

    December 13, 2019

    ๐Ÿ›  Fixed an issue with missing extension methods

  • v0.2.1 Changes

    November 26, 2019

    โž• Added support for extension methods