Skip to content

Commit

Permalink
Updated to version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin113D committed Nov 5, 2023
1 parent 08c7fe7 commit 074d936
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/SA3D.Common/PublicAPI/net7.0/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,10 @@ SA3D.Common.IO.EndianStack.EndianStack(bool bigEndian) -> void
SA3D.Common.IO.EndianStack.PopEndian() -> void
SA3D.Common.IO.EndianStack.PushBigEndian(bool bigEndian) -> void
SA3D.Common.IO.EndianStackReader
SA3D.Common.IO.EndianStackReader.~EndianStackReader() -> void
SA3D.Common.IO.EndianStackReader.CheckBigEndian16(uint address) -> bool
SA3D.Common.IO.EndianStackReader.CheckBigEndian32(uint address) -> bool
SA3D.Common.IO.EndianStackReader.Dispose() -> void
SA3D.Common.IO.EndianStackReader.EndianStackReader(byte[]! source, uint imageBase = 0, bool bigEndian = false) -> void
SA3D.Common.IO.EndianStackReader.ImageBase.get -> uint
SA3D.Common.IO.EndianStackReader.ImageBase.set -> void
Expand Down
3 changes: 1 addition & 2 deletions src/SA3D.Common/PublicAPI/net7.0/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
SA3D.Common.IO.EndianStackReader.Dispose() -> void
SA3D.Common.IO.EndianStackReader.~EndianStackReader() -> void

2 changes: 1 addition & 1 deletion src/SA3D.Common/SA3D.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Title>SA3D Common Library</Title>
<Product>SA3D Common Library</Product>
<Description>Reused code in the SA3D API.</Description>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<RepositoryUrl>https://github.com/X-Hax/SA3D.Common</RepositoryUrl>
<PackageProjectUrl>https://github.com/X-Hax/SA3D.Common</PackageProjectUrl>
<PackageId>SA3D.Common</PackageId>
Expand Down

0 comments on commit 074d936

Please sign in to comment.