Skip to content

Commit 47435c0

Browse files
authored
Update README on v6
1 parent 3e92fee commit 47435c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ Add strongly typed quantities to your code and get merrily on with your life.
88

99
No more magic constants found on Stack Overflow, no more second-guessing the unit of parameters and variables.
1010

11+
### Changes
12+
ℹ️ The `master` branch now targets v6, but it is still in pre-release.
13+
New units will be backported to `maintenance/v5` until v6 becomes stable.
14+
15+
[Upgrading from 5.x to 6.x](https://github.com/angularsen/UnitsNet/wiki/Upgrading-from-5.x-to-6.x)<br>
1116
[Upgrading from 4.x to 5.x](https://github.com/angularsen/UnitsNet/wiki/Upgrading-from-4.x-to-5.x)<br>
12-
[Upgrading from 5.x to 6.x](https://github.com/angularsen/UnitsNet/wiki/Upgrading-from-5.x-to-6.x) (still in prerelease and may yet change)
1317

1418
### Overview
1519

@@ -513,4 +517,4 @@ Get the same strongly typed units on other platforms, based on the same [unit de
513517
|----------------------------|-------------|---------------------------------------------------------------------|------------------------------------------------------|--------------|
514518
| JavaScript /<br>TypeScript | unitsnet-js | [npm](https://www.npmjs.com/package/unitsnet-js) | [github](https://github.com/haimkastner/unitsnet-js) | @haimkastner |
515519
| Python | unitsnet-py | [pypi](https://pypi.org/project/unitsnet-py) | [github](https://github.com/haimkastner/unitsnet-py) | @haimkastner |
516-
| Golang | unitsnet-go | [pkg.go.dev](https://pkg.go.dev/github.com/haimkastner/unitsnet-go) | [github](https://github.com/haimkastner/unitsnet-go) | @haimkastner |
520+
| 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

Comments
 (0)