Commit d9f2801f authored by Marc Gravell's avatar Marc Gravell

1.36 release

parent c8aa54b2
...@@ -32,5 +32,5 @@ ...@@ -32,5 +32,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.35.0.0")] [assembly: AssemblyVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.35.0.0")] [assembly: AssemblyFileVersion("1.36.0.0")]
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.35.0.0")] [assembly: AssemblyVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.35.0.0")] [assembly: AssemblyFileVersion("1.36.0.0")]
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.35.0.0")] [assembly: AssemblyVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.35.0.0")] [assembly: AssemblyFileVersion("1.36.0.0")]
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2"> <metadata schemaVersion="2">
<id>Dapper.EntityFramework.StrongName</id> <id>Dapper.EntityFramework.StrongName</id>
<version>1.35</version> <version>1.36</version>
<title>Dapper entity framework type handlers (with a strong name)</title> <title>Dapper entity framework type handlers (with a strong name)</title>
<authors>Marc Gravell</authors> <authors>Marc Gravell</authors>
<owners>Marc Gravell</owners> <owners>Marc Gravell</owners>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<tags>orm sql micro-orm</tags> <tags>orm sql micro-orm</tags>
<dependencies> <dependencies>
<dependency id="EntityFramework" version="6.1.1" /> <dependency id="EntityFramework" version="6.1.1" />
<dependency id="Dapper.StrongName" version="1.35" /> <dependency id="Dapper.StrongName" version="1.36" />
</dependencies> </dependencies>
<frameworkAssemblies> <frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core"/> <frameworkAssembly assemblyName="System.Core"/>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2"> <metadata schemaVersion="2">
<id>Dapper.EntityFramework</id> <id>Dapper.EntityFramework</id>
<version>1.35</version> <version>1.36</version>
<title>Dapper entity framework type handlers</title> <title>Dapper entity framework type handlers</title>
<authors>Marc Gravell</authors> <authors>Marc Gravell</authors>
<owners>Marc Gravell</owners> <owners>Marc Gravell</owners>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<tags>orm sql micro-orm</tags> <tags>orm sql micro-orm</tags>
<dependencies> <dependencies>
<dependency id="EntityFramework" version="6.1.1" /> <dependency id="EntityFramework" version="6.1.1" />
<dependency id="Dapper" version="1.35" /> <dependency id="Dapper" version="1.36" />
</dependencies> </dependencies>
<frameworkAssemblies> <frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core"/> <frameworkAssembly assemblyName="System.Core"/>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<copyright>Copyright Sam Saffron 2012</copyright> <copyright>Copyright Sam Saffron 2012</copyright>
<tags>orm dapper micro-orm</tags> <tags>orm dapper micro-orm</tags>
<dependencies> <dependencies>
<dependency id="Dapper" version="1.35" /> <dependency id="Dapper" version="1.36" />
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>
......
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.35.0.0")] [assembly: AssemblyVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.35.0.0")] [assembly: AssemblyFileVersion("1.36.0.0")]
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2"> <metadata schemaVersion="2">
<id>Dapper.StrongName</id> <id>Dapper.StrongName</id>
<version>1.35</version> <version>1.36</version>
<title>Dapper dot net (strong named)</title> <title>Dapper dot net (strong named)</title>
<authors>Sam Saffron,Marc Gravell</authors> <authors>Sam Saffron,Marc Gravell</authors>
<owners>Sam Saffron,Marc Gravell</owners> <owners>Sam Saffron,Marc Gravell</owners>
......
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.35.0.0")] [assembly: AssemblyVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.35.0.0")] [assembly: AssemblyFileVersion("1.36.0.0")]
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.35.0.0")] [assembly: AssemblyVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.35.0.0")] [assembly: AssemblyFileVersion("1.36.0.0")]
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.35.0.0")] [assembly: AssemblyVersion("1.36.0.0")]
[assembly: AssemblyFileVersion("1.35.0.0")] [assembly: AssemblyFileVersion("1.36.0.0")]
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2"> <metadata schemaVersion="2">
<id>Dapper</id> <id>Dapper</id>
<version>1.35</version> <version>1.36</version>
<title>Dapper dot net</title> <title>Dapper dot net</title>
<authors>Sam Saffron,Marc Gravell</authors> <authors>Sam Saffron,Marc Gravell</authors>
<owners>Sam Saffron,Marc Gravell</owners> <owners>Sam Saffron,Marc Gravell</owners>
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.0-Client, .NETFramework4.0" /> <frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.0-Client, .NETFramework4.0" />
</frameworkAssemblies> </frameworkAssemblies>
<releaseNotes> <releaseNotes>
* 1.36 - Fix Issue 192 (expanded parameter naming glitch) and Issue 178 (execute reader now wraps the command/reader pair, to extend the command lifetime;
* note that the underlying command/reader are available by casting to IWrappedDataReader)
* 1.35 - Fix Issue 151 (Execute should work with ExpandoObject etc); Fix Issue 182 (better support for db-type when using `object` values); * 1.35 - Fix Issue 151 (Execute should work with ExpandoObject etc); Fix Issue 182 (better support for db-type when using `object` values);
* output expressions / callbacks in dynamic args (via Derek); arbitrary number of types in multi-mapping (via James Holwell); * output expressions / callbacks in dynamic args (via Derek); arbitrary number of types in multi-mapping (via James Holwell);
* fix DbString/Oracle bug (via Mauro Cerutti); new support for **named positional arguments** * fix DbString/Oracle bug (via Mauro Cerutti); new support for **named positional arguments**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment