Resonite.GameLibs
2025.9.23.12372
dotnet add package Resonite.GameLibs --version 2025.9.23.12372
NuGet\Install-Package Resonite.GameLibs -Version 2025.9.23.12372
<PackageReference Include="Resonite.GameLibs" Version="2025.9.23.12372" />
<PackageVersion Include="Resonite.GameLibs" Version="2025.9.23.12372" />
<PackageReference Include="Resonite.GameLibs" />
paket add Resonite.GameLibs --version 2025.9.23.12372
#r "nuget: Resonite.GameLibs, 2025.9.23.12372"
#:package Resonite.GameLibs@2025.9.23.12372
#addin nuget:?package=Resonite.GameLibs&version=2025.9.23.12372
#tool nuget:?package=Resonite.GameLibs&version=2025.9.23.12372
Resonite.GameLibs
Stripped reference assemblies for the Resonite platform.
Features
- Reference assemblies stripped of implementation details
- Non-publicized assemblies for internal API access
- Elements.Quantity built from a patched fork to remove the unused ExtensionAttribute class that causes warnings (PR)
- Includes PDB files for debugging support
- Includes XML documentation files
- Automatically generated and updated via GitHub Actions
Version Information
This package is automatically updated to match the latest Resonite platform version.
Version Numbering
The package version follows Resonite's version with an additional patch digit for package-specific updates:
- Resonite version:
2025.9.23.1237
- Package version:
2025.9.23.12371
or2025.9.23.123711
The last 1-2 digits are reserved for patches to this package. Since the package is generated automatically, adjustments may be needed for issues like:
- Fixing packaging errors
- Updating exclude patterns
- Addressing assembly reference issues
- Other package-specific corrections
This allows us to release fixes without waiting for a new Resonite update.
Usage
Add this package to your project to reference Resonite assemblies without requiring the full game installation.
For best IDE experience, configure your project to prefer local references when available (for better decompilation support) and fall back to this package otherwise:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
...
<GamePath Condition="'$(ResonitePath)' != ''">$(ResonitePath)/</GamePath>
<GamePath Condition="Exists('$(MSBuildProgramFiles32)\Steam\steamapps\common\Resonite\')">$(MSBuildProgramFiles32)\Steam\steamapps\common\Resonite\</GamePath>
<GamePath Condition="Exists('$(HOME)/.steam/steam/steamapps/common/Resonite/')">$(HOME)/.steam/steam/steamapps/common/Resonite/</GamePath>
</PropertyGroup>
<ItemGroup>
...
</ItemGroup>
<ItemGroup Condition="!Exists('$(GamePath)')">
<PackageReference Include="Resonite.GameLibs" Version="2025.*" />
</ItemGroup>
<ItemGroup Condition="Exists('$(GamePath)')">
<Reference Include="FrooxEngine">
<HintPath>$(GamePath)FrooxEngine.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Elements.Core">
<HintPath>$(GamePath)Elements.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Renderite.Shared">
<HintPath>$(GamePath)Renderite.Shared.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</Project>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2025.9.23.12372 | 94 | 9/27/2025 |
2025.9.23.12371 | 170 | 9/25/2025 |
2025.9.23.1237 | 199 | 9/23/2025 |
2025.9.12.1173 | 146 | 9/12/2025 |
2025.9.2.430 | 455 | 9/2/2025 |
2025.9.1.1178 | 150 | 9/1/2025 |
2025.9.1.748 | 150 | 9/1/2025 |
2025.8.27.954 | 224 | 8/27/2025 |
2025.8.26.946 | 209 | 8/26/2025 |