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
621e7375
Commit
621e7375
authored
Jul 15, 2014
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.27 release
parent
11c29b4a
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
16 additions
and
15 deletions
+16
-15
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
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
+2
-1
No files found.
Dapper NET40/Properties/AssemblyInfo.cs
View file @
621e7375
...
...
@@ -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.2
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
5
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.2
7
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
7
.0.0"
)]
Dapper.Contrib.Tests/Properties/AssemblyInfo.cs
View file @
621e7375
...
...
@@ -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.2
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
5
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.2
7
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
7
.0.0"
)]
Dapper.Contrib/Properties/AssemblyInfo.cs
View file @
621e7375
...
...
@@ -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.2
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
5
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.2
7
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
7
.0.0"
)]
Dapper.SqlBuilder/Properties/AssemblyInfo.cs
View file @
621e7375
...
...
@@ -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.2
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
5
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.2
7
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
7
.0.0"
)]
DapperTests NET35/Properties/AssemblyInfo.cs
View file @
621e7375
...
...
@@ -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.2
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
5
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.2
7
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
7
.0.0"
)]
DapperTests NET45/Properties/AssemblyInfo.cs
View file @
621e7375
...
...
@@ -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.2
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
5
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.2
7
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
7
.0.0"
)]
Tests/Properties/AssemblyInfo.cs
View file @
621e7375
...
...
@@ -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.2
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
5
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.2
7
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.2
7
.0.0"
)]
dapper.nuspec
View file @
621e7375
...
...
@@ -2,7 +2,7 @@
<package
xmlns=
"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
>
<metadata
schemaVersion=
"2"
>
<id>
Dapper
</id>
<version>
1.2
6
</version>
<version>
1.2
7
</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.27 - Fixes for type-handler parse; ensure type-handlers get last dibs on configuring parameters
* 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)
...
...
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