Skip to content

Commit 5437cd1

Browse files
committedMar 19, 2013
updated version and nuget package
1 parent 24ecf6d commit 5437cd1

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed
 

‎DapperExtensions.sln.DotSettings

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:String x:Key="/Default/FilterSettingsManager/CoverageFilterXml/@EntryValue">&lt;data&gt;&lt;IncludeFilters /&gt;&lt;ExcludeFilters /&gt;&lt;/data&gt;</s:String>
3+
<s:String x:Key="/Default/FilterSettingsManager/AttributeFilterXml/@EntryValue">&lt;data /&gt;</s:String></wpf:ResourceDictionary>

‎DapperExtensions/DapperExtensions.nuspec

+4-1
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.4.0</version>
5+
<version>1.4.1</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,6 +11,9 @@
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.4.1
15+
* Paramater Prefix added to SqlDialect
16+
* Error when Column and Property key name were different while performing an update.
1417
1.4.0
1518
* Add Database Class in order to have multiple connections with different dialects. (Extension methods are still available)
1619
* Errors with Predicate not using proper SqlDialect

‎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.4.0.0")]
40-
[assembly: AssemblyFileVersion("1.4.0.0")]
41-
[assembly: AssemblyInformationalVersion("1.4.0")]
39+
[assembly: AssemblyVersion("1.4.1.0")]
40+
[assembly: AssemblyFileVersion("1.4.1.0")]
41+
[assembly: AssemblyInformationalVersion("1.4.1")]
4242

4343
[assembly: CLSCompliant(true)]

‎nuget/DapperExtensions.1.4.1.nupkg

53.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)