update package

This commit is contained in:
2025-01-06 10:06:19 -05:00
parent 75b18885d5
commit ac0e4e6a7a

View File

@@ -9,10 +9,15 @@
<PropertyGroup>
<PackageId>MaybeError</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>Amatsugu</Authors>
<PackageDescription>Errors as values</PackageDescription>
<RepositoryUrl>https://github.com/Amatsugu/MaybeError</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>