Skip to content

Release 1.0.22

Choose a tag to compare

@bvdcode bvdcode released this 14 Aug 02:12
· 35 commits to main since this release
Refactor command registration and service configuration

Refactored `Program.cs` to use new command registration method.
Moved `RegisterCommands` from `BotBuilder` to `ServiceCollectionExtensions`.
Updated `ServiceCollectionExtensions` to include `RegisterCommands`.
Added `AddDbContext` and `UseAuthorizationHandler` to services.