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
15d259f0
Commit
15d259f0
authored
Jun 12, 2012
by
Marc Gravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.9 release
parent
8a9e1c7b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
418 additions
and
392 deletions
+418
-392
AssemblyInfo.cs
Dapper/Properties/AssemblyInfo.cs
+2
-2
dapper.nuspec
Dapper/dapper.nuspec
+37
-33
Packages.dgml
Packages.dgml
+22
-0
Readme.md
Readme.md
+357
-357
No files found.
Dapper/Properties/AssemblyInfo.cs
View file @
15d259f0
...
@@ -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.0.*")]
// [assembly: AssemblyVersion("1.0.*")]
[
assembly
:
AssemblyVersion
(
"1.
8
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.
9
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
8
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
9
.0.0"
)]
Dapper/dapper.nuspec
View file @
15d259f0
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<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.8
</version>
<version>
1.9
</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>
<licenseUrl>
http://www.apache.org/licenses/LICENSE-2.0
</licenseUrl>
<licenseUrl>
http://www.apache.org/licenses/LICENSE-2.0
</licenseUrl>
<projectUrl>
http://code.google.com/p/dapper-dot-net/
</projectUrl>
<projectUrl>
http://code.google.com/p/dapper-dot-net/
</projectUrl>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<description>
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
</description>
<description>
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
</description>
<summary>
A high performance Micro-ORM
</summary>
<summary>
A high performance Micro-ORM
</summary>
<tags>
orm sql micro-orm
</tags>
<tags>
orm sql micro-orm
</tags>
<frameworkAssemblies>
<frameworkAssemblies>
<frameworkAssembly
assemblyName=
"System.Core"
/>
<frameworkAssembly
assemblyName=
"System.Core"
/>
<frameworkAssembly
assemblyName=
"System"
/>
<frameworkAssembly
assemblyName=
"System"
/>
<frameworkAssembly
assemblyName=
"System.Data"
/>
<frameworkAssembly
assemblyName=
"System.Data"
/>
<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.8 - Started release notes
* 1.9 - Started release notes
* Important: Dapper is now shipping as a DLL which will work on .net 3.5 or .net 4.0,
* Added: Better schema change detection
* This improves the debugging experience as you no longer break into dapper when SQL fails.
* Fixed: Enum support for T in Query-of-T
* Added: ParameterNames on DynamicParameters
* Added: Dictionary support for parameters
</releaseNotes>
* 1.8 - Started release notes
</metadata>
* Important: Dapper is now shipping as a DLL which will work on .net 3.5 or .net 4.0,
<files>
* This improves the debugging experience as you no longer break into dapper when SQL fails.
<file
src=
"bin\Release\Dapper.dll"
target=
"lib\net40"
/>
* Added: ParameterNames on DynamicParameters
<file
src=
"bin\Release\Dapper.pdb"
target=
"lib\net40"
/>
</releaseNotes>
<file
src=
"..\Dapper NET35\bin\Release\Dapper.dll"
target=
"lib\net35"
/>
</metadata>
<file
src=
"..\Dapper NET35\bin\Release\Dapper.pdb"
target=
"lib\net35"
/>
<files>
</files>
<file
src=
"bin\Release\Dapper.dll"
target=
"lib\net40"
/>
<file
src=
"bin\Release\Dapper.pdb"
target=
"lib\net40"
/>
<file
src=
"..\Dapper NET35\bin\Release\Dapper.dll"
target=
"lib\net35"
/>
<file
src=
"..\Dapper NET35\bin\Release\Dapper.pdb"
target=
"lib\net35"
/>
</files>
</package>
</package>
\ No newline at end of file
Packages.dgml
0 → 100644
View file @
15d259f0
<?xml version="1.0" encoding="utf-8"?>
<DirectedGraph
GraphDirection=
"LeftToRight"
xmlns=
"http://schemas.microsoft.com/vs/2009/dgml"
>
<Nodes>
<Node
Id=
"DapperTests"
Label=
"DapperTests"
Category=
"Project"
/>
<Node
Id=
"FSPowerPack.Community 2.0.0.0"
Label=
"FSPowerPack.Community 2.0.0.0"
Category=
"Package"
/>
<Node
Id=
"SqlServerCompact 4.0.8482.1"
Label=
"SqlServerCompact 4.0.8482.1"
Category=
"Package"
/>
</Nodes>
<Links>
<Link
Source=
"DapperTests"
Target=
"FSPowerPack.Community 2.0.0.0"
Category=
"Installed Package"
/>
<Link
Source=
"DapperTests"
Target=
"SqlServerCompact 4.0.8482.1"
Category=
"Installed Package"
/>
</Links>
<Categories>
<Category
Id=
"Project"
/>
<Category
Id=
"Package"
/>
</Categories>
<Styles>
<Style
TargetType=
"Node"
GroupLabel=
"Project"
ValueLabel=
"True"
>
<Condition
Expression=
"HasCategory('Project')"
/>
<Setter
Property=
"Background"
Value=
"Blue"
/>
</Style>
</Styles>
</DirectedGraph>
\ No newline at end of file
Readme.md
View file @
15d259f0
This diff is collapsed.
Click to expand it.
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