Releases: Ktechen/SwitchCommander
Releases Β· Ktechen/SwitchCommander
v0.0.3 - SwitchCommander
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
Update SSHNetServiceTest for clarity and caution Added a Display DataAnnotation to elaborate the test's
v0.0.1 - SwitchCommander
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.