If version is not specified, Nadeko.Medusa will default to 5.0.0 to allow for full compatibility for from-source-selfhosters

This commit is contained in:
Kwoth
2022-10-12 20:10:55 +02:00
parent a7fe9ae08f
commit 89a88304dc
2 changed files with 4 additions and 1 deletions

View File

@@ -17,4 +17,7 @@
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>
<PropertyGroup Condition=" '$(Version)' == '' ">
<Version>5.0.0</Version>
</PropertyGroup>
</Project>