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
7cec7625
Commit
7cec7625
authored
Apr 28, 2011
by
Sam Saffron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added nuget and changed version
parent
378fe5b2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
6 deletions
+10
-6
.hgignore
.hgignore
+2
-1
Dapper.1.1.nupkg
Dapper/Dapper.1.1.nupkg
+0
-0
Dapper.csproj
Dapper/Dapper.csproj
+3
-1
AssemblyInfo.cs
Dapper/Properties/AssemblyInfo.cs
+2
-2
dapper.nuspec
Dapper/dapper.nuspec
+3
-2
No files found.
.hgignore
View file @
7cec7625
/*.suo
bin/*
obj/*
/*.user
\ No newline at end of file
/*.user
glob:Dapper/NuGet.exe
Dapper/Dapper.1.1.nupkg
0 → 100644
View file @
7cec7625
File added
Dapper/Dapper.csproj
View file @
7cec7625
...
...
@@ -42,7 +42,9 @@
<Compile
Include=
"Properties\AssemblyInfo.cs"
/>
</ItemGroup>
<ItemGroup>
<None
Include=
"dapper.nuspec"
/>
<None
Include=
"dapper.nuspec"
>
<SubType>
Designer
</SubType>
</None>
</ItemGroup>
<Import
Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets"
/>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
...
...
Dapper/Properties/AssemblyInfo.cs
View file @
7cec7625
...
...
@@ -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.0.*")]
[
assembly
:
AssemblyVersion
(
"1.
0
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
0
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.
1
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
1
.0.0"
)]
Dapper/dapper.nuspec
View file @
7cec7625
...
...
@@ -2,10 +2,10 @@
<package
xmlns=
"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"
>
<metadata>
<id>
Dapper
</id>
<version>
1.
0
</version>
<version>
1.
1
</version>
<authors>
Sam Saffron
</authors>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<description>
A high performance
micro ORM
</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>
<licenseUrl>
http://www.apache.org/licenses/LICENSE-2.0
</licenseUrl>
<frameworkAssemblies>
...
...
@@ -14,6 +14,7 @@
<frameworkAssembly
assemblyName=
"System.Data"
targetFramework=
"net40-client, net40"
/>
<frameworkAssembly
assemblyName=
"Microsoft.CSharp"
targetFramework=
"net40-client, net40"
/>
</frameworkAssemblies>
<tags>
orm,sql,micro-orm
</tags>
</metadata>
<files>
<file
src=
"bin\Release\dapper.dll"
target=
"lib"
/>
...
...
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