Skip to content

Gmod.NET 1.0.0 (Codename Trubchevsk)

Latest
Compare
Choose a tag to compare
@GlebChili GlebChili released this 25 Jan 22:45
· 2 commits to release-1.0 since this release
fa9c86f

.NET Version

.NET 7.0.2 (with ASP.NET Core 7.0.2)

Release Notes

This is the first stable release of Gmod.NET! Our API is now battle-tested and used by many Garry's Mod community developers.

  1. Gmod.NET Runtime is now built on top of .NET 7. It means that you can run both .NET 6 and .NET 7 modules with Gmod.NET 1.0.0.
  2. GmodNET.API has full nullable annotations for all public types and interfaces now. Learn more about .NET nullable annotations here.
  3. Gmod.NET runtime was made more stable, which means that you are not going to see some obscure NullReferenceException errors any more.

You can check the full list of changes here.

Installation

  1. Download archive for your OS

  2. Extract it to garrysmod/lua/bin folder

PRs since last release

Full Changelog: 0.7.6...1.0.0