Skip to content

Commit 424f5ce

Browse files
committed
Updated release notes
1 parent 59cafc6 commit 424f5ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Synercoding.Primitives/PackageDetails.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@
1010
<Product>Synercoding.Primitives</Product>
1111
<Title>Synercoding.Primitives</Title>
1212
<Description>Primitives with types attached (think mm, cm, in, px) that can be used for 2D graphics.</Description>
13-
<PackageReleaseNotes>Initial alpha release.</PackageReleaseNotes>
13+
<PackageReleaseNotes>- Removed implicit double conversion, to easy to make a mistake with the wrong unit type
14+
- Added equality and inequality operators to all structs
15+
- Added multiple target-frameworks
16+
- Added multiplication operator for Value on other side
17+
- Renamed UnitValue to Value
18+
- Fixed a few nullability warnings</PackageReleaseNotes>
1419
</PropertyGroup>
1520

1621
</Project>

0 commit comments

Comments
 (0)