.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.
- 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.
- GmodNET.API has full nullable annotations for all public types and interfaces now. Learn more about .NET nullable annotations here.
- 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
-
Download archive for your OS
-
Extract it to
garrysmod/lua/bin
folder
PRs since last release
- Update dev tools by @GlebChili in #115
- Updated .NET Runtime to 6.0.1 by @GlebChili in #117
- Use fixed runners OS version in CI by @GlebChili in #120
- Update .NET to version 6.0.2 by @GlebChili in #123
- Update .NET to version 6.0.3 by @GlebChili in #127
- Updated .NET Runtime to version 6.0.4 by @GlebChili in #130
- Ugrade to .NET 6.0.5 by @GlebChili in #133
- Update .NET to 6.0.6 by @GlebChili in #136
- [Experimental] Update to .NET 7 by @GlebChili in #125
- Retarget GmodNET.API to net6.0 tfm by @GlebChili in #140
- Null annotations and
in string
args by @GlebChili in #142
Full Changelog: 0.7.6...1.0.0