Skip to content

Commit 596714a

Browse files
committed
2.3.8
1 parent caf7a33 commit 596714a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.8 (23 November 2022)
2+
- [#57](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/57) - Fix String.Split + update dependencies [bug] contributed by [StefH](https://github.com/StefH)
3+
- [#58](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/58) - String empty helpers [enhancement] contributed by [kspearrin](https://github.com/kspearrin)
4+
- [#59](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/59) - Added basic boolean helpers [enhancement] contributed by [kspearrin](https://github.com/kspearrin)
5+
16
# 2.3.7 (05 November 2022)
27
- [#56](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/56) - Add GetEnvironmentVariable [enhancement] contributed by [StefH](https://github.com/StefH)
38

src/Handlebars.Net.Helpers/Handlebars.Net.Helpers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<AssemblyName>Handlebars.Net.Helpers</AssemblyName>
55
<RootNamespace>HandlebarsDotNet.Helpers</RootNamespace>
66
<Nullable>enable</Nullable>
7-
<Description>Several Handlebars.Net helpers in the categories: 'Constants', 'Enumerable', 'Environment', 'Math', 'Regex', 'String', 'DateTime', 'Boolean', and 'Urls'.</Description>
7+
<Description>Several Handlebars.Net helpers in the categories: 'Boolean', 'Constants', 'Enumerable', 'Environment', 'Math', 'Regex', 'String', 'DateTime' and 'Urls'.</Description>
88
<PackageId>Handlebars.Net.Helpers</PackageId>
99
<PackageTags>handlebars;mustache;helper;helpers;extensions;constants;collection;enumerable;system;environment;math;regex;datetime;string</PackageTags>
1010
<ProjectGuid>{fd1cf989-3f17-4f38-a5f4-edecc647d237}</ProjectGuid>

0 commit comments

Comments
 (0)