Skip to content

Commit f063852

Browse files
committed
Merge branch 'release/0.7.0'
* release/0.7.0: (build) Changed NuSpec's to include additional binaries (build) Made the build work (maint) Added Cake Configuration File (maint) Removed old NuGet packages (maint) Removed DS_Store file from repository (GH-96) Removed unrequired using (maint) Added DS_Store to gitignore file (GH-96) First pass at adding Cake.Recipe (GH-96) Remove usage of gep13.* packages (GH-103) Removed usage of Fody (maint) Updated to latest Cake Bootstrapper (maint) Removed files that no longer exist (maint) Updated .gitignore file (doc) fix link in the doc Outputs HTML URL of the new release when succeeds. (doc) fix links in the docs Stop the 'CREDITS' hyperlink giving a 404 error
2 parents 50ab605 + 1fd5ad8 commit f063852

28 files changed

+778
-421
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 317 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,320 @@
1-
nugets
2-
build32
3-
binaries
4-
obj
5-
bin
6-
*.vshost.*
7-
.nu
8-
_ReSharper.*
9-
_UpgradeReport.*
10-
*.csproj.user
11-
*.resharper.user
12-
*.resharper
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
##
4+
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
5+
6+
# User-specific files
137
*.suo
14-
*.cache
15-
*~
16-
*.swp
178
*.user
18-
TestResults
9+
*.userosscache
10+
*.sln.docstates
11+
12+
# User-specific files (MonoDevelop/Xamarin Studio)
13+
*.userprefs
14+
15+
# Build results
16+
[Dd]ebug/
17+
[Dd]ebugPublic/
18+
[Rr]elease/
19+
[Rr]eleases/
20+
x64/
21+
x86/
22+
bld/
23+
[Bb]in/
24+
[Oo]bj/
25+
[Ll]og/
26+
27+
# Visual Studio 2015/2017 cache/options directory
28+
.vs/
29+
# Uncomment if you have tasks that create the project's static files in wwwroot
30+
#wwwroot/
31+
32+
# Visual Studio 2017 auto generated files
33+
Generated\ Files/
34+
35+
# MSTest test Results
36+
[Tt]est[Rr]esult*/
37+
[Bb]uild[Ll]og.*
38+
39+
# NUNIT
40+
*.VisualState.xml
1941
TestResult.xml
20-
results
21-
CommonAssemblyInfo.cs
22-
lib/sqlite/System.Data.SQLite.dll
23-
*.orig
24-
Samples/DataBus/storage
25-
packages
26-
PrecompiledWeb
27-
core-only
28-
Release
29-
Artifacts
30-
LogFiles
31-
csx
32-
*.ncrunchproject
33-
*.ncrunchsolution
34-
_NCrunch_NServiceBus/*
35-
logs
36-
run-git.cmd
37-
src/Chocolatey/Build/*
38-
App_Packages
39-
40-
# =========================
41-
# Custom Additions
42-
# =========================
43-
44-
# Where everything from the build is put
45-
tools/
46-
BuildArtifacts
47-
48-
# Temporary files that kdiff generates
49-
*.orig
42+
43+
# Build Results of an ATL Project
44+
[Dd]ebugPS/
45+
[Rr]eleasePS/
46+
dlldata.c
47+
48+
# Benchmark Results
49+
BenchmarkDotNet.Artifacts/
50+
51+
# .NET Core
52+
project.lock.json
53+
project.fragment.lock.json
54+
artifacts/
55+
**/Properties/launchSettings.json
56+
57+
# StyleCop
58+
StyleCopReport.xml
59+
60+
# Files built by Visual Studio
61+
*_i.c
62+
*_p.c
63+
*_i.h
64+
*.ilk
65+
*.meta
66+
*.obj
67+
*.pch
68+
*.pdb
69+
*.pgc
70+
*.pgd
71+
*.rsp
72+
*.sbr
73+
*.tlb
74+
*.tli
75+
*.tlh
76+
*.tmp
77+
*.tmp_proj
78+
*.log
79+
*.vspscc
80+
*.vssscc
81+
.builds
82+
*.pidb
83+
*.svclog
84+
*.scc
85+
86+
# Chutzpah Test files
87+
_Chutzpah*
88+
89+
# Visual C++ cache files
90+
ipch/
91+
*.aps
92+
*.ncb
93+
*.opendb
94+
*.opensdf
95+
*.sdf
96+
*.cachefile
97+
*.VC.db
98+
*.VC.VC.opendb
99+
100+
# Visual Studio profiler
101+
*.psess
102+
*.vsp
103+
*.vspx
104+
*.sap
105+
106+
# Visual Studio Trace Files
107+
*.e2e
108+
109+
# TFS 2012 Local Workspace
110+
$tf/
111+
112+
# Guidance Automation Toolkit
113+
*.gpState
114+
115+
# ReSharper is a .NET coding add-in
116+
_ReSharper*/
117+
*.[Rr]e[Ss]harper
118+
*.DotSettings.user
119+
120+
# JustCode is a .NET coding add-in
121+
.JustCode
122+
123+
# TeamCity is a build add-in
124+
_TeamCity*
125+
126+
# DotCover is a Code Coverage Tool
127+
*.dotCover
128+
129+
# AxoCover is a Code Coverage Tool
130+
.axoCover/*
131+
!.axoCover/settings.json
132+
133+
# Visual Studio code coverage results
134+
*.coverage
135+
*.coveragexml
136+
137+
# NCrunch
138+
_NCrunch_*
139+
.*crunch*.local.xml
140+
nCrunchTemp_*
141+
142+
# MightyMoose
143+
*.mm.*
144+
AutoTest.Net/
145+
146+
# Web workbench (sass)
147+
.sass-cache/
148+
149+
# Installshield output folder
150+
[Ee]xpress/
151+
152+
# DocProject is a documentation generator add-in
153+
DocProject/buildhelp/
154+
DocProject/Help/*.HxT
155+
DocProject/Help/*.HxC
156+
DocProject/Help/*.hhc
157+
DocProject/Help/*.hhk
158+
DocProject/Help/*.hhp
159+
DocProject/Help/Html2
160+
DocProject/Help/html
161+
162+
# Click-Once directory
163+
publish/
164+
165+
# Publish Web Output
166+
*.[Pp]ublish.xml
167+
*.azurePubxml
168+
# Note: Comment the next line if you want to checkin your web deploy settings,
169+
# but database connection strings (with potential passwords) will be unencrypted
170+
*.pubxml
171+
*.publishproj
172+
173+
# Microsoft Azure Web App publish settings. Comment the next line if you want to
174+
# checkin your Azure Web App publish settings, but sensitive information contained
175+
# in these scripts will be unencrypted
176+
PublishScripts/
177+
178+
# NuGet Packages
179+
*.nupkg
180+
# The packages folder can be ignored because of Package Restore
181+
**/[Pp]ackages/*
182+
# except build/, which is used as an MSBuild target.
183+
!**/[Pp]ackages/build/
184+
# Uncomment if necessary however generally it will be regenerated when needed
185+
#!**/[Pp]ackages/repositories.config
186+
# NuGet v3's project.json files produces more ignorable files
187+
*.nuget.props
188+
*.nuget.targets
189+
190+
# Microsoft Azure Build Output
191+
csx/
192+
*.build.csdef
193+
194+
# Microsoft Azure Emulator
195+
ecf/
196+
rcf/
197+
198+
# Windows Store app package directories and files
199+
AppPackages/
200+
BundleArtifacts/
201+
Package.StoreAssociation.xml
202+
_pkginfo.txt
203+
*.appx
204+
205+
# Visual Studio cache files
206+
# files ending in .cache can be ignored
207+
*.[Cc]ache
208+
# but keep track of directories ending in .cache
209+
!*.[Cc]ache/
210+
211+
# Others
212+
ClientBin/
213+
~$*
214+
*~
215+
*.dbmdl
216+
*.dbproj.schemaview
217+
*.jfm
218+
*.pfx
219+
*.publishsettings
220+
orleans.codegen.cs
221+
222+
# Since there are multiple workflows, uncomment next line to ignore bower_components
223+
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
224+
#bower_components/
225+
226+
# RIA/Silverlight projects
227+
Generated_Code/
228+
229+
# Backup & report files from converting an old project file
230+
# to a newer Visual Studio version. Backup files are not needed,
231+
# because we have git ;-)
232+
_UpgradeReport_Files/
233+
Backup*/
234+
UpgradeLog*.XML
235+
UpgradeLog*.htm
236+
237+
# SQL Server files
238+
*.mdf
239+
*.ldf
240+
*.ndf
241+
242+
# Business Intelligence projects
243+
*.rdl.data
244+
*.bim.layout
245+
*.bim_*.settings
246+
247+
# Microsoft Fakes
248+
FakesAssemblies/
249+
250+
# GhostDoc plugin setting file
251+
*.GhostDoc.xml
252+
253+
# Node.js Tools for Visual Studio
254+
.ntvs_analysis.dat
255+
node_modules/
256+
257+
# TypeScript v1 declaration files
258+
typings/
259+
260+
# Visual Studio 6 build log
261+
*.plg
262+
263+
# Visual Studio 6 workspace options file
264+
*.opt
265+
266+
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
267+
*.vbw
268+
269+
# Visual Studio LightSwitch build output
270+
**/*.HTMLClient/GeneratedArtifacts
271+
**/*.DesktopClient/GeneratedArtifacts
272+
**/*.DesktopClient/ModelManifest.xml
273+
**/*.Server/GeneratedArtifacts
274+
**/*.Server/ModelManifest.xml
275+
_Pvt_Extensions
276+
277+
# Paket dependency manager
278+
.paket/paket.exe
279+
paket-files/
280+
281+
# FAKE - F# Make
282+
.fake/
283+
284+
# JetBrains Rider
285+
.idea/
286+
*.sln.iml
287+
288+
# CodeRush
289+
.cr/
290+
291+
# Python Tools for Visual Studio (PTVS)
292+
__pycache__/
293+
*.pyc
294+
295+
# Cake - Uncomment if you are using it
296+
tools/**
297+
!tools/packages.config
298+
299+
# Tabs Studio
300+
*.tss
301+
302+
# Telerik's JustMock configuration file
303+
*.jmconfig
304+
305+
# BizTalk build output
306+
*.btp.cs
307+
*.btm.cs
308+
*.odx.cs
309+
*.xsd.cs
310+
311+
# OpenCover UI analysis results
312+
OpenCover/
313+
314+
# Azure Stream Analytics local run output
315+
ASALocalRun/
316+
317+
# Build Related
318+
BuildArtifacts/*
319+
320+
Source/.DS_Store

Documentation/Legal/CREDITS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ GitReleaseManager uses the following awesome frameworks (in no particular order)
2222

2323
* [Octokit.net](https://github.com/octokit/octokit.net)
2424
* [YamlDotNet](http://aaubry.net/pages/yamldotnet.html)
25-
* [Costura](https://github.com/Fody/Costura)
2625

2726
GitReleaseManager is built, with the following fantastic frameworks and services (in no particular order):
2827

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The documentation for GitReleaseManager can be found on [ReadTheDocs](http://git
6161

6262
## Credits
6363

64-
GitReleaseManager is brought to you by quite a few people and frameworks. See [CREDITS](https://github.com/GitTools/GitReleaseManager/blob/develop/Documentation/legal/CREDITS.md) for full information.
64+
GitReleaseManager is brought to you by quite a few people and frameworks. See [CREDITS](https://github.com/GitTools/GitReleaseManager/blob/develop/Documentation/Legal/CREDITS.md) for full information.
6565

6666
Full original credit has to go to the people at [Particular Software](http://www.particular.net/), without whom this project would not have been possible. They originally created the [GitHubReleaseNotes](https://github.com/Particular/GitHubReleaseNotes) project, which GitReleaseManager is based on, and draws a lot of inspiration from.
6767

0 commit comments

Comments
 (0)