Files
GmRelayBot/Directory.Build.props
T
Toutsu 3f4571d3a7
PR Checks / test-and-build (pull_request) Failing after 4m26s
chore(#13): bump version to 1.10.1
2026-05-07 10:25:25 +03:00

11 lines
306 B
XML

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