Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmollema committed Mar 28, 2019
1 parent 2adf7fa commit 9e461da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dommel/Dommel.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Simple CRUD operations for Dapper.</Description>
<Copyright>Copyright © Henk Mollema 2018</Copyright>
<Copyright>Copyright © Henk Mollema 2019</Copyright>
<AssemblyTitle>Dommel</AssemblyTitle>
<VersionPrefix>1.11.0</VersionPrefix>
<Authors>Henk Mollema</Authors>
Expand All @@ -15,7 +15,7 @@
<RepositoryUrl>https://github.com/henkmollema/Dommel</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="1.50.4" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.4.0" />
<PackageReference Include="Dapper" Version="1.60.1" />
<PackageReference Include="System.ComponentModel.Annotations" Version="4.5.0" />
</ItemGroup>
</Project>

0 comments on commit 9e461da

Please sign in to comment.