Skip to content

Commit

Permalink
Updated to version 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin113D committed Dec 2, 2023
1 parent b66f503 commit f033dc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/SA3D.Common/PublicAPI/net7.0/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ 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
Expand All @@ -256,6 +255,7 @@ SA3D.Common.IO.EndianStackReader.Slice(uint address) -> System.ReadOnlySpan<byte
SA3D.Common.IO.EndianStackReader.Slice(uint address, int length) -> System.ReadOnlySpan<byte>
SA3D.Common.IO.EndianStackReader.Source.get -> System.ReadOnlySpan<byte>
SA3D.Common.IO.EndianStackReader.TryReadPointer(uint address, out uint pointer) -> bool
SA3D.Common.IO.EndianStackReader.~EndianStackReader() -> void
SA3D.Common.IO.EndianStackWriter
SA3D.Common.IO.EndianStackWriter.Align(uint size) -> void
SA3D.Common.IO.EndianStackWriter.AlignFrom(uint size, uint start) -> void
Expand Down Expand Up @@ -346,6 +346,7 @@ SA3D.Common.RegionMarker<T>
SA3D.Common.RegionMarker<T>.HasValue(uint from, uint to, T value) -> bool
SA3D.Common.RegionMarker<T>.MarkRegion(uint from, uint to, T value) -> void
SA3D.Common.RegionMarker<T>.RegionMarker() -> void
SA3D.Common.RegionMarker<T>.RegionMarker(T defaultValue) -> void
SA3D.Common.StringExtensions
static readonly SA3D.Common.MathHelper.BAMS2Deg -> float
static readonly SA3D.Common.MathHelper.BAMS2Rad -> float
Expand Down
2 changes: 1 addition & 1 deletion src/SA3D.Common/PublicAPI/net7.0/PublicAPI.Unshipped.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SA3D.Common.RegionMarker<T>.RegionMarker(T defaultValue) -> 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.3</Version>
<Version>1.4.4</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 f033dc5

Please sign in to comment.