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, 2020This PR introduced new rules for cycle checks within slices through your architecture.
๐ See: #15 -
v0.2.3 Changes
February 16, 2020ImplementInterface, 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