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
638bccbb
Commit
638bccbb
authored
May 16, 2011
by
Sam Saffron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new nuget package (not a dll)
parent
84b5528d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
Dapper.1.2.nupkg
Dapper/Dapper.1.2.nupkg
+0
-0
dapper.nuspec
Dapper/dapper.nuspec
+15
-12
No files found.
Dapper/Dapper.1.2.nupkg
0 → 100644
View file @
638bccbb
File added
Dapper/dapper.nuspec
View file @
638bccbb
<?xml version="1.0"?>
<?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>
<metadata
schemaVersion=
"2"
>
<id>
Dapper
</id>
<id>
Dapper
</id>
<version>
1.1
</version>
<version>
1.2
</version>
<authors>
Sam Saffron
</authors>
<title>
Dapper dot net
</title>
<authors>
Sam Saffron,Marc Gravell
</authors>
<owners>
Sam Saffron,Marc Gravell
</owners>
<licenseUrl>
http://www.apache.org/licenses/LICENSE-2.0
</licenseUrl>
<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>
<
projectUrl>
http://code.google.com/p/dapper-dot-net/
</projectUrl
>
<
summary>
A high performance Micro-ORM
</summary
>
<
licenseUrl>
http://www.apache.org/licenses/LICENSE-2.0
</licenseUrl
>
<
tags>
orm,sql,micro-orm
</tags
>
<frameworkAssemblies>
<frameworkAssemblies>
<frameworkAssembly
assemblyName=
"System.Core"
targetFramework=
"
net40-client, net4
0"
/>
<frameworkAssembly
assemblyName=
"System.Core"
targetFramework=
"
.NETFramework4.0-Client, .NETFramework4.
0"
/>
<frameworkAssembly
assemblyName=
"System"
targetFramework=
"
net40-client, net4
0"
/>
<frameworkAssembly
assemblyName=
"System"
targetFramework=
"
.NETFramework4.0-Client, .NETFramework4.
0"
/>
<frameworkAssembly
assemblyName=
"System.Data"
targetFramework=
"
net40-client, net4
0"
/>
<frameworkAssembly
assemblyName=
"System.Data"
targetFramework=
"
.NETFramework4.0-Client, .NETFramework4.
0"
/>
<frameworkAssembly
assemblyName=
"Microsoft.CSharp"
targetFramework=
"
net40-client, net4
0"
/>
<frameworkAssembly
assemblyName=
"Microsoft.CSharp"
targetFramework=
"
.NETFramework4.0-Client, .NETFramework4.
0"
/>
</frameworkAssemblies>
</frameworkAssemblies>
<tags>
orm,sql,micro-orm
</tags>
</metadata>
</metadata>
<files>
<files>
<file
src=
"
bin\Release\dapper.dll"
target=
"lib
"
/>
<file
src=
"
SqlMapper.cs"
target=
"content\Dapper\SqlMapper.cs
"
/>
</files>
</files>
</package>
</package>
\ No newline at end of file
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