ArchUnitNET v0.3.0 Release Notes

Release Date: 2020-08-28 // over 3 years ago
  • ๐Ÿš€ !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;