Skip to content

Commit 73a55ce

Browse files
authored
Upgrade to version 1.0.0-rc; housekeeping
1 parent a3708b6 commit 73a55ce

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 - 2020 Gleb Krasilich
3+
Copyright (c) 2018 - 2023 Gleb Krasilich and GmodNET contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<Nullable>enable</Nullable>
66
<WarningsAsErrors>Nullable</WarningsAsErrors>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8-
<Product>GmodNET API</Product>
9-
<Description>GmodNET API library contains all necessary interfaces to write a GmodNET module.</Description>
8+
<Product>GmodNET.API</Product>
9+
<Description>GmodNET.API library contains all necessary interfaces to write a Gmod.NET module.</Description>
1010
<RepositoryUrl>https://github.com/GmodNET/GmodDotNet</RepositoryUrl>
1111
<RepositoryType>Git</RepositoryType>
1212
<PackageTags>garrysmod; GmodNET</PackageTags>
1313
<PackageProjectUrl>https://github.com/GmodNET/GmodDotNet</PackageProjectUrl>
1414
<PackageIcon>gmodnetlogo.png</PackageIcon>
1515
<Company>GmodNET</Company>
16-
<Copyright>Copyright (c) 2018 - 2021 Gleb Krasilich, GmodNET</Copyright>
16+
<Copyright>Copyright (c) 2018 - 2023 Gleb Krasilich, GmodNET</Copyright>
1717
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1818
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1919
<DebugType>Portable</DebugType>

gm_dotnet_managed/GmodNET/GmodNET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RepositoryType>Git</RepositoryType>
1313
<Company>GmodNET</Company>
1414
<Product>$(Description)</Product>
15-
<Copyright>Copyright (c) 2018 - 2021 Gleb Krasilich, GmodNET</Copyright>
15+
<Copyright>Copyright (c) 2018 - 2023 Gleb Krasilich, GmodNET</Copyright>
1616
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1717
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1818
<DebugType>Portable</DebugType>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"Version": "1.0.0-alpha.1",
2+
"Version": "1.0.0-rc",
33
"Codename": "Trubchevsk"
44
}

0 commit comments

Comments
 (0)