Skip to content

Commit 50ab605

Browse files
committed
Merge branch 'release/0.6.0'
2 parents e48f991 + 1923bd8 commit 50ab605

33 files changed

+355
-2699
lines changed

.gitignore

Lines changed: 48 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,49 @@
1-
nugets
2-
build32
3-
binaries
4-
obj
5-
bin
6-
*.vshost.*
7-
.nu
8-
_ReSharper.*
9-
_UpgradeReport.*
10-
*.csproj.user
11-
*.resharper.user
12-
*.resharper
13-
*.suo
14-
*.cache
15-
*~
16-
*.swp
17-
*.user
18-
TestResults
19-
TestResult.xml
20-
results
21-
CommonAssemblyInfo.cs
22-
lib/sqlite/System.Data.SQLite.dll
23-
*.orig
24-
Samples/DataBus/storage
25-
packages
26-
PrecompiledWeb
27-
core-only
28-
Release
29-
Artifacts
30-
LogFiles
31-
csx
32-
*.ncrunchproject
33-
*.ncrunchsolution
34-
_NCrunch_NServiceBus/*
35-
logs
36-
run-git.cmd
37-
src/Chocolatey/Build/*
38-
App_Packages
39-
40-
# =========================
41-
# Custom Additions
42-
# =========================
43-
44-
# Where everything from the build is put
45-
BuildArtifacts
46-
47-
# Temporary files that kdiff generates
1+
nugets
2+
build32
3+
binaries
4+
obj
5+
bin
6+
*.vshost.*
7+
.nu
8+
_ReSharper.*
9+
_UpgradeReport.*
10+
*.csproj.user
11+
*.resharper.user
12+
*.resharper
13+
*.suo
14+
*.cache
15+
*~
16+
*.swp
17+
*.user
18+
TestResults
19+
TestResult.xml
20+
results
21+
CommonAssemblyInfo.cs
22+
lib/sqlite/System.Data.SQLite.dll
23+
*.orig
24+
Samples/DataBus/storage
25+
packages
26+
PrecompiledWeb
27+
core-only
28+
Release
29+
Artifacts
30+
LogFiles
31+
csx
32+
*.ncrunchproject
33+
*.ncrunchsolution
34+
_NCrunch_NServiceBus/*
35+
logs
36+
run-git.cmd
37+
src/Chocolatey/Build/*
38+
App_Packages
39+
40+
# =========================
41+
# Custom Additions
42+
# =========================
43+
44+
# Where everything from the build is put
45+
tools/
46+
BuildArtifacts
47+
48+
# Temporary files that kdiff generates
4849
*.orig

BuildScripts/CodeAnalysis.props

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)