Skip to content

Commit cf6e057

Browse files
committed
Added Quick Queries
1 parent 10ebc2f commit cf6e057

17 files changed

+389
-69
lines changed

FlySQL.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<PackageId>Fly.SQL</PackageId>
66
<Authors>jdmay2</Authors>
7+
<PackageIcon>logo.png</PackageIcon>
78
<Description>FlySQL is a simple, easy to use companion for the MySQL.Data NuGet library.</Description>
89
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9-
<Version>1.0.1</Version>
10+
<Version>1.0.2</Version>
1011
<PackageTags>MySql, SQL, Data, Query</PackageTags>
1112
<RepositoryUrl>https://github.com/jdmay2/FlySQL</RepositoryUrl>
1213
<ImplicitUsings>enable</ImplicitUsings>
1314
<Nullable>enable</Nullable>
1415
</PropertyGroup>
1516

1617
<ItemGroup>
18+
<None Include="./.github/resources/logo.png" Pack="true" PackagePath="" />
1719
<PackageReference Include="MySql.Data" Version="8.0.28" />
1820
<Using Include="MySql.Data.MySqlClient" />
1921
</ItemGroup>

0 commit comments

Comments
 (0)