Skip to content

Commit

Permalink
Fix markdown title problem with Fake version number helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Apr 13, 2021
1 parent 32a8b0b commit 173dba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### 0.10.0 April 13 2021 ####
* [Add a generic cross platform serialization support](https://github.com/akkadotnet/Hyperion/pull/208)

## Cross platform serialization
# Cross platform serialization

You can now address any cross platform package serialization differences by providing a list of package name transformation lambda function into the `SerializerOptions` constructor. The package name will be passed into the lambda function before it is deserialized, and the result of the string transformation is used for deserialization instead of the original package name.

Expand Down

0 comments on commit 173dba8

Please sign in to comment.