From 45e391febb73d5ab6fb9975bebd5da5d2173d546 Mon Sep 17 00:00:00 2001 From: Dirk Schuermans Date: Mon, 9 Aug 2021 21:11:40 +0200 Subject: [PATCH 1/2] Fixed typo in readme concerning IComparable JSon serializer Also added the Structural Analysis Format project to list of UnitsNet users --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a256f3a8..86fec371c7 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ JSON output: If you need to support deserializing into properties/fields of type `IComparable` instead of type `IQuantity`, then you can add ```c# -jsonSerializerSettings.Converters.Add(new UnitsNetIQuantityJsonConverter()); +jsonSerializerSettings.Converters.Add(new UnitsNetIComparableJsonConverter()); ``` **Important!** @@ -434,3 +434,15 @@ https://www.harringtonhoists.com
https://kito.com *- Luke Westfall, Design Automation Engineer* + +#### Structural Analysis Format - SDK project + + +> The Structural Analysis Format (SAF) has been created to allow structural engineering applications to exchange data using a straight forward and simple to understand format. +> While inspired by IFC, SAF has its benefits that it's **easily modifyable** by the end-user _(it's an xlsx file)_, **well documented** and **easy to understand**. +> UnitsNet is used by the SDK provided by SCIA to facilitate import / export between metric & imperial systems + +https://www.saf.guide +https://github.com/StructuralAnalysisFormat _(SDK will soon be available under this org. when it's ready, soon™)_ + +*- Dirk Schuermans, Software Engineer for [SCIA nv](https://www.scia.net)* From 0219618762c73d617be7a389ce7172cf618bf71c Mon Sep 17 00:00:00 2001 From: Dirk Schuermans Date: Wed, 11 Aug 2021 13:46:00 +0200 Subject: [PATCH 2/2] Update README.md updated github url to repository url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86fec371c7..4a7ec8335e 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,6 @@ https://kito.com > UnitsNet is used by the SDK provided by SCIA to facilitate import / export between metric & imperial systems https://www.saf.guide -https://github.com/StructuralAnalysisFormat _(SDK will soon be available under this org. when it's ready, soon™)_ +https://github.com/StructuralAnalysisFormat/StructuralAnalysisFormat-SDK *- Dirk Schuermans, Software Engineer for [SCIA nv](https://www.scia.net)*