Skip to content

Commit

Permalink
Merge branch 'hotfix-1.5.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Bielleman committed Jun 10, 2015
2 parents 6b79b0b + e5f468a commit 5e0d302
Show file tree
Hide file tree
Showing 60 changed files with 380 additions and 274 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ _NCrunch_*
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
nugets/
chocos/
Binary file removed buildsupport/FubuCore.dll
Binary file not shown.
51 changes: 0 additions & 51 deletions buildsupport/GitVersionTask/Build/GitVersionTask.targets

This file was deleted.

Binary file removed buildsupport/GitVersionTask/GitVersionCore.dll
Binary file not shown.
Binary file removed buildsupport/GitVersionTask/GitVersionTask.dll
Binary file not shown.
Binary file removed buildsupport/GitVersionTask/LibGit2Sharp.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed buildsupport/MSBuild.Community.Tasks.dll
Binary file not shown.
Binary file removed buildsupport/Microsoft.Web.XmlTransform.dll
Binary file not shown.
Binary file removed buildsupport/NuGet.Core.dll
Binary file not shown.
Binary file removed buildsupport/PepitaPackage.dll
Binary file not shown.
Binary file removed buildsupport/RippleRestoreTask.dll
Binary file not shown.
28 changes: 0 additions & 28 deletions buildsupport/RippleRestoreTask.targets

This file was deleted.

Binary file removed buildsupport/ripple.exe
Binary file not shown.
1 change: 1 addition & 0 deletions gitversionconfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
assembly-versioning-scheme: MajorMinorPatch
Binary file removed installer/res-binary/aicustact.dll
Binary file not shown.
30 changes: 0 additions & 30 deletions octopus/Deploy.ps1

This file was deleted.

22 changes: 0 additions & 22 deletions octopus/Particular.ServiceControl.nuspec

This file was deleted.

Binary file removed octopus/ReleaseNotesCompiler.CLI.exe
Binary file not shown.
4 changes: 0 additions & 4 deletions octopus/footer.md

This file was deleted.

75 changes: 0 additions & 75 deletions octopus/octopus.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions octopus/octopus.sln

This file was deleted.

4 changes: 0 additions & 4 deletions octopus/packages.config

This file was deleted.

27 changes: 27 additions & 0 deletions packaging/chocolatey/Setup.install.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ServiceControl.install</id>
<version>$version$</version>
<title>ServiceControl.install (Install)</title>
<authors>Particular Software</authors>
<owners>Particular Software</owners>
<projectUrl>http://particular.net</projectUrl>
<licenseUrl>http://particular.net/LicenseAgreement</licenseUrl>
<iconUrl>http://s3.amazonaws.com/nuget.images/ServiceControl_128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Management extension to NServiceBus</description>
<summary></summary>
<tags>nservicebus particular chocolatey servicecontrol</tags>
<dependencies>
<dependency id="chocolatey" version="0.9.9" />
<dependency id="DotNet4.5" version="4.5.20120822" />
<dependency id="nservicebus.perfcounters.install" />
</dependencies>
</metadata>
<files>
<file src="Chocolatey\chocolateyInstall.ps1" target="Tools" />
<file src="Chocolatey\chocolateyUninstall.ps1" target="Tools" />
<file src="Chocolatey\elevatedUninstall.ps1" target="Tools" />
</files>
</package>
6 changes: 3 additions & 3 deletions src/ServiceControl.AcceptanceTests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Data.Edm" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
<bindingRedirect oldVersion="0.0.0.0-5.6.3.0" newVersion="5.6.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Data.OData" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
<bindingRedirect oldVersion="0.0.0.0-5.6.3.0" newVersion="5.6.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NServiceBus.Core" publicKeyToken="9fc386479f8a226c" culture="neutral" />
Expand All @@ -40,7 +40,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Data.Services.Client" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.6.2.0" newVersion="5.6.2.0" />
<bindingRedirect oldVersion="0.0.0.0-5.6.3.0" newVersion="5.6.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> { c.UniqueMessageId }));
IssueRetry(c, () => Post("/api/errors/retry", new List<string> { c.UniqueMessageId }));

return false;
})
Expand Down Expand Up @@ -106,7 +106,7 @@ public void Should_show_up_as_resolved_when_doing_a_retry_all()
return true;
}

IssueRetry(c, () => Post<object>(String.Format("/api/errors/retry/all")));
IssueRetry(c, () => Post<object>("/api/errors/retry/all"));

return false;
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>94a6e4db</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -225,6 +226,12 @@
<Name>ServiceControl</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(SolutionDir)..\BuildSupport\GitVersionTask\Build\GitVersionTask.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets" Condition="Exists('..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>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}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets'))" />
</Target>
</Project>
1 change: 1 addition & 0 deletions src/ServiceControl.AcceptanceTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GitVersionTask" version="2.0.1" targetFramework="net45" developmentDependency="true" />
<package id="Microsoft.AspNet.SignalR.Client" version="1.1.3" targetFramework="net45" />
<package id="Microsoft.Data.Edm" version="5.6.3" targetFramework="net45" />
<package id="Microsoft.Data.OData" version="5.6.3" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>510fc157</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup>
<WixToolPath>..\..\lib\WiX\3.7\</WixToolPath>
Expand Down Expand Up @@ -61,6 +62,16 @@
<ItemGroup>
<Content Include="CustomAction.config" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(WixCATargetsPath)" />
<Import Project="..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets" Condition="Exists('..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>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}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\GitVersionTask.2.0.1\Build\GitVersionTask.targets'))" />
</Target>
</Project>
4 changes: 4 additions & 0 deletions src/ServiceControl.Install.CustomActions/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GitVersionTask" version="2.0.1" targetFramework="net40" developmentDependency="true" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(SolutionDir)..\BuildSupport\GitVersionTask\Build\GitVersionTask.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<StartAction>Program</StartAction>
Expand Down
Loading

0 comments on commit 5e0d302

Please sign in to comment.