Skip to content

Commit

Permalink
Merge pull request #2126 from 0x6a62/release/next
Browse files Browse the repository at this point in the history
Fix documentation typo
  • Loading branch information
matthid authored Oct 6, 2018
2 parents 7510ae9 + ff1b77e commit 55f0ad9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See the [project home page](https://fake.build/) for tutorials and [API document
> - when you are on linux and do not have mono installed
> - when you are on windows and do not have Visual Studio installed
>
> Either build only the `netcore` parts via `fake build target FullDotNetCore` or install the requirements accoding to the [contributing page](http://fsharp.github.com/FAKE/contributing.html)
> Either build only the `netcore` parts via `fake build target FullDotNetCore` or install the requirements according to the [contributing page](http://fsharp.github.com/FAKE/contributing.html)
Make sure to have long path enabled: https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing
Otherwise the test-suite will fail (However, the compilation should work)
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
* NEW: module Fake.Tools.GitVersion to interact with gitversion.exe - https://github.com/fsharp/FAKE/pull/1988
* ENHANCEMENT: Add `traceImportantf` and `traceErrorf` - https://github.com/fsharp/FAKE/pull/1986
* ENHANCEMENT: Minimalize dependencies between FAKE packages - https://github.com/fsharp/FAKE/pull/1980
* ENHANCEMENT: Change chocolatey package accoding to feedback - https://github.com/fsharp/FAKE/pull/1983
* ENHANCEMENT: Change chocolatey package according to feedback - https://github.com/fsharp/FAKE/pull/1983
* BUGFIX: Fix locating kudusync.cmd in Fake.Azure.Kudu - https://github.com/fsharp/FAKE/pull/1995
* NEW: module Fake.Core.UserInput - https://github.com/fsharp/FAKE/pull/1997

Expand Down Expand Up @@ -150,7 +150,7 @@

## 5.0.0-rc017 - 2018-05-22

* BREAKING: Add some `[<RequireQualifiedAccess>]` attributes accoding to API-Guidelines (Target, Globbing, AssemblyInfoFile)
* BREAKING: Add some `[<RequireQualifiedAccess>]` attributes according to API-Guidelines (Target, Globbing, AssemblyInfoFile)
* ENHANCEMENT: Mark `Target.DoNothing` as obsolete
* ENHANCEMENT: Mark `Target.Description` as obsolete and add `Target.description`
* BUGFIX: Includes fixes from 4.64.12
Expand Down

0 comments on commit 55f0ad9

Please sign in to comment.