Skip to content

Commit

Permalink
Improve Update version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed Sep 5, 2023
1 parent 09cea93 commit 0d0de00
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Byter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Byter</PackageId>
<Version>1.2.0</Version>
<Version>2.0</Version>
<Authors>alec1o</Authors>
<Company>alec1o</Company>
<Copyright>alec1o</Copyright>
Expand All @@ -19,9 +19,11 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReleaseNotes>
+ Read Vector2 type
+ Write Vector2 type
+ Improve .NET standard 2.0 to 2.1
+ Add Float2 struct (Vector2)
+ Add Float3 struct (Vector3)
+ Add Float4 struct (Vector4 / Quaternion)
+ Downgrade .NET standard 2.1 to 2.0
+ New docs
</PackageReleaseNotes>
<Description>
Byte parse. Convert byte to object and object to byte
Expand Down

0 comments on commit 0d0de00

Please sign in to comment.