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
73e320c8
Commit
73e320c8
authored
Jul 03, 2014
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.26 deploy
parent
1aacfc88
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
Dapper - VS2012.sln
Dapper - VS2012.sln
+1
-1
Dapper.EntityFramework.nuspec
Dapper.EntityFramework.nuspec
+2
-1
dapper.nuspec
dapper.nuspec
+2
-1
No files found.
Dapper - VS2012.sln
View file @
73e320c8
...
...
@@ -29,7 +29,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E757192C-9411-458D-8815-8DAB34E12D03}"
ProjectSection(SolutionItems) = preProject
Dapper.EntityFramework.nuspec = Dapper.EntityFramework.nuspec
dapper.nuspec = d
apper.nuspec
Dapper.nuspec = D
apper.nuspec
License.txt = License.txt
EndProjectSection
EndProject
...
...
Dapper.EntityFramework.nuspec
View file @
73e320c8
...
...
@@ -2,7 +2,7 @@
<package
xmlns=
"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
>
<metadata
schemaVersion=
"2"
>
<id>
Dapper.EntityFramework
</id>
<version>
1.
0
</version>
<version>
1.
26
</version>
<title>
Dapper entity framework type handlers
</title>
<authors>
Marc Gravell
</authors>
<owners>
Marc Gravell
</owners>
...
...
@@ -14,6 +14,7 @@
<tags>
orm sql micro-orm
</tags>
<dependencies>
<dependency
id=
"EntityFramework"
version=
"6.1.1"
/>
<dependency
id=
"Dapper"
version=
"1.26"
/>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly
assemblyName=
"System.Core"
/>
...
...
dapper.nuspec
View file @
73e320c8
...
...
@@ -2,7 +2,7 @@
<package
xmlns=
"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
>
<metadata
schemaVersion=
"2"
>
<id>
Dapper
</id>
<version>
1.2
5
</version>
<version>
1.2
6
</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.26 - New type handler API for extension support
* 1.25 - Command recycling and disposing during pipelined async multi-exec; enable pipeline (via sync-over-async) for sync API
* 1.24 - Implement pipelined async multi-exec, when flag is specified (only - requires MARS etc)
* 1.23 - Improved support for optimize hints (@foo unknown) with list expansions
...
...
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