Skip to content

Commit 0cda884

Browse files
committed
Release 0.5.0
1 parent fced8e7 commit 0cda884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>0.5.0-preview</Version>
5+
<Version>0.5.0</Version>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
77
<Authors>Gleb Krasilich</Authors>
88
<Product>GmodNET API</Product>

gm_dotnet_managed/GmodNET/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ internal static IntPtr Main(IntPtr lua_base, int maj_ver, int min_ver, int misc_
151151

152152
lua.PushSpecial(SPECIAL_TABLES.SPECIAL_GLOB);
153153
lua.GetField(-1, "print");
154-
lua.PushString("GmodNET by Gleb Krasilich. Version " + 0 + "." + 5 + "." + 0);
154+
lua.PushString("GmodNET by Gleb Krasilich. Version " + 0 + "." + 5 + "." + 0 + " Buzuluk");
155155
lua.Call(1, 0);
156156
lua.Pop(1);
157157

0 commit comments

Comments
 (0)