Skip to content

Releases: Ktechen/SwitchCommander

v0.0.3 - SwitchCommander

23 Oct 08:14

Choose a tag to compare

Refactor namespaces for better SSH feature organization

Namespaces have been restructured throughout the codebase specifically for the SSH feature for better organization and understanding. It moves SSH related classes under 'SwitchCommander.Domain.Dtos.SSH' namespace. This change will help to segregate the SSH feature related implementation and would provide an easy-to-navigate and well-organized code structure.

v0.0.2 - SwitchCommander

19 Oct 20:07

Choose a tag to compare

Update SSHNetServiceTest for clarity and caution

Added a Display DataAnnotation to elaborate the test's

v0.0.1 - SwitchCommander

26 Sep 19:27

Choose a tag to compare

Refactor CreateUser domain event and handler structure

In this commit, the CreateUserDomainEvent class was removed and a record with the same purpose was included directly in the CreateUserDomainEventHandler file. This was done to simplify the directory structure within the CreateUser feature.

Also, the CreateUserDomainEventHandler file was moved up one level as the DomainEvents directory no longer exists.

Other impacted files had their import statements updated to reflect this change. No change in functionality was intended with this modification, it's purely organizational.