Skip to content

Commit

Permalink
- update nuget version in spec, update doc about XmlSerialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaygekht committed Mar 15, 2021
1 parent 76fc639 commit 7b778f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ You can then manipulate this value using C# operator, format them or convert it

The class fully supports serialization using `System.Text.Json` and `Binaron.Serializer` (see https://github.com/zachsaw/Binaron.Serializer).
`XmlSerializer` cannot be implemented for a readonly structures without introducing of non-safe code. Please refer to tests for an example
how to implement an XML serialization.
how to implement an XML serialization
(https://github.com/gehtsoft-usa/Gehtsoft.Measurements/blob/76fc639a657186dc91615839ca9ded4c14af7bc2/Gehtsoft.Measurements.Test/CoreClassesTest.cs#L181).

Read more on http://docs.gehtsoftusa.com/Gehtsoft.Measurements/web-content.html#index.html

Expand Down
2 changes: 1 addition & 1 deletion nuget/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<nuget xmlns="http://www.gehtsoft.com/build/nuget">
<!-- versions. the FIRST version is the current -->
<versions>
<version id="1.1.0">Add xml doc</version>
<version id="1.1.10">Make structure read-only, add XML doc to nuget package, add slope % to angular, remove direct XmlSerializer support</version>
</versions>
<properties>
<owner>Gehtsoft</owner>
Expand Down

0 comments on commit 7b778f3

Please sign in to comment.