Skip to content

Releases: TNG/ArchUnitNET

Fix release script for windows build

Choose a tag to compare

@fgather fgather released this 05 Oct 16:39
fd7923f

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

.NET Framework 4.8 version

Choose a tag to compare

@fgather fgather released this 04 Oct 21:44
22a6ca5

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

Restructuring namespaces

Choose a tag to compare

@fgather fgather released this 28 Aug 15:04
3a594a7

!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

Choose a tag to compare

@fgather fgather released this 24 Aug 14:44
805b07e

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

Improvements to Fluent Syntax

Choose a tag to compare

@fgather fgather released this 16 Feb 22:02
7a565e8

ImplementInterface, AreCalledBy, etc. are now available.

Better extension method support

Choose a tag to compare

@fgather fgather released this 13 Dec 16:14
cac8018

Fixed an issue with missing extension methods

Added support for extension methods

Choose a tag to compare

@fgather fgather released this 26 Nov 09:26
72ea288

Added support for extension methods