Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2023-03-14)

### Bug Fixes

* Issues when the error type does not exist ([93fa697](93fa697))

### Features

* Added support to serialize and deserialize custom erros ([b69d0bd](b69d0bd))
* Added support to serialize and deserialize erros using `System.Text.Json` ([652efe2](652efe2))
* Added support to serialize/deserialize `VoidResult` using `System.Text.Json` ([d209da3](d209da3))
* Added support to serialize/deserialize ValueResult using `System.Text.Json` ([cd7c082](cd7c082))
  • Loading branch information
semantic-release-bot committed Mar 14, 2023
1 parent 5a02104 commit 7e40bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerUtils.Results.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<AssemblyName>PowerUtils.Results</AssemblyName>
<RootNamespace>PowerUtils.Results</RootNamespace>

<Version>2.7.0</Version>
<Version>2.8.0</Version>

<PackageOutputPath>bin\</PackageOutputPath>
</PropertyGroup>
Expand Down

0 comments on commit 7e40bf1

Please sign in to comment.