Skip to content

Commit 2357621

Browse files
committed
ReleaseNotes
1 parent 1d174eb commit 2357621

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

GitHubReleaseNotes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://github.com/StefH/GitHubReleaseNotes
2+
3+
GitHubReleaseNotes.exe --output ReleaseNotes.md --skip-empty-releases

ReleaseNotes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.1.0 (09 November 2018)
2+
- [#3](https://github.com/StefH/RandomDataGenerator/pull/3) - Updated FieldOptionsFactory [feature] contributed by [StefH](https://github.com/StefH)
3+
4+
# 1.0.0.0 (08 November 2018)
5+
- [#1](https://github.com/StefH/RandomDataGenerator/pull/1) - Gui contributed by [StefH](https://github.com/StefH)
6+
- [#2](https://github.com/StefH/RandomDataGenerator/pull/2) - Fody and Fody.Costura contributed by [StefH](https://github.com/StefH)
7+

src/RandomDataGenerator Solution.sln

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppClassic", "Consol
1313
EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{B178195C-4964-44C5-8EB1-1628EF9C64D2}"
1515
ProjectSection(SolutionItems) = preProject
16+
..\GitHubReleaseNotes.txt = ..\GitHubReleaseNotes.txt
1617
RandomDataGenerator Solution.sln.DotSettings = RandomDataGenerator Solution.sln.DotSettings
1718
..\README.md = ..\README.md
19+
..\ReleaseNotes.md = ..\ReleaseNotes.md
1820
EndProjectSection
1921
EndProject
2022
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAppNetCoreApp1", "ConsoleAppNetCoreApp1\ConsoleAppNetCoreApp1.csproj", "{983EAE55-828B-4135-A1C6-BF7A1BA193EE}"
@@ -31,7 +33,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example Project Files", "Ex
3133
..\Example Project Files\My Table.xml = ..\Example Project Files\My Table.xml
3234
EndProjectSection
3335
EndProject
34-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleAppNetCoreApp2", "ConsoleAppNetCoreApp2\ConsoleAppNetCoreApp2.csproj", "{6AB9BD42-8B23-425C-9B5D-B97A52F008BE}"
36+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAppNetCoreApp2", "ConsoleAppNetCoreApp2\ConsoleAppNetCoreApp2.csproj", "{6AB9BD42-8B23-425C-9B5D-B97A52F008BE}"
3537
EndProject
3638
Global
3739
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)