Files
GmRelayBot/Directory.Build.props
T
Toutsu d2edbf16cc
PR Checks / test-and-build (pull_request) Successful in 3m49s
fix(ci): bump version to 1.10.5
Synchronize version across:
- Directory.Build.props
- compose.yaml (bot and web images)
- deploy.yml
- NavMenu version display

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 13:16:16 +03:00

11 lines
306 B
XML

<Project>
<PropertyGroup>
<Version>1.10.5</Version>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>