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
e4b05097
Commit
e4b05097
authored
Jul 11, 2011
by
mgravell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rev to 1.5, but can't upload nupkg at the moment
parent
be15592b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
.hgignore
.hgignore
+2
-0
AssemblyInfo.cs
Dapper/Properties/AssemblyInfo.cs
+2
-2
dapper.nuspec
Dapper/dapper.nuspec
+1
-1
No files found.
.hgignore
View file @
e4b05097
...
@@ -6,3 +6,5 @@ glob:Dapper/NuGet.exe
...
@@ -6,3 +6,5 @@ glob:Dapper/NuGet.exe
syntax: glob
syntax: glob
*.docstates
*.docstates
glob:Dapper.Contrib/NuGet.exe
glob:Dapper.Contrib/NuGet.exe
*.nupkg
*/NuGet.exe
Dapper/Properties/AssemblyInfo.cs
View file @
e4b05097
...
@@ -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.
1
.0.0"
)]
[
assembly
:
AssemblyVersion
(
"1.
5
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
1
.0.0"
)]
[
assembly
:
AssemblyFileVersion
(
"1.
5
.0.0"
)]
Dapper/dapper.nuspec
View file @
e4b05097
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<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.
4
</version>
<version>
1.
5
</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>
...
...
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