Skip to content

Release 1.0.36

Choose a tag to compare

@bvdcode bvdcode released this 29 Jun 10:46
· 6 commits to main since this release
Add ASP.NET Core project and enhance bot functionality

- Updated solution to include `TelegramBot.AspNetCoreTest`.
- Improved bot controller registration in `ServiceCollectionExtensions.cs`.
- Enhanced method validation in `InlineQueryHandler.cs`.
- Added logging configuration in `appsettings.Development.json` and `appsettings.json`.
- Created `Program.cs` for ASP.NET Core application setup.
- Defined project structure in `TelegramBot.AspNetCoreTest.csproj`.
- Added HTTP request file for API testing.
- Introduced `WeatherForecast.cs` model for weather data.
- Implemented `CounterController.cs` and `PhoneController.cs` for bot commands.
- Added `WeatherForecastController.cs` for weather forecast API endpoint.