From 173dba8b6801bbdf69dbc9b969f02f0ac9aafb09 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Tue, 13 Apr 2021 23:40:38 +0700 Subject: [PATCH] Fix markdown title problem with Fake version number helper --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2703fb62..568754ea 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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.