This release has been a long time coming, good news, the release process is being documented so any of the maintainers can perform releases.
- #1336 - Fix/possible infinite inherit contributed by Jake Ginnivan (JakeGinnivan)
- #1323 - Trunk Based Development branching strategy: Release build respecting commit tag, not branch name
- #1322 - License?
- #1320 - Expose the tag and sha of source commit
- #1319 - [Question] Can GitVersionTask be configured to only update specified Assembly*Versions and not others
- #1312 - #1150 Remove criteria preventing the download of prerelease versions … contributed by Justin (Tankatronic)
- #1309 - Maintain two major versions in parallel
- #1307 - .NET Standard 2.0: dotnet build fails
- #1306 - Add configuration parameter to format CommitDate #1305 contributed by Oliver Daum (ccHanibal)
- #1305 - Add configuration parameter to format CommitDate
- #1303 - Improve documentation for assembly version schemes contributed by Thomas Levesque (thomaslevesque)
- #1302 - Improve documentation for assembly-versioning-scheme and assembly-file-versioning-scheme
- #1299 - Trying to add assembly-file-versioning-scheme to GitVersion.yml file
- #1297 - honour increment config value for Mainline contributed by Jonathan Kuleff (JonCubed)
- #1295 - [Question] Is this Version flow possible?
- #1294 - +semver:patch does not seem to work with Mainline mode
- #1293 - Ensure that PreReleaseNumber is always a number contributed by Pedro Marques (pitermarx)
- #1291 - Improve ExecuteCore.ExecuteInternal when HEAD is not pointing at the desired branch contributed by (Jericho)
- #1289 - Incorrect calculated version on new branch without any commits
- #1287 - Improve shallow clone exception contributed by Asbjørn Ulsberg (asbjornu)
- #1283 - How to create vsix package from updated code?
- #1282 - Request failed with status code: 401
- #1280 - Closes #1274 - Removed system.web (replaced databinder.eval) contributed by Darrell (dazinator)
- #1279 - Fixes #1278 - ContinuaCI use environment variable not registry. contributed by Darrell (dazinator)
- #1278 - Continua Ci - uses registry - needs fix
- #1276 - Added Octopus Deploy to list contributed by Peter Neave (peterneave)
- #1274 - Remove System.Web dependency
- #1273 - Allow branch names starting with master contributed by Tim Barnett (tgbarnett)
- #1272 - Allow branch names starting with master contributed by Tim Barnett (tgbarnett)
- #1271 - Allow for brach names to start with reserved names
- #1270 - VSTS GitVersion variables are not resolved when tagging sources
- #1268 - Per-folder configuration for monorepo support
- #1265 - GitVersionTask.targets for buildMultitarget does not output AssemblyInfo
- #1264 - Nitpicky typo correction contributed by Curtis Buice (cbuice)
- #1263 - How to run GitVersion in Mono?
- #1260 - VsoAgentBuildNumberTests refactored with accordance to the remark from @asbjornu contributed by (dpurge)
- #1259 - Changing hardcoded master/develop regex contributed by Paul Wiens (pwiens)
- #1258 - #1257 Fix regexp in VsoAgent contributed by (dpurge)
- #1257 - TFS build number overwritten fully instead of only replacing gitversion variables
- #1256 - use correct possessive pronoun contributed by Stephen Eidson (rarrarrarr)
- #1252 - Wrong variable names in documentation
- #1251 - Need some help to configure
- #1249 - Clean up AssemblyInfo file updating contributed by Brandon Ording (bording)
- #1247 - Sync FileVersion contributed by Brandon Ording (bording)
- #1242 - GitVersionInformation in SDK-style projects
- #1241 - FileVersion inconsistency between UpdateAssemblyInfo and UpdateVersionProperties
- #1237 - add a null check for the merge base contributed by Simon Cropp (SimonCropp)
- #1230 - nullref in GitRepoMetadataProvider.FindMergeBase
- #1228 - Update mkdocs.yml to fix typo contributed by Craig Russell (CDRussell)
- #1227 - GitVersion /output buildserver does not create gitversion.properties file
- #1225 - Pick better merge base contributed by Jake Ginnivan (JakeGinnivan)
- #1224 - Feature/fix mainline feature branch bump contributed by Jake Ginnivan (JakeGinnivan)
- #1223 - Add failing test for issue #1221 contributed by Maxime Beaudry (mabead)
- #1221 - Increment 'Minor' number when merging feature branch in master in Mainline mode
- #1220 - Added 'EnsureWixToolsetInstalled' BeforeTarget to GetVersionTask.targets contributed by Forest Balk (forestb)
- #1219 - Improvements to Dockerfile contributed by Ben Hall (BenHall)
- #1211 - Wrong pull request version when branching from a tagged merge commit contributed by Morten Larsen (baunegaard)
- #1204 - Invalid release version when some branch created from it contributed by (czesiu)
- #1202 - Random exception - this remote has never connected
- #1195 - StackoverflowException when using msbuild in VS2017 in 4.0.0-beta11
- #1112 - More caching of merge bases contributed by Daniel Rose (DanielRose)
- #1110 - Gitversion fails on buildserver
- #1043 - LibGit2Sharp.NotFoundException: Object not found - no match for id
- #886 - AssemblyFileVersionAttribute format configurable +enhancement
- #544 - MajorMinorPatchTag - AssemblyVersion vs AssemblyFileVersion +fix