Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes should be ISO 8601 format #45

Merged
merged 2 commits into from
Feb 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#### 0.1.0 - 17.03.2017
#### 0.1.0 - 2017-03-17
* Initial release
22 changes: 11 additions & 11 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
### 0.5.0-beta001 - 02.10.2019
### 0.5.0-beta001 - 2018-02-10
* FEATURE: Use paket and sln files (https://github.com/TheAngryByrd/MiniScaffold/pull/35)

### 0.4.1 - 02.10.2019
### 0.4.1 - 2018-02-10
* BUGFIX: Make build.sh executable via post-action (https://github.com/TheAngryByrd/MiniScaffold/pull/37)
* BUGFIX: FAKE not restoring on initial build. Exclude paket-files directory from template (https://github.com/TheAngryByrd/MiniScaffold/pull/42)
* MINOR: Add Release notes to git release commits (https://github.com/TheAngryByrd/MiniScaffold/pull/39)

### 0.4.0 - 12.01.2017
### 0.4.0 - 2017-12-01
* FEATURE: Added SourceLink (https://github.com/TheAngryByrd/MiniScaffold/pull/34)
* MINOR: Fix CI Builds and convert to dotnet core 2 fsproj style (https://github.com/TheAngryByrd/MiniScaffold/pull/33)

### 0.3.5 - 18.07.2017
### 0.3.5 - 2017-07-18
* MINOR: Added .editorconfig (https://github.com/TheAngryByrd/MiniScaffold/commit/f24293735dd04df6094d2e6f1bdd2b8771f15597)
* MINOR: Removed unneeded --restore from dotnet-mono call (https://github.com/TheAngryByrd/MiniScaffold/pull/23)

### 0.3.4 - 03.07.2017
### 0.3.4 - 2017-07-03
* MINOR: Smplify framework matching(https://github.com/TheAngryByrd/MiniScaffold/pull/20)

### 0.3.3 - 25.06.2017
### 0.3.3 - 2017-06-25
* MINOR: Correct and expand targets (https://github.com/TheAngryByrd/MiniScaffold/pull/18)

### 0.3.2 - 01.05.2017
### 0.3.2 - 2017-05-01
* MINOR: Appveyor template and badges (https://github.com/TheAngryByrd/MiniScaffold/pull/17)
* MONOR: Using buildstats.info for badges (https://github.com/TheAngryByrd/MiniScaffold/pull/15)

### 0.3.1 - 30.04.2017
### 0.3.1 - 2017-04-30
* MINOR: Add Nuget Config Defaults (https://github.com/TheAngryByrd/MiniScaffold/pull/13)

### 0.3.0 - 30.04.2017
### 0.3.0 - 2017-04-30
* FEATURE: Added WatchTests Target (https://github.com/TheAngryByrd/MiniScaffold/pull/8)
* MINOR: Updated FAKE to run on Mono 5.0 (https://github.com/TheAngryByrd/MiniScaffold/pull/11)

#### 0.2.0 - 17.04.2017
#### 0.2.0 - 2017-04-17
* FEATURE: Use Expecto for tests (https://github.com/TheAngryByrd/MiniScaffold/pull/4)
* MINOR: Better travis ci defaults (https://github.com/TheAngryByrd/MiniScaffold/pull/2)

#### 0.1.0 - 14.04.2017
#### 0.1.0 - 2017-04-14
* Initial release