提交 8df328f8 编写于 作者: M Marc Gravell

1.38 release

上级 6333ed16
......@@ -32,5 +32,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.37.0.0")]
[assembly: AssemblyFileVersion("1.37.0.0")]
[assembly: AssemblyVersion("1.38.0.0")]
[assembly: AssemblyFileVersion("1.38.0.0")]
......@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.37.0.0")]
[assembly: AssemblyFileVersion("1.37.0.0")]
[assembly: AssemblyVersion("1.38.0.0")]
[assembly: AssemblyFileVersion("1.38.0.0")]
......@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.37.0.0")]
[assembly: AssemblyFileVersion("1.37.0.0")]
[assembly: AssemblyVersion("1.38.0.0")]
[assembly: AssemblyFileVersion("1.38.0.0")]
......@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.37.0.0")]
[assembly: AssemblyFileVersion("1.37.0.0")]
[assembly: AssemblyVersion("1.38.0.0")]
[assembly: AssemblyFileVersion("1.38.0.0")]
......@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>Dapper.StrongName</id>
<version>1.37</version>
<version>1.38</version>
<title>Dapper dot net (strong named)</title>
<authors>Sam Saffron,Marc Gravell</authors>
<owners>Sam Saffron,Marc Gravell</owners>
......
......@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.37.0.0")]
[assembly: AssemblyFileVersion("1.37.0.0")]
[assembly: AssemblyVersion("1.38.0.0")]
[assembly: AssemblyFileVersion("1.38.0.0")]
......@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.37.0.0")]
[assembly: AssemblyFileVersion("1.37.0.0")]
[assembly: AssemblyVersion("1.38.0.0")]
[assembly: AssemblyFileVersion("1.38.0.0")]
......@@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.37.0.0")]
[assembly: AssemblyFileVersion("1.37.0.0")]
[assembly: AssemblyVersion("1.38.0.0")]
[assembly: AssemblyFileVersion("1.38.0.0")]
......@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata schemaVersion="2">
<id>Dapper</id>
<version>1.37</version>
<version>1.38</version>
<title>Dapper dot net</title>
<authors>Sam Saffron,Marc Gravell</authors>
<owners>Sam Saffron,Marc Gravell</owners>
......@@ -19,6 +19,7 @@
<frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.0-Client, .NETFramework4.0" />
</frameworkAssemblies>
<releaseNotes>
* 1.38 - specify constructor explicitly; allow value-type parameters (albeit: boxed)
* 1.37 - Reuse StringBuilder instances when possible (list parameters in particular)
* 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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册