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
84a7d646
Commit
84a7d646
authored
May 19, 2016
by
Nick Craver
Browse files
Options
Browse Files
Download
Plain Diff
RC2 master merge
parents
ee615c0c
e894e7e2
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
16 deletions
+17
-16
project.json
Dapper.Contrib/project.json
+1
-1
project.json
Dapper.EntityFramework.StrongName/project.json
+1
-1
project.json
Dapper.EntityFramework/project.json
+1
-1
project.json
Dapper.SqlBuilder/project.json
+1
-1
project.json
Dapper.StrongName/project.json
+1
-1
project.json
Dapper.Tests.Contrib/project.json
+1
-1
project.json
Dapper.Tests/project.json
+1
-1
project.json
Dapper/project.json
+1
-1
NuGet.Config
NuGet.Config
+3
-3
build.ps1
build.ps1
+6
-5
No files found.
Dapper.Contrib/project.json
View file @
84a7d646
...
...
@@ -14,7 +14,7 @@
"description"
:
"The official collection of get, insert, update and delete helpers for dapper.net. Also handles lists of entities and optional
\"
dirty
\"
tracking of interface-based entities."
,
"version"
:
"1.50-beta10"
,
"title"
:
"Dapper.Contrib"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50-*"
,
...
...
Dapper.EntityFramework.StrongName/project.json
View file @
84a7d646
...
...
@@ -14,7 +14,7 @@
"description"
:
"Extension handlers for entity framework"
,
"version"
:
"1.50-beta10"
,
"title"
:
"Dapper entity framework type handlers (with a strong name)"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper.StrongName"
:
{
"version"
:
"1.50-*"
,
...
...
Dapper.EntityFramework/project.json
View file @
84a7d646
...
...
@@ -14,7 +14,7 @@
"description"
:
"Extension handlers for entity framework"
,
"version"
:
"1.50-beta10"
,
"title"
:
"Dapper entity framework type handlers"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50-*"
,
...
...
Dapper.SqlBuilder/project.json
View file @
84a7d646
...
...
@@ -14,7 +14,7 @@
"description"
:
"The Dapper SqlBuilder component, for building SQL queries dynamically."
,
"version"
:
"1.50-beta10"
,
"title"
:
"Dapper SqlBuilder component"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50-*"
,
...
...
Dapper.StrongName/project.json
View file @
84a7d646
...
...
@@ -15,7 +15,7 @@
"description"
:
"A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"version"
:
"1.50-beta10"
,
"title"
:
"Dapper dot net (strong named)"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
},
"buildOptions"
:
{
...
...
Dapper.Tests.Contrib/project.json
View file @
84a7d646
...
...
@@ -14,7 +14,7 @@
"description"
:
"Dapper Contrib Test Suite"
,
"title"
:
"Dapper.Tests.Contrib"
,
"version"
:
"1.0.0"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50-*"
,
...
...
Dapper.Tests/project.json
View file @
84a7d646
...
...
@@ -14,7 +14,7 @@
"description"
:
"Dapper Core Test Suite"
,
"title"
:
"Dapper.Tests"
,
"version"
:
"1.0.0-*"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
"Dapper"
:
{
"version"
:
"1.50-*"
,
...
...
Dapper/project.json
View file @
84a7d646
...
...
@@ -15,7 +15,7 @@
"authors"
:
[
"Sam Saffron"
,
"Marc Gravell"
,
"Nick Craver"
],
"description"
:
"A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc.."
,
"title"
:
"Dapper dot net"
,
"copyright"
:
"201
5
Stack Exchange, Inc."
,
"copyright"
:
"201
6
Stack Exchange, Inc."
,
"dependencies"
:
{
},
"buildOptions"
:
{
...
...
NuGet.Config
View file @
84a7d646
...
...
@@ -5,9 +5,9 @@
<!--
<
add
key
=
"CoreCLR"
value
=
"https://www.myget.org/F/dotnet-coreclr/api/v3/index.json"
/>
-->
<
add
key
=
"myget.org dotnet-core"
value
=
"https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"
/>
<
add
key
=
"aspnetcirelease"
value
=
"https://www.myget.org/F/aspnetcirelease/api/v3/index.json"
/>
<
add
key
=
"coreclr-xunit"
value
=
"https://www.myget.org/F/coreclr-xunit/api/v3/index.json"
/>
<
!--<
add
key
=
"myget.org dotnet-core"
value
=
"https://dotnet.myget.org/F/dotnet-core/api/v3/index.json"
/> -->
<
!--<
add
key
=
"aspnetcirelease"
value
=
"https://www.myget.org/F/aspnetcirelease/api/v3/index.json"
/> -->
<
!--<
add
key
=
"coreclr-xunit"
value
=
"https://www.myget.org/F/coreclr-xunit/api/v3/index.json"
/>-->
<
add
key
=
"NuGet"
value
=
"https://api.nuget.org/v3/index.json"
/>
</
packageSources
>
</
configuration
>
build.ps1
View file @
84a7d646
...
...
@@ -10,6 +10,7 @@ if (!(Test-Path $env:DOTNET_INSTALL_DIR))
&
$getDotNet
$env
:PATH
=
"
$env
:DOTNET_INSTALL_DIR;
$env
:PATH"
$dotnet
=
"
$env
:DOTNET_INSTALL_DIR\dotnet"
$autoGeneratedVersion
=
$false
...
...
@@ -30,28 +31,28 @@ foreach {
}
# Restore packages and build product
& dotnet restore -v Minimal
# Restore all packages
&
$
dotnet
restore -v Minimal
# Restore all packages
if
(
$LASTEXITCODE
-ne 0
)
{
throw
"dotnet restore failed with exit code
$LASTEXITCODE
"
}
& dotnet pack
"Dapper"
--configuration Release --output
"artifacts\packages"
& dotnet pack
"Dapper.Contrib"
--configuration Release --output
"artifacts\packages"
&
$
dotnet
pack
"Dapper"
--configuration Release --output
"artifacts\packages"
&
$
dotnet
pack
"Dapper.Contrib"
--configuration Release --output
"artifacts\packages"
# Build all
# Note the exclude: https://github.com/dotnet/cli/issues/1342
dir
"Dapper*"
|
where
{
$_
.PsIsContainer -and
$_
-NotLike
"*.EntityFramework.StrongName"
}
|
foreach
{
pushd
"
$_
"
& dotnet build
&
$
dotnet
build
popd
}
# Run tests
dir
"*.Tests*"
|
where
{
$_
.PsIsContainer
}
|
foreach
{
pushd
"
$_
"
& dotnet
test
&
$
dotnet
test
popd
}
...
...
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