Skip to content

Commit da4ee36

Browse files
authored
Merge pull request #724 from sys27/update-verison
xFunc 4.4.0
2 parents d957811 + 5db1e57 commit da4ee36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/articles/breaking-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## xFunc 4.4.0 (dev)
1+
## xFunc 4.4.0
22

33
* The `Helpers` class is removed from the public API (see [#698](https://github.com/sys27/xFunc/pull/698)).
44
* `LambdaExpression` doesn't capture context on `Execute` this code moved to `CallExpression` (see [#704](https://github.com/sys27/xFunc/issues/704)).

docs/articles/change-log.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog
22

3-
## xFunc v4.4.0 (dev)
3+
## xFunc v4.4.0
44

55
* [#680](https://github.com/sys27/xFunc/issues/680) - Remove Moq. ([#651](https://github.com/sys27/xFunc/pull/651)).
66
* [#688](https://github.com/sys27/xFunc/issues/688) - DocFx Documentation.

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "4.4.0-preview.{height}",
3+
"version": "4.4.0",
44
"assemblyVersion": {
55
"precision": "revision"
66
},

0 commit comments

Comments
 (0)