SA3D.Common 1.4.7

dotnet add package SA3D.Common --version 1.4.7
NuGet\Install-Package SA3D.Common -Version 1.4.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SA3D.Common" Version="1.4.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SA3D.Common --version 1.4.7
#r "nuget: SA3D.Common, 1.4.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SA3D.Common as a Cake Addin
#addin nuget:?package=SA3D.Common&version=1.4.7

// Install SA3D.Common as a Cake Tool
#tool nuget:?package=SA3D.Common&version=1.4.7

SA3D.Common

Code reused all throughout the SA3D Code Library.


Namespaces and their contents

Namespace Contents
SA3D.Common Various Utility Methods
SA3D.Common.Lookup 2-way pointer dictionaries for storing pairs with unique values and unique addresses
SA3D.Common.Ini Ini data de/serializer.
SA3D.Common.IO Data reader and writer, as well as Executable utilities.
SA3D.Common.Converters Various converters, mostly used in conjunction with Ini data.

Utility classes

Class Function
DistinctMap<T> For calculating and storing distinct values and an index mapping.
FlagHelper Flag values from 8 to 64 bits.
CollectionExtensions Collection utility methods.
MathHelper Various mathematical functionalities. Primarily contains angle related methods so far.
RegionMarker Used to define and check "regions" in a 1 dimensional sequence.
StringExtensions Various extensions for formatting and generating strings.

Releasing

!! Requires authorization via the X-Hax organisation

  1. Edit the version number in src/SA3D.Common/SA3D.Common.csproj; Example: <Version>1.0.0</Version><Version>2.0.0</Version>
  2. Commit the change but dont yet push.
  3. Tag the commit: git tag -a [version number] HEAD -m "Release version [version number]"
  4. Push with tags: git push --follow-tags

This will automatically start the Github Build and Publish workflow

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on SA3D.Common:

Package Downloads
SA3D.Texturing

Texture data handler

SA3D.Modeling

Reading, writing and processing library for Sonic Adventure models

SA3D.Archival

Archive encoding and decoding library

SA3D.SA2Event

Reading, writing and processing library for Sonic Adventure 2 event files.

SA3D.Rendering

OpenGL rendering library for SA3D libraries

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.7 93 4/7/2024
1.4.6 149 2/7/2024
1.4.5 144 1/26/2024
1.4.4 222 12/2/2023
1.4.3 255 11/23/2023
1.4.2 252 11/5/2023
1.4.1 98 11/5/2023
1.4.0 116 11/5/2023
1.3.4 118 11/5/2023
1.3.3 114 11/5/2023
1.3.2 117 11/5/2023
1.3.1 116 11/5/2023
1.3.0 116 11/4/2023
1.2.2 105 11/2/2023
1.2.1 135 10/29/2023
1.2.0 100 10/27/2023
1.1.0 143 10/22/2023
1.0.7 164 10/21/2023
1.0.6 127 10/21/2023
1.0.5 137 10/20/2023
1.0.4 121 10/20/2023
1.0.3 124 10/20/2023
1.0.1 127 10/18/2023
1.0.0 111 10/17/2023