Skip to content

Commit 929ac16

Browse files
committed
Merge branch 'release-1.0.0'
2 parents dc3b910 + a2386c5 commit 929ac16

File tree

212 files changed

+34257
-17293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+34257
-17293
lines changed

.gitattributes

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Auto detect text files and perform CRLF normalization
2+
* text=auto eol=crlf
3+
4+
# Standard to msysgit
5+
*.doc diff=astextplain
6+
*.DOC diff=astextplain
7+
*.docx diff=astextplain
8+
*.DOCX diff=astextplain
9+
*.dot diff=astextplain
10+
*.DOT diff=astextplain
11+
*.pdf diff=astextplain
12+
*.PDF diff=astextplain
13+
*.rtf diff=astextplain
14+
*.RTF diff=astextplain
15+
16+
*.exe -text -diff
17+
*.jpg -text -diff
18+
*.png -text -diff
19+
*.gif -text -diff
20+
*.dll -text -diff
21+
*.pdb -text -diff
22+
*.pptx -text -diff
23+
*.xap -text -diff
24+
*.ico -text -diff
25+
*.ttf -text -diff
26+
*.otf -text -diff
27+
28+
*.cs text diff=csharp
29+
*.config text diff=csharp
30+
*.xml text diff=csharp
31+
*.vb text
32+
*.c text
33+
*.cpp text
34+
*.cxx text
35+
*.h text
36+
*.hxx text
37+
*.py text
38+
*.rb text
39+
*.java text
40+
*.html text
41+
*.htm text
42+
*.css text
43+
*.scss text
44+
*.sass text
45+
*.less text
46+
*.js text
47+
*.lisp text
48+
*.clj text
49+
*.sql text
50+
*.php text
51+
*.lua text
52+
*.m text
53+
*.asm text
54+
*.erl text
55+
*.fs text
56+
*.fsx text
57+
*.hs text
58+
59+
*.psm1 text
60+
*.ps1 text
61+
*.txt text eol=crlf
62+
*.bat text eol=crlf
63+
64+
# Custom for Visual Studio
65+
*.csproj merge=union
66+
*.vbproj merge=union
67+
*.fsproj merge=union
68+
*.dbproj merge=union
69+
*.sln text eol=crlf merge=union
70+
*.suo -text -diff
71+
*.snk -text -diff
72+
*.cub -text -diff
73+
*.wixlib -text -diff

.gitignore

Lines changed: 34 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,38 @@
1-
# Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2-
[Bb]in/
3-
[Oo]bj/
4-
5-
# mstest test results
6-
TestResults
7-
8-
## Ignore Visual Studio temporary files, build results, and
9-
## files generated by popular Visual Studio add-ons.
10-
11-
# User-specific files
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
1213
*.suo
14+
*.cache
15+
*~
16+
*.swp
1317
*.user
14-
*.sln.docstates
15-
16-
# Build results
17-
[Dd]ebug/
18-
[Rr]elease/
19-
x64/
20-
*_i.c
21-
*_p.c
22-
*.ilk
23-
*.meta
24-
*.obj
25-
*.pch
26-
*.pdb
27-
*.pgc
28-
*.pgd
29-
*.rsp
30-
*.sbr
31-
*.tlb
32-
*.tli
33-
*.tlh
34-
*.tmp
35-
*.log
36-
*.vspscc
37-
*.vssscc
38-
.builds
39-
40-
# Visual C++ cache files
41-
ipch/
42-
*.aps
43-
*.ncb
44-
*.opensdf
45-
*.sdf
46-
47-
# Visual Studio profiler
48-
*.psess
49-
*.vsp
50-
*.vspx
51-
52-
# Guidance Automation Toolkit
53-
*.gpState
54-
55-
# ReSharper is a .NET coding add-in
56-
_ReSharper*
57-
58-
# NCrunch
59-
*.ncrunch*
60-
.*crunch*.local.xml
61-
62-
# Installshield output folder
63-
[Ee]xpress
64-
65-
# DocProject is a documentation generator add-in
66-
DocProject/buildhelp/
67-
DocProject/Help/*.HxT
68-
DocProject/Help/*.HxC
69-
DocProject/Help/*.hhc
70-
DocProject/Help/*.hhk
71-
DocProject/Help/*.hhp
72-
DocProject/Help/Html2
73-
DocProject/Help/html
74-
75-
# Click-Once directory
76-
publish
77-
78-
# Publish Web Output
79-
*.Publish.xml
80-
81-
# NuGet Packages Directory
18+
TestResults
19+
TestResult.xml
20+
results
21+
CommonAssemblyInfo.cs
22+
lib/sqlite/System.Data.SQLite.dll
23+
*.orig
24+
Samples/DataBus/storage
8225
packages
83-
84-
# Windows Azure Build Output
26+
PrecompiledWeb
27+
core-only
28+
Release
29+
Artifacts
30+
LogFiles
8531
csx
86-
*.build.csdef
87-
88-
# Windows Store app package directory
89-
AppPackages/
90-
91-
# Others
92-
[Bb]in
93-
[Oo]bj
94-
sql
95-
TestResults
96-
[Tt]est[Rr]esult*
97-
*.Cache
98-
ClientBin
99-
[Ss]tyle[Cc]op.*
100-
~$*
101-
*.dbmdl
102-
Generated_Code #added for RIA/Silverlight projects
103-
104-
# Backup & report files from converting an old project file to a newer
105-
# Visual Studio version. Backup files are not needed, because we have git ;-)
106-
_UpgradeReport_Files/
107-
Backup*/
108-
UpgradeLog*.XML
32+
*.ncrunchproject
33+
*.ncrunchsolution
34+
_NCrunch_NServiceBus/*
35+
logs
36+
run-git.cmd
37+
src/Chocolatey/Build/*
38+
App_Packages

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ServicePulse
22
============
3+

buildsupport/FubuCore.dll

278 KB
Binary file not shown.
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)..\</SolutionDir>
5+
</PropertyGroup>
6+
7+
<UsingTask
8+
TaskName="GitFlowVersionTask.UpdateAssemblyInfo"
9+
AssemblyFile="$(MSBuildThisFileDirectory)..\GitFlowVersionTask.dll" />
10+
<UsingTask
11+
TaskName="GitFlowVersionTask.WriteVersionInfoToBuildLog"
12+
AssemblyFile="$(MSBuildThisFileDirectory)..\GitFlowVersionTask.dll" />
13+
14+
<Target Name="UpdateAssemblyInfo"
15+
BeforeTargets="CoreCompile">
16+
<WriteVersionInfoToBuildLog
17+
SolutionDirectory="$(SolutionDir)"
18+
/>
19+
<UpdateAssemblyInfo
20+
SolutionDirectory="$(SolutionDir)"
21+
AssemblyName="$(AssemblyName)"
22+
ProjectFile="$(ProjectPath)"
23+
SignAssembly="$(SignAssembly)"
24+
CompileFiles ="@(Compile)">
25+
<Output
26+
TaskParameter="AssemblyInfoTempFilePath"
27+
PropertyName="AssemblyInfoTempFilePath" />
28+
</UpdateAssemblyInfo>
29+
30+
<ItemGroup>
31+
<Compile Include="$(AssemblyInfoTempFilePath)" />
32+
</ItemGroup>
33+
</Target>
34+
35+
<!--Support for ncrunch-->
36+
<ItemGroup>
37+
<None Include="$(MSBuildThisFileDirectory)..\GitFlowVersionTask.dll" />
38+
<None Include="$(MSBuildThisFileDirectory)..\GitFlowVersionTask.pdb" />
39+
<None Include="$(MSBuildThisFileDirectory)..\GitFlowVersion.exe" />
40+
<None Include="$(MSBuildThisFileDirectory)..\GitFlowVersion.pdb" />
41+
<None Include="$(MSBuildThisFileDirectory)..\LibGit2Sharp.dll" />
42+
<None Include="$(MSBuildThisFileDirectory)..\NativeBinaries\**\*" />
43+
</ItemGroup>
44+
45+
46+
</Project>
47+
48+
53.5 KB
Binary file not shown.
136 KB
Binary file not shown.
18 KB
Binary file not shown.
29.5 KB
Binary file not shown.
284 KB
Binary file not shown.

0 commit comments

Comments
 (0)