Skip to content

Commit

Permalink
Merge branch 'cleanup'
Browse files Browse the repository at this point in the history
  • Loading branch information
distantcam committed Apr 20, 2015
2 parents 78505b0 + 5a456af commit b0b0aa3
Show file tree
Hide file tree
Showing 370 changed files with 321 additions and 411 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
nugets
chocos/
deploy
build32
binaries
Expand Down Expand Up @@ -31,6 +32,9 @@ installer/[F|f]iles
installer/[C|c]ustom[A|a]ctions
installer/ServiceControl-cache

Index.dat
Storage.dat

# Created by https://www.gitignore.io

### VisualStudio ###
Expand Down
1 change: 0 additions & 1 deletion NextVersion.txt

This file was deleted.

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.
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>ServiceInsight.install</id>
<version>$version$</version>
<title>ServiceInsight.install</title>
<title>ServiceInsight</title>
<authors>Particular Software</authors>
<owners>Particular Software</owners>
<projectUrl>http://particular.net/ServiceInsight</projectUrl>
Expand All @@ -12,9 +12,15 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>ServiceInsight for NServiceBus. Complete under-the-hood view of the your system's behavior, clearly displayed and visualized, immediately available and up-to-date. Whether in development, testing or production, ServiceInsight provides all the system-critical information you need.</description>
<summary></summary>
<tags>nservicebus particular chocolatey ServiceInsight</tags>
<tags>nservicebus particular chocolatey ServiceInsight admin</tags>
<dependencies>
<dependency id="DotNet4.5" version="4.5.20120822" />
<dependency id="chocolatey" version="0.9.9" />
</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>
62 changes: 0 additions & 62 deletions src/Chocolatey/Build.targets

This file was deleted.

38 changes: 0 additions & 38 deletions src/Chocolatey/Chocolatey.csproj

This file was deleted.

34 changes: 0 additions & 34 deletions src/Chocolatey/chocolateyInstall.ps1

This file was deleted.

19 changes: 0 additions & 19 deletions src/Chocolatey/chocolateyUninstall.ps1

This file was deleted.

18 changes: 0 additions & 18 deletions src/Chocolatey/elevatedUninstall.ps1

This file was deleted.

7 changes: 0 additions & 7 deletions src/Chocolatey/readme.txt

This file was deleted.

27 changes: 0 additions & 27 deletions src/ServiceInsight.Desktop/packages.config

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<Reference Include="ApprovalUtilities">
<HintPath>..\packages\ApprovalUtilities.3.0.7\lib\net35\ApprovalUtilities.dll</HintPath>
</Reference>
<Reference Include="Autofac, Version=3.4.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Autofac.3.4.1\lib\net40\Autofac.dll</HintPath>
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
</Reference>
<Reference Include="Caliburn.Micro, Version=1.5.2.0, Culture=neutral, PublicKeyToken=8e5891231f2ed21f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand All @@ -55,7 +55,7 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog">
<HintPath>..\packages\NLog.3.1.0.0\lib\net45\NLog.dll</HintPath>
Expand Down Expand Up @@ -130,12 +130,6 @@
<Compile Include="UI\Steps\DockLayoutWindowToLeft.cs" />
<Compile Include="UITest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceInsight.Desktop\ServiceInsight.Desktop.csproj">
<Project>{c7eb8bb8-813b-4cfd-83df-7f38d8dd89ef}</Project>
<Name>ServiceInsight.Desktop</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config">
Expand All @@ -146,6 +140,11 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\ServiceInsight\ServiceInsight.csproj">
<Project>{c7eb8bb8-813b-4cfd-83df-7f38d8dd89ef}</Project>
<Name>ServiceInsight</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Loading

0 comments on commit b0b0aa3

Please sign in to comment.