Skip to content

Commit

Permalink
Update of the nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Pouwels committed Mar 31, 2022
1 parent 3601214 commit d28ba49
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Demo/Demo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.90" />
<PackageReference Include="Dapper" Version="2.0.123" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions ZimLabs.Database.MySql/ZimLabs.Database.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<RepositoryUrl>https://github.com/InvaderZim85/ZimLabs.Database.MySql</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Helper, Database, MySql, Connector</PackageTags>
<Version>1.2.2</Version>
<Version>1.2.3</Version>
<PackageReleaseNotes>Update of the used packages</PackageReleaseNotes>
<AssemblyVersion>1.2.2.0</AssemblyVersion>
<FileVersion>1.2.2.0</FileVersion>
<AssemblyVersion>1.2.3.0</AssemblyVersion>
<FileVersion>1.2.3.0</FileVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand All @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MySql.Data" Version="8.0.27" />
<PackageReference Include="MySql.Data" Version="8.0.28" />
</ItemGroup>

<ItemGroup>
Expand Down
27 changes: 24 additions & 3 deletions ZimLabs.Database.MySql/ZimLabs.Database.MySql.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d28ba49

Please sign in to comment.