Bump version to 1.0.1

This commit is contained in:
Saphire 2022-02-16 19:42:25 +07:00
parent d2ddfa4be4
commit 387909b0c6
Signed by: Saphire
GPG Key ID: B26EB7A1F07044C4

View File

@ -16,6 +16,9 @@
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.0.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.42" />
</ItemGroup>
<PropertyGroup>
<VersionPrefix>1.0.1</VersionPrefix>
</PropertyGroup>
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
<Exec
Command="git describe --long --always --dirty --exclude=* --abbrev=8"