Releases: hgjura/ServerTools.ServerCommands
Releases · hgjura/ServerTools.ServerCommands
1.0.5.1
Updated libraries (reported with vulnerabilities)
1.0.5
- Execute commands in a specific order (only in Azure Service Bus library)
- Updated documentation
1.0.4
- Updated documentation
- You can register a response from the RegisterCommand. For ex., .RegisterCommand<AddNumbersCommand, AddNumbersResponse>()
1.0.3
v1.0.3.v3
update workflow
1.0.1
Added
- Overloads for PostCommand() and PostResponse(), accepting Type and Type name
Fixed
- Issue with batch posting caused by improper setting of type name
1.0.0
- Validation of parameters when creating Commands
- Clear() method on Commands that clears out commands and responses, without executing them, as well all the corresponding queues