Skip to content

Commit 2f37e18

Browse files
committed
Merge branch 'release-1.2.0'
2 parents 95da159 + f34d824 commit 2f37e18

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

octopus/Particular.ServiceControl.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<file src="*.ps1" target="" />
1616
<file src="*.nzip" target="content" />
1717
<file src="Particular.ServiceControl-{{milestone}}.exe" target="content" />
18+
<file src="footer.md" target="content" />
1819
<file src="ReleaseNotesCompiler.CLI.exe" target="tools" />
1920
<file src="NuGet.exe" target="tools" />
2021
</files>

octopus/footer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Where to get it
2+
You can download this release from:
3+
- Our [website](http://particular.net/downloads)
4+
- Or [chocolatey](http://chocolatey.org/packages/ServiceControl.install)

octopus/octopus.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
<MainFiles Include="$(ProjectDir)*.nuspec" />
4747
<MainFiles Include="$(ProjectDir)*.ps1" />
48+
<MainFiles Include="$(ProjectDir)footer.md" />
4849
<MainFiles Include="$(ProjectDir)ReleaseNotesCompiler.CLI.exe" />
4950
<MainFiles Include="$(NuGetExePath)" />
5051
<MainFiles Include="$(SolutionDir)..\Output\Particular.ServiceControl-$(SemVer).exe" />

0 commit comments

Comments
 (0)