Skip to content

Releases: TNG/ArchUnitNET

Fix release script for windows build

05 Oct 16:39
fd7923f
Compare
Choose a tag to compare

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

.NET Framework 4.8 version

04 Oct 21:44
22a6ca5
Compare
Choose a tag to compare

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

Restructuring namespaces

28 Aug 15:04
3a594a7
Compare
Choose a tag to compare

!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;

Add possibility to do cycle checks

24 Aug 14:44
805b07e
Compare
Choose a tag to compare

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

Improvements to Fluent Syntax

16 Feb 22:02
7a565e8
Compare
Choose a tag to compare

ImplementInterface, AreCalledBy, etc. are now available.

Better extension method support

13 Dec 16:14
cac8018
Compare
Choose a tag to compare

Fixed an issue with missing extension methods

Added support for extension methods

26 Nov 09:26
72ea288
Compare
Choose a tag to compare

Added support for extension methods