Skip to content

Commit 1963607

Browse files
committed
2.5.0
1 parent 81509b4 commit 1963607

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# 2.5.0-preview-01 (22 March 2025)
1+
# 2.5.0 (22 April 2025)
22
- [#112](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/112) - Update System.Linq.Dynamic.Core to version 1.6.0.2 [bug, dependencies] contributed by [StefH](https://github.com/StefH)
33
- [#123](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/123) - Update GitHub Actions CreateRelease.yml to auto generate release notes [enhancement] contributed by [StefH](https://github.com/StefH)
44
- [#125](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/125) - Implement default AllowedHandlebarsHelpers [bug] contributed by [StefH](https://github.com/StefH)
5+
- [#127](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/127) - Add Example WebAssembly based on Abies [Test] contributed by [StefH](https://github.com/StefH)
56

67
# 2.4.13 (01 March 2025)
78
- [#122](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/122) - Adding compare helpers to the Object helpers [enhancement] contributed by [fabianosuet](https://github.com/fabianosuet)

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.5.0-preview-01
3+
SET version=2.5.0
44

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

src/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;net46;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
8-
<VersionPrefix>2.5.0-preview-01</VersionPrefix>
8+
<VersionPrefix>2.5.0</VersionPrefix>
99
<LangVersion>12</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Copyright>Copyright © 2020-2025 Stef Heyenrath</Copyright>

0 commit comments

Comments
 (0)