Skip to content

Commit 0022044

Browse files
committed
2.3.6
1 parent 6357d2d commit 0022044

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.3.6 (03 November 2022)
2+
- [#55](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/55) - PluginLoader does not require file system access [enhancement] contributed by [devkev2403](https://github.com/devkev2403)
3+
14
# 2.3.5 (26 April 2022)
25
- [#52](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/52) - Upgrade some NuGet packages [enhancement] contributed by [StefH](https://github.com/StefH)
36

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<TargetFrameworks>net451;net452;netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
8-
<VersionPrefix>2.3.5</VersionPrefix>
8+
<VersionPrefix>2.3.6</VersionPrefix>
99
<Copyright>Copyright © 2020-2022 Stef Heyenrath</Copyright>
1010
<Authors>Stef Heyenrath</Authors>
1111
<PackageReleaseNotes>See CHANGELOG.md</PackageReleaseNotes>

Generate-ReleaseNotes.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=2.3.5
3+
SET version=2.3.6
44

55
GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid documentation duplicate --version %version% --token %GH_TOKEN%

0 commit comments

Comments
 (0)