Skip to content

Commit c1260a7

Browse files
committed
1.0.14
1 parent 1b6a80f commit c1260a7

File tree

5 files changed

+18
-13
lines changed

5 files changed

+18
-13
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
</PropertyGroup>
55

66
<PropertyGroup>
7-
<VersionPrefix>1.0.13</VersionPrefix>
7+
<VersionPrefix>1.0.14</VersionPrefix>
88
</PropertyGroup>
99
</Project>

Generate-ReleaseNotes.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rem https://github.com/StefH/GitHubReleaseNotes
2+
3+
SET version=1.0.14
4+
5+
GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version% --token %GH_TOKEN%

GitHubReleaseNotes.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.14 (24 March 2022)
2+
- [#19](https://github.com/StefH/RandomDataGenerator/pull/19) - Update Fare 2.2.0 to prevent System.Net.Http DoS known issue [feature] contributed by [brunotarghetta](https://github.com/brunotarghetta)
3+
14
# 1.0.13 (02 September 2021)
25
- [#17](https://github.com/StefH/RandomDataGenerator/pull/17) - Use &quot;using&quot; for a the GetResourceAsStream [bug] contributed by [StefH](https://github.com/StefH)
36
- [#16](https://github.com/StefH/RandomDataGenerator/issues/16) - Memory leak [bug]

src/RandomDataGenerator Solution.sln

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29021.104
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32228.430
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomDataGenerator", "RandomDataGenerator\RandomDataGenerator.csproj", "{D23EB0AA-1EB0-45D6-8985-14CF01CEDD10}"
77
EndProject
@@ -14,7 +14,7 @@ EndProject
1414
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_Solution Items", "_Solution Items", "{B178195C-4964-44C5-8EB1-1628EF9C64D2}"
1515
ProjectSection(SolutionItems) = preProject
1616
..\Directory.Build.props = ..\Directory.Build.props
17-
..\GitHubReleaseNotes.txt = ..\GitHubReleaseNotes.txt
17+
..\Generate-ReleaseNotes.bat = ..\Generate-ReleaseNotes.bat
1818
RandomDataGenerator Solution.sln.DotSettings = RandomDataGenerator Solution.sln.DotSettings
1919
..\README.md = ..\README.md
2020
..\ReleaseNotes.md = ..\ReleaseNotes.md
@@ -33,7 +33,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleAppNetCoreApp2", "Co
3333
EndProject
3434
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RandomDataGenerator.Gui3", "RandomDataGenerator.Gui3\RandomDataGenerator.Gui3.csproj", "{090EDB20-CA63-473A-BA68-591BCCCB9D11}"
3535
EndProject
36-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomDataGenerator.Gui", "RandomDataGenerator.Gui\RandomDataGenerator.Gui.csproj", "{3800D752-F2D0-42E4-8EEC-FE60702F18AC}"
36+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RandomDataGenerator.Gui", "RandomDataGenerator.Gui\RandomDataGenerator.Gui.csproj", "{36D5822C-791D-4F72-9ED4-7DBC164A7E24}"
3737
EndProject
3838
Global
3939
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -61,10 +61,10 @@ Global
6161
{090EDB20-CA63-473A-BA68-591BCCCB9D11}.Debug|Any CPU.Build.0 = Debug|Any CPU
6262
{090EDB20-CA63-473A-BA68-591BCCCB9D11}.Release|Any CPU.ActiveCfg = Release|Any CPU
6363
{090EDB20-CA63-473A-BA68-591BCCCB9D11}.Release|Any CPU.Build.0 = Release|Any CPU
64-
{3800D752-F2D0-42E4-8EEC-FE60702F18AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
65-
{3800D752-F2D0-42E4-8EEC-FE60702F18AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
66-
{3800D752-F2D0-42E4-8EEC-FE60702F18AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
67-
{3800D752-F2D0-42E4-8EEC-FE60702F18AC}.Release|Any CPU.Build.0 = Release|Any CPU
64+
{36D5822C-791D-4F72-9ED4-7DBC164A7E24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
65+
{36D5822C-791D-4F72-9ED4-7DBC164A7E24}.Debug|Any CPU.Build.0 = Debug|Any CPU
66+
{36D5822C-791D-4F72-9ED4-7DBC164A7E24}.Release|Any CPU.ActiveCfg = Release|Any CPU
67+
{36D5822C-791D-4F72-9ED4-7DBC164A7E24}.Release|Any CPU.Build.0 = Release|Any CPU
6868
EndGlobalSection
6969
GlobalSection(SolutionProperties) = preSolution
7070
HideSolutionNode = FALSE
@@ -75,7 +75,7 @@ Global
7575
{983EAE55-828B-4135-A1C6-BF7A1BA193EE} = {F8306255-6F4A-4E70-9932-06B2A3C9DF78}
7676
{6AB9BD42-8B23-425C-9B5D-B97A52F008BE} = {F8306255-6F4A-4E70-9932-06B2A3C9DF78}
7777
{090EDB20-CA63-473A-BA68-591BCCCB9D11} = {CD43A6FA-4DEF-47B3-A430-9E7FFAD6B035}
78-
{3800D752-F2D0-42E4-8EEC-FE60702F18AC} = {CD43A6FA-4DEF-47B3-A430-9E7FFAD6B035}
78+
{36D5822C-791D-4F72-9ED4-7DBC164A7E24} = {CD43A6FA-4DEF-47B3-A430-9E7FFAD6B035}
7979
EndGlobalSection
8080
GlobalSection(ExtensibilityGlobals) = postSolution
8181
SolutionGuid = {F00DE8F4-BF0D-49C3-8854-600E8142BE41}

0 commit comments

Comments
 (0)