diff --git a/.gitignore b/.gitignore
index 86bdc17724..cf159a3b2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -70,3 +70,5 @@ _NCrunch_*
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
+nugets/
+chocos/
\ No newline at end of file
diff --git a/buildsupport/FubuCore.dll b/buildsupport/FubuCore.dll
deleted file mode 100644
index de611bc014..0000000000
Binary files a/buildsupport/FubuCore.dll and /dev/null differ
diff --git a/buildsupport/GitVersionTask/Build/GitVersionTask.targets b/buildsupport/GitVersionTask/Build/GitVersionTask.targets
deleted file mode 100644
index a00a677818..0000000000
--- a/buildsupport/GitVersionTask/Build/GitVersionTask.targets
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
- $(MSBuildProjectDirectory)..\
-
-
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/buildsupport/GitVersionTask/GitVersionCore.dll b/buildsupport/GitVersionTask/GitVersionCore.dll
deleted file mode 100644
index a4342bd7da..0000000000
Binary files a/buildsupport/GitVersionTask/GitVersionCore.dll and /dev/null differ
diff --git a/buildsupport/GitVersionTask/GitVersionTask.dll b/buildsupport/GitVersionTask/GitVersionTask.dll
deleted file mode 100644
index 079924a095..0000000000
Binary files a/buildsupport/GitVersionTask/GitVersionTask.dll and /dev/null differ
diff --git a/buildsupport/GitVersionTask/LibGit2Sharp.dll b/buildsupport/GitVersionTask/LibGit2Sharp.dll
deleted file mode 100644
index e45661bd83..0000000000
Binary files a/buildsupport/GitVersionTask/LibGit2Sharp.dll and /dev/null differ
diff --git a/buildsupport/GitVersionTask/NativeBinaries/amd64/git2-06d772d.dll b/buildsupport/GitVersionTask/NativeBinaries/amd64/git2-06d772d.dll
deleted file mode 100644
index 639b55ef41..0000000000
Binary files a/buildsupport/GitVersionTask/NativeBinaries/amd64/git2-06d772d.dll and /dev/null differ
diff --git a/buildsupport/GitVersionTask/NativeBinaries/x86/git2-06d772d.dll b/buildsupport/GitVersionTask/NativeBinaries/x86/git2-06d772d.dll
deleted file mode 100644
index 1ceb3b2ec3..0000000000
Binary files a/buildsupport/GitVersionTask/NativeBinaries/x86/git2-06d772d.dll and /dev/null differ
diff --git a/buildsupport/MSBuild.Community.Tasks.dll b/buildsupport/MSBuild.Community.Tasks.dll
deleted file mode 100644
index 6d43c0e5bc..0000000000
Binary files a/buildsupport/MSBuild.Community.Tasks.dll and /dev/null differ
diff --git a/buildsupport/Microsoft.Web.XmlTransform.dll b/buildsupport/Microsoft.Web.XmlTransform.dll
deleted file mode 100644
index 65769fa50c..0000000000
Binary files a/buildsupport/Microsoft.Web.XmlTransform.dll and /dev/null differ
diff --git a/buildsupport/NuGet.Core.dll b/buildsupport/NuGet.Core.dll
deleted file mode 100644
index a5787205f1..0000000000
Binary files a/buildsupport/NuGet.Core.dll and /dev/null differ
diff --git a/buildsupport/PepitaPackage.dll b/buildsupport/PepitaPackage.dll
deleted file mode 100644
index d1509d1b2b..0000000000
Binary files a/buildsupport/PepitaPackage.dll and /dev/null differ
diff --git a/buildsupport/RippleRestoreTask.dll b/buildsupport/RippleRestoreTask.dll
deleted file mode 100644
index e443473c54..0000000000
Binary files a/buildsupport/RippleRestoreTask.dll and /dev/null differ
diff --git a/buildsupport/RippleRestoreTask.targets b/buildsupport/RippleRestoreTask.targets
deleted file mode 100644
index cb3f1b8399..0000000000
--- a/buildsupport/RippleRestoreTask.targets
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-
- $(MSBuildProjectDirectory)\..\
-
- RippleRestoreTarget;
- $(BuildDependsOn);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/buildsupport/ripple.exe b/buildsupport/ripple.exe
deleted file mode 100644
index f2b3de2683..0000000000
Binary files a/buildsupport/ripple.exe and /dev/null differ
diff --git a/gitversionconfig.yaml b/gitversionconfig.yaml
new file mode 100644
index 0000000000..4efe93410a
--- /dev/null
+++ b/gitversionconfig.yaml
@@ -0,0 +1 @@
+assembly-versioning-scheme: MajorMinorPatch
\ No newline at end of file
diff --git a/installer/res-binary/aicustact.dll b/installer/res-binary/aicustact.dll
deleted file mode 100644
index 0a668bf9e2..0000000000
Binary files a/installer/res-binary/aicustact.dll and /dev/null differ
diff --git a/octopus/Deploy.ps1 b/octopus/Deploy.ps1
deleted file mode 100644
index f17dc1eabc..0000000000
--- a/octopus/Deploy.ps1
+++ /dev/null
@@ -1,30 +0,0 @@
-#ensure a powershell error sends exitcode to Octopus
-trap {
- Write-Host $_
- Exit 1
-}
-
-# Passed from Octopus
-$requiredvariables = "ghusername", "ghpassword", "mygetkey"
-$requiredvariables | % {
- if (!(Test-Path "variable:$_")) {
- throw "Variable $_ has not been set in Octopus config"
- }
-}
-
-#content folder in nuget package contains files to upload
-push-location .\content
-
-#rename .zip files back to .nupkg
-Get-ChildItem -Path ".\*" -Include "*.nzip" | Rename-Item -NewName { $_.BaseName }
-
-Write-Host "Creating release for milestone {{milestone}} ..."
-
-& "..\tools\ReleaseNotesCompiler.CLI.exe" $ghusername $ghpassword "particular" "servicecontrol" "{{milestone}}" "Particular.ServiceControl-{{milestone}}.exe"
-
-$files = Get-ChildItem -Path ".\*" -Include "*.nupkg"
-foreach ($file in $files) {
- $fileName = $file.Name
-
- & "..\tools\NuGet.exe" push $fileName $mygetkey -Source https://www.myget.org/F/particular-chocolatey/api/v2/package
-}
diff --git a/octopus/Particular.ServiceControl.nuspec b/octopus/Particular.ServiceControl.nuspec
deleted file mode 100644
index ec542a10c0..0000000000
--- a/octopus/Particular.ServiceControl.nuspec
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
- Particular.ServiceControl
- $version$
- Particular.ServiceControl
- Particular Software Ltd
- Particular Software Ltd
- http://particular.net/
- http://particular.net/
- false
- Service Control Deployment Package
-
-
-
-
-
-
-
-
-
-
diff --git a/octopus/ReleaseNotesCompiler.CLI.exe b/octopus/ReleaseNotesCompiler.CLI.exe
deleted file mode 100644
index 1ed622eb7b..0000000000
Binary files a/octopus/ReleaseNotesCompiler.CLI.exe and /dev/null differ
diff --git a/octopus/footer.md b/octopus/footer.md
deleted file mode 100644
index e4454b84a6..0000000000
--- a/octopus/footer.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Where to get it
-You can download this release from:
-- Our [website](http://particular.net/downloads)
-- Or [chocolatey](http://chocolatey.org/packages/ServiceControl.install)
\ No newline at end of file
diff --git a/octopus/octopus.csproj b/octopus/octopus.csproj
deleted file mode 100644
index a5affbdc03..0000000000
--- a/octopus/octopus.csproj
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
- $(MSBuildProjectDirectory)\
-
-
-
-
-
-
-
-
-
-
-
- This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
-
-
-
-
-
-
-
-
-
-
-
- $(ProjectDir)Build\
- $(SolutionDir)..\nugets
-
- $(SolutionDir)packages\NuGet.CommandLine.2.8.2\tools\NuGet.exe
-
- "$(NuGetExePath)"
- mono --runtime=v4.0.30319 "$(NuGetExePath)"
-
- $(NuGetCommand) pack "$(BuildFolder)Particular.ServiceControl.nuspec"
- $(BuildCommand) -Version $(LegacySemVerPadded)
- $(BuildCommand) -OutputDirectory "$(OutputFolder)"
- $(BuildCommand) -NoPackageAnalysis
- $(BuildCommand) -NonInteractive
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/octopus/octopus.sln b/octopus/octopus.sln
deleted file mode 100644
index 0634f1b899..0000000000
--- a/octopus/octopus.sln
+++ /dev/null
@@ -1,19 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2013
-VisualStudioVersion = 12.0.30723.0
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "octopus", "octopus.csproj", "{219A366B-FE81-4A78-B2D3-6F23DB1112C8}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|x86 = Debug|x86
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {219A366B-FE81-4A78-B2D3-6F23DB1112C8}.Debug|x86.ActiveCfg = Debug|x86
- {219A366B-FE81-4A78-B2D3-6F23DB1112C8}.Debug|x86.Build.0 = Debug|x86
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
diff --git a/octopus/packages.config b/octopus/packages.config
deleted file mode 100644
index 0901fded19..0000000000
--- a/octopus/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/packaging/chocolatey/Setup.install.nuspec b/packaging/chocolatey/Setup.install.nuspec
new file mode 100644
index 0000000000..8b2947023a
--- /dev/null
+++ b/packaging/chocolatey/Setup.install.nuspec
@@ -0,0 +1,27 @@
+
+
+
+ ServiceControl.install
+ $version$
+ ServiceControl.install (Install)
+ Particular Software
+ Particular Software
+ http://particular.net
+ http://particular.net/LicenseAgreement
+ http://s3.amazonaws.com/nuget.images/ServiceControl_128.png
+ false
+ Management extension to NServiceBus
+
+ nservicebus particular chocolatey servicecontrol
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ServiceControl.AcceptanceTests/App.config b/src/ServiceControl.AcceptanceTests/App.config
index 7d3a89f35e..8169dcc4ca 100644
--- a/src/ServiceControl.AcceptanceTests/App.config
+++ b/src/ServiceControl.AcceptanceTests/App.config
@@ -12,11 +12,11 @@
-
+
-
+
@@ -40,7 +40,7 @@
-
+
diff --git a/src/ServiceControl.AcceptanceTests/MessageFailures/When_a_retry_for_a_failed_message_is_successful.cs b/src/ServiceControl.AcceptanceTests/MessageFailures/When_a_retry_for_a_failed_message_is_successful.cs
index b1dd892a89..87cf84e43f 100644
--- a/src/ServiceControl.AcceptanceTests/MessageFailures/When_a_retry_for_a_failed_message_is_successful.cs
+++ b/src/ServiceControl.AcceptanceTests/MessageFailures/When_a_retry_for_a_failed_message_is_successful.cs
@@ -76,7 +76,7 @@ public void Should_show_up_as_resolved_when_doing_a_multi_retry()
return true;
}
- IssueRetry(c, () => Post(String.Format("/api/errors/retry"), new List { c.UniqueMessageId }));
+ IssueRetry(c, () => Post("/api/errors/retry", new List { c.UniqueMessageId }));
return false;
})
@@ -106,7 +106,7 @@ public void Should_show_up_as_resolved_when_doing_a_retry_all()
return true;
}
- IssueRetry(c, () => Post