Files
GmRelayBot/Directory.Build.props
Toutsu e2303490e9
PR Checks / test-and-build (pull_request) Successful in 4m4s
feat(#15): add session audit log history tests and bump version to 1.12.0
Adds missing tests for GetSessionHistoryForGmAsync authorization.
Syncs version across all 4 files for the 1.12.0 minor release.

Bump version -> 1.12.0

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 18:57:07 +03:00

11 lines
306 B
XML

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