Skip to content

Commit dd82ecc

Browse files
author
tmsmith
committed
ignoreKeyProperties additions
1 parent 9c4965b commit dd82ecc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DapperExtensions/DapperExtensions.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata schemaVersion="2">
44
<id>DapperExtensions</id>
5-
<version>1.6.2</version>
5+
<version>1.6.3</version>
66
<authors>Thad Smith, Page Brooks</authors>
77
<owners>Thad Smith, Page Brooks</owners>
88
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.</description>
1313
<releaseNotes>
14-
1.6.2
14+
1.6.2 / 1.6.3
1515
* Exposed Ignore keys on update in usages of Implementor
1616
1.6.1
1717
* Added Oracle Dialect to 4.5

DapperExtensions/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
// You can specify all the values or you can default the Build and Revision Numbers
3737
// by using the '*' as shown below:
3838
// [assembly: AssemblyVersion("1.0.*")]
39-
[assembly: AssemblyVersion("1.6.2.0")]
40-
[assembly: AssemblyFileVersion("1.6.2.0")]
41-
[assembly: AssemblyInformationalVersion("1.6.2")]
39+
[assembly: AssemblyVersion("1.6.3.0")]
40+
[assembly: AssemblyFileVersion("1.6.3.0")]
41+
[assembly: AssemblyInformationalVersion("1.6.3")]
4242

4343
[assembly: CLSCompliant(true)]

nuget/DapperExtensions.1.6.3.nupkg

141 KB
Binary file not shown.

0 commit comments

Comments
 (0)