Skip to content

Commit 33bb355

Browse files
committed
Merge branch 'release-1.0.0'
2 parents 3804b33 + 0b31c46 commit 33bb355

File tree

442 files changed

+18490
-4571
lines changed

Some content is hidden

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

442 files changed

+18490
-4571
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
build
1+
nugets
22
build32
33
binaries
44
obj
55
bin
6+
*.vshost.*
67
.nu
78
_ReSharper.*
89
_UpgradeReport.*
@@ -14,6 +15,7 @@ _UpgradeReport.*
1415
*~
1516
*.swp
1617
*.user
18+
TestResults
1719
TestResult.xml
1820
results
1921
CommonAssemblyInfo.cs
@@ -27,3 +29,10 @@ Release
2729
Artifacts
2830
LogFiles
2931
csx
32+
*.ncrunchproject
33+
*.ncrunchsolution
34+
_NCrunch_NServiceBus/*
35+
logs
36+
run-git.cmd
37+
src/Chocolatey/Build/*
38+
App_Packages

.nuget/NuGet.Config

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

.nuget/NuGet.exe

-636 KB
Binary file not shown.

.nuget/NuGet.targets

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

MergeModule/ManagementAPI.aip

Lines changed: 0 additions & 97 deletions
This file was deleted.
-6.13 MB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ServiceBus.Management
1+
ServiceControl
22
=====================
33

4-
Management extension to ServiceBus
4+
Management extension to ServiceBus

0 commit comments

Comments
 (0)