Skip to content

Releases: cythral/brighid-commands-sdk

v0.2.0-beta2

02 Jun 21:49
eb8835f
Compare
Choose a tag to compare
v0.2.0-beta2 Pre-release
Pre-release
Use PublishDir (#252)

v0.2.0-beta1

01 Jun 21:47
105ccc1
Compare
Choose a tag to compare
v0.2.0-beta1 Pre-release
Pre-release
Update dependency Serilog.AspNetCore to v6.1.0 (#231)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.1.3

10 May 04:11
9d605c6
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where the incorrect output path was being referenced in templates.

v0.1.1

07 May 21:25
69c5134
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where the generator would fail due a MissingMethodException.

v0.1.0

07 May 20:01
5527066
Compare
Choose a tag to compare

Features

  • Automatic Command Registrator Generation.
  • Utilities for writing and running Brighid Commands.
  • CloudFormation template generation based on C# Command Code.

v0.1.0-beta9

07 May 03:09
a3d66ce
Compare
Choose a tag to compare
v0.1.0-beta9 Pre-release
Pre-release

Enhancements

  • Adds a concept of command scopes, attributes which grant commands access to certain data, such as user tokens.
  • Adds a user token property to the command context, which requires the "token" scope.

v0.1.0-beta8

08 Feb 22:23
be820b4
Compare
Choose a tag to compare
v0.1.0-beta8 Pre-release
Pre-release

Bug Fixes

  • This fixes an issue where Command Parameter Types were being serialized as their enum names instead of the integer value.

v0.1.0-beta7

08 Feb 00:17
6cca4e5
Compare
Choose a tag to compare
v0.1.0-beta7 Pre-release
Pre-release
Remove second set of ::

v0.1.0-beta6

07 Feb 22:53
6aae161
Compare
Choose a tag to compare
v0.1.0-beta6 Pre-release
Pre-release
De-couple package tool from metapackage

v0.1.0-beta5

07 Feb 18:22
a60a1e6
Compare
Choose a tag to compare
v0.1.0-beta5 Pre-release
Pre-release
MSBuild-related fixes