Skip to content

Commit 38af30a

Browse files
committed
Upgrade to ProjectScaffold
1 parent 3c5b693 commit 38af30a

7 files changed

Lines changed: 64 additions & 1919 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,4 @@ docs/content/license.md
190190
docs/content/release-notes.md
191191
.fake
192192
docs/tools/FSharp.Formatting.svclog
193+
TestResult.xml

README.md

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,29 @@
1-
[![Issue Stats](http://issuestats.com/github/fsprojects/ProjectScaffold/badge/issue)](http://issuestats.com/github/fsprojects/ProjectScaffold)
2-
[![Issue Stats](http://issuestats.com/github/fsprojects/ProjectScaffold/badge/pr)](http://issuestats.com/github/fsprojects/ProjectScaffold)
1+
[![Issue Stats](http://issuestats.com/github/fsprojects/fsharpx/badge/issue)](http://issuestats.com/github/fsprojects/fsharpx)
2+
[![Issue Stats](http://issuestats.com/github/fsprojects/fsharpx/badge/pr)](http://issuestats.com/github/fsprojects/fsharpx)
33

4-
# ProjectScaffold
54

6-
This project can be used to scaffold a prototypical .NET solution including file system layout and tooling. This includes a build process that:
5+
# FSharpx.Extras [![NuGet Status](http://img.shields.io/nuget/v/FSharpx.Extras.svg?style=flat)](https://www.nuget.org/packages/FSharpx.Extras)
76

8-
* updates all AssemblyInfo files
9-
* compiles the application and runs all test projects
10-
* generates [SourceLinks](https://github.com/ctaggart/SourceLink)
11-
* generates API docs based on XML document tags
12-
* generates [documentation based on Markdown files](http://fsprojects.github.io/ProjectScaffold/writing-docs.html)
13-
* generates [NuGet](http://www.nuget.org) packages
14-
* and allows a simple [one step release process](http://fsprojects.github.io/ProjectScaffold/release-process.html).
7+
**FSharpx.Extras** is a collection of libraries and tools for use with F#.
158

16-
In order to start the scaffolding process run
9+
See [the home page](http://fsprojects.github.io/FSharpx.Extras/) for details. The home page can be [edited, forked or cloned](https://github.com/fsprojects/fsharpx/tree/gh-pages)
10+
Please contribute to this project. Don't ask for permission, just fork the repository and send pull requests.
1711

18-
> build.cmd // on windows
19-
$ ./build.sh // on unix
20-
21-
Read the [Getting started tutorial](http://fsprojects.github.io/ProjectScaffold/index.html#Getting-started) to learn more.
12+
Please also join the [F# Open Source Group](http://fsharp.github.com)
2213

23-
Documentation: http://fsprojects.github.io/ProjectScaffold
2414

25-
## Requirements
26-
27-
ProjectScaffold requires a local git installation. You can download git from [Git Downloads](https://git-scm.com/downloads).
28-
29-
## Build Status
15+
# Build Status
3016

3117
Mono | .NET
3218
---- | ----
33-
[![Mono CI Build Status](https://img.shields.io/travis/fsprojects/ProjectScaffold/master.svg)](https://travis-ci.org/fsprojects/ProjectScaffold) | [![.NET Build Status](https://img.shields.io/appveyor/ci/fsgit/ProjectScaffold/master.svg)](https://ci.appveyor.com/project/fsgit/projectscaffold)
19+
[![Mono CI Build Status](https://img.shields.io/travis/fsprojects/FSharpx.Extras/master.svg)](https://travis-ci.org/fsprojects/FSharpx.Extras) | [![.NET CI Build Status](https://img.shields.io/appveyor/ci/fsgit/FSharpx/master.svg)](https://ci.appveyor.com/project/fsgit/FSharpx)
3420

35-
## Maintainer(s)
21+
22+
# Maintainer(s)
3623

3724
- [@forki](https://github.com/forki)
38-
- [@pblasucci](https://github.com/pblasucci)
39-
- [@sergey-tihon](https://github.com/sergey-tihon)
25+
- [@mausch](https://github.com/mausch)
26+
- [@panesofglass](https://github.com/panesofglass)
4027

4128
The default maintainer account for projects under "fsprojects" is [@fsprojectsgit](https://github.com/fsprojectsgit) - F# Community Project Incubation Space (repo management)
29+

RELEASE_NOTES.md

Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
1-
### 1.0 - Unreleased
2-
* More awesome stuff coming
3-
* Added SourceLink for Source Indexing PDB
4-
5-
#### 0.5.1-beta - November 6 2013
6-
* Improved quality of solution-wide README.md files
7-
8-
#### 0.5.0-beta - October 29 2013
9-
* Improved quality of solution-wide README.md files
10-
11-
#### 0.0.1-beta - October 24 2013
12-
* Changed name from fsharp-project-scaffold to FSharp.ProjectScaffold
13-
* Initial release
1+
#### 2.0.0 - 22.08.2016
2+
* Added Add Task related helper functions - https://github.com/fsprojects/FSharpx.Extras/pull/339
3+
* New Enum convenience methods - https://github.com/fsprojects/FSharpx.Extras/pull/327
4+
* BREAKING: Deprecated .NET 4.0 version
5+
* BREAKING: Removed all functions that were marked as obsolete. This includes JSON API
6+
7+
### 1.10.3
8+
* Added undefined in Prelude - https://github.com/fsprojects/FSharpx.Extras/pull/332
9+
10+
### 1.10.2
11+
* List dependencies properly in nuget package
12+
13+
### 1.10.1
14+
* Fix dependency in nuget package
15+
* Fix #332
16+
17+
### 1.10.0 - Renamed to FSharpx.Extras
18+
* Renamed to FSharpx.Core to FSharpx.Extras
19+
20+
### 1.9.4 - Remove Obsolete method
21+
* Remove the WebClient extension method that has long ago been moved to FSharp.Core
22+
23+
### 1.9.3 - Cleanup namespaces
24+
* FSharpx.* types and operators are now in FSharpx
25+
* FSharpx.Regex are now in FSharpx.Text.Regex
26+
* FSharpx.Strings is now in FSharpx.Text.Strings
27+
* Microsoft.FSharp.Control has been renamed to FSharpx.Control
28+
29+
### 1.9.2 - Remove components now available elsewhere
30+
* FSharpx.JSON support now marked as deprecated in favour of FSharp.Data
31+
* FSharpx.Linq.QuotationEvaluator now marked as deprecated in favour of FSharp.Quotations.Evaluator
32+
33+
### 1.9.1 - Remove type providers from FSharpx
34+
* All type providers now removed from FSharpx
35+
36+
### 1.9.0 - Remove FSharpx.Collections
37+
* FSharpx.Core now depends on FSharpx.Collections
38+
* Generated docs now available
39+
40+

0 commit comments

Comments
 (0)