We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00a43a commit 58fffc5Copy full SHA for 58fffc5
Dapper.SimpleCRUD.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>Dapper.SimpleCRUD</id>
5
- <version>2.2.0.0</version>
+ <version>2.2.0.1</version>
6
<title>Dapper.SimpleCRUD</title>
7
<authors>Eric Coffman</authors>
8
<owners>Eric Coffman</owners>
@@ -56,7 +56,7 @@
56
<dependencies>
57
<group targetFramework=".NETStandard2.0">
58
<dependency id="Microsoft.CSharp" version="4.4.0" />
59
- <dependency id="Dapper" version="2.0" />
+ <dependency id="Dapper" version="2.*" />
60
</group>
61
</dependencies>
62
0 commit comments