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
a7c0a64b
Commit
a7c0a64b
authored
Jan 13, 2012
by
Sam Saffron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
package added notes
parent
e9d167e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
Dapper.Rainbow.csproj
Dapper.Rainbow/Dapper.Rainbow.csproj
+3
-1
Dapper.Rainbow.nuspec
Dapper.Rainbow/Dapper.Rainbow.nuspec
+7
-2
No files found.
Dapper.Rainbow/Dapper.Rainbow.csproj
View file @
a7c0a64b
...
@@ -51,7 +51,9 @@
...
@@ -51,7 +51,9 @@
</ProjectReference>
</ProjectReference>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<None
Include=
"Dapper.Rainbow.nuspec"
/>
<None
Include=
"Dapper.Rainbow.nuspec"
>
<SubType>
Designer
</SubType>
</None>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
Dapper.Rainbow/Dapper.Rainbow.nuspec
View file @
a7c0a64b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<package
>
<package
>
<metadata>
<metadata>
<id>
Dapper.Rainbow
</id>
<id>
Dapper.Rainbow
</id>
<version>
0.1.
1
</version>
<version>
0.1.
2
</version>
<title>
Dapper.Rainbow
</title>
<title>
Dapper.Rainbow
</title>
<authors>
Sam Saffron
</authors>
<authors>
Sam Saffron
</authors>
<owners>
Sam Saffron
</owners>
<owners>
Sam Saffron
</owners>
...
@@ -17,7 +17,12 @@
...
@@ -17,7 +17,12 @@
The implementation was extracted from http://data.stackexchange.com source at: http://code.google.com/p/stack-exchange-data-explorer/ .
The implementation was extracted from http://data.stackexchange.com source at: http://code.google.com/p/stack-exchange-data-explorer/ .
Data explorer uses "Rainbow" exclusively for all database access.
Data explorer uses "Rainbow" exclusively for all database access.
</summary>
</summary>
<releaseNotes>
* version 0.1
</releaseNotes>
<releaseNotes>
* version 0.1:
A demo is available at https://gist.github.com/1599013 .
The implementation was extracted from http://data.stackexchange.com source at: http://code.google.com/p/stack-exchange-data-explorer/ .
Data explorer uses "Rainbow" exclusively for all database access.
</releaseNotes>
<copyright>
Copyright Sam Saffron 2012
</copyright>
<copyright>
Copyright Sam Saffron 2012
</copyright>
<tags>
orm dapper micro-orm
</tags>
<tags>
orm dapper micro-orm
</tags>
<dependencies>
<dependencies>
...
...
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