Bumped package version to 1.0.1 and included license and documentation file.

This commit is contained in:
MattMo 2023-01-30 20:25:00 -08:00
parent 8cdcf02ab5
commit b125aef0ff

View File

@ -7,7 +7,7 @@
<AssemblyName>MontoyaTech.MySqlPlus</AssemblyName>
<RootNamespace>MontoyaTech.MySqlPlus</RootNamespace>
<Title>MontoyaTech.MySqlPlus</Title>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Company>MontoyaTech</Company>
<Description>A simple C# library to help work with MySql.</Description>
<Copyright>MontoyaTech 2023</Copyright>
@ -15,6 +15,8 @@
<RepositoryUrl>https://code.montoyatech.com/MontoyaTech/MySqlPlus</RepositoryUrl>
<PackageIcon>Logo_Symbol_Black_Outline.png</PackageIcon>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>