@@ -30,10 +30,10 @@ New units will be backported to `maintenance/v5` until v6 becomes stable.
3030* [ Precision and Accuracy] ( #precision-and-accuracy )
3131* [ Serialize to JSON, XML and more] ( #serialize-to-json-xml-and-more )
3232* [ Want To Contribute?] ( #want-to-contribute )
33+ * [ Units.NET on other platforms] ( #unitsnet-on-other-platforms )
3334* [ Continuous Integration] ( #continuous-integration )
3435* [ Who are Using This?] ( #who-are-using-unitsnet )
3536* [ Top Usages by GitHub Repos] ( #top-usages-by-gitHub-repos )
36- * [ Units.NET on other platforms] ( #unitsnet-on-other-platforms )
3737
3838### Installing via NuGet
3939
@@ -462,6 +462,19 @@ Read the wiki on [Serializing to JSON, XML and more](https://github.com/angulars
462462* [Adding a New Unit ](https :// github.com/angularsen/UnitsNet/wiki/Adding-a-New-Unit) is fairly easy to do and we are happy to help.
463463* Want a new feature or to report a bug ? [Create an issue ](https :// github.com/angularsen/UnitsNet/issues/new/choose) or start a [discussion](https://github.com/angularsen/UnitsNet/discussions).
464464
465+
466+ ### Units.NET on other platforms
467+
468+ Get the same strongly typed units on other platforms , based on the same [unit definitions ](/ Common / UnitDefinitions ).
469+
470+ | Language | Name | Package | Repository | Maintainers |
471+ | ---------------------------- | ------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------ - | -------------- |
472+ | JavaScript / < br > TypeScript | unitsnet - js | [npm ](https :// www.npmjs.com/package/unitsnet-js) | [github](https://github.com/haimkastner/unitsnet-js) | @haimkastner |
473+ | Python | unitsnet - py | [pypi ](https :// pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |
474+ | Golang | unitsnet - go | [pkg .go .dev ](https :// pkg.go.dev/github.com/haimkastner/unitsnet-go) | [github](https://github.com/haimkastner/unitsnet-go) | @haimkastner |
475+ | .NET nanoFramework | nanoFramework .UnitsNet | [nuget ](https :// www.nuget.org/packages/nanoFramework.UnitsNet.Acceleration/) | [github](https://github.com/nanoframework/nanoFramework.UnitsNet) | @josesimoes |
476+
477+
465478### Continuous Integration
466479
467480[Azure DevOps ](https :// dev.azure.com/unitsnet/Units.NET/) performs the following:
@@ -576,13 +589,3 @@ Produced with [ghtopdep](https://github.com/github-tooling/ghtopdep).
576589| https :// github.com/BriefFiniteElementNet/BriefFiniteElement.Net | 156 |
577590| https :// github.com/WhiteBlackGoose/UnitsOfMeasure | 59 |
578591| https :// github.com/pi-top/pi-top-4-.NET-SDK | 50 |
579-
580- ### Units.NET on other platforms
581-
582- Get the same strongly typed units on other platforms , based on the same [unit definitions ](/ Common / UnitDefinitions ).
583-
584- | Language | Name | Package | Repository | Maintainers |
585- | ---------------------------- | ------------ - | -------------------------------------------------------------------- - | ------------------------------------------------------ | -------------- |
586- | JavaScript / < br > TypeScript | unitsnet - js | [npm ](https :// www.npmjs.com/package/unitsnet-js) | [github](https://github.com/haimkastner/unitsnet-js) | @haimkastner |
587- | Python | unitsnet - py | [pypi ](https :// pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |
588- | Golang | unitsnet - go | [pkg .go .dev ](https :// pkg.go.dev/github.com/haimkastner/unitsnet-go) | [github](https://github.com/haimkastner/unitsnet-go) | @haimkastner |
0 commit comments