Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
1f341bb6
Commit
1f341bb6
authored
Sep 29, 2014
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.35
parent
7336bfb5
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
19 additions
and
16 deletions
+19
-16
AssemblyInfo.cs
Dapper NET40/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
Dapper.Contrib.Tests/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
Dapper.Contrib/Properties/AssemblyInfo.cs
+2
-2
Dapper.Rainbow.nuspec
Dapper.Rainbow.nuspec
+1
-1
AssemblyInfo.cs
Dapper.SqlBuilder/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
DapperTests NET35/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
DapperTests NET45/Properties/AssemblyInfo.cs
+2
-2
AssemblyInfo.cs
Tests/Properties/AssemblyInfo.cs
+2
-2
dapper.nuspec
dapper.nuspec
+4
-1
No files found.
Dapper NET40/Properties/AssemblyInfo.cs
View file @
1f341bb6
...
...
@@ -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.3
4
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
4
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.3
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
5
.0.0"
)]
Dapper.Contrib.Tests/Properties/AssemblyInfo.cs
View file @
1f341bb6
...
...
@@ -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.3
4
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
4
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.3
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
5
.0.0"
)]
Dapper.Contrib/Properties/AssemblyInfo.cs
View file @
1f341bb6
...
...
@@ -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.3
4
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
4
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.3
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
5
.0.0"
)]
Dapper.Rainbow.nuspec
View file @
1f341bb6
...
...
@@ -28,7 +28,7 @@
<copyright>
Copyright Sam Saffron 2012
</copyright>
<tags>
orm dapper micro-orm
</tags>
<dependencies>
<dependency
id=
"Dapper"
version=
"1.3
4
"
/>
<dependency
id=
"Dapper"
version=
"1.3
5
"
/>
</dependencies>
</metadata>
<files>
...
...
Dapper.SqlBuilder/Properties/AssemblyInfo.cs
View file @
1f341bb6
...
...
@@ -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.3
4
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
4
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.3
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
5
.0.0"
)]
DapperTests NET35/Properties/AssemblyInfo.cs
View file @
1f341bb6
...
...
@@ -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.3
4
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
4
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.3
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
5
.0.0"
)]
DapperTests NET45/Properties/AssemblyInfo.cs
View file @
1f341bb6
...
...
@@ -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.3
4
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
4
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.3
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
5
.0.0"
)]
Tests/Properties/AssemblyInfo.cs
View file @
1f341bb6
...
...
@@ -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.3
4
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
4
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.3
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.3
5
.0.0"
)]
dapper.nuspec
View file @
1f341bb6
...
...
@@ -2,7 +2,7 @@
<package
xmlns=
"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
>
<metadata
schemaVersion=
"2"
>
<id>
Dapper
</id>
<version>
1.3
4
</version>
<version>
1.3
5
</version>
<title>
Dapper dot net
</title>
<authors>
Sam Saffron,Marc Gravell
</authors>
<owners>
Sam Saffron,Marc Gravell
</owners>
...
...
@@ -19,6 +19,9 @@
<frameworkAssembly
assemblyName=
"Microsoft.CSharp"
targetFramework=
".NETFramework4.0-Client, .NETFramework4.0"
/>
</frameworkAssemblies>
<releaseNotes>
* 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);
* fix DbString/Oracle bug (via Mauro Cerutti); new support for **named positional arguments**
* 1.34 - Support for SqlHierarchyId (core)
* 1.33 - Support for SqlGeometry (core) and DbGeometry (EF)
* 1.32 - Support for SqlGeography in core library
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment