Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Commit 9a82b3b

Browse files
committed
chore: finalize NuGet package
1 parent 2629cac commit 9a82b3b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageProjectUrl>https://github.com/SubnauticaModding/Nautilus</PackageProjectUrl>
77
<RepositoryUrl>https://github.com/SubnauticaModding/Nautilus</RepositoryUrl>
88
<RepositoryType>git</RepositoryType>
9-
<PackageTags>Subnautica Modding Library;Subnautica Modding API;Subnautica;Modding;Library;API</PackageTags>
9+
<PackageLicenseExpression>GPL-3.0-only</PackageLicenseExpression>
1010
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1111
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
1212
</PropertyGroup>

Nautilus/Nautilus.csproj

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,24 @@
1313
<Configurations>SN.STABLE;BZ.STABLE</Configurations>
1414
<Platforms>AnyCPU</Platforms>
1515
<Copyright>Copyright @ 2023 Subnautica Modding Community</Copyright>
16-
<Description>Core library for modding Subnautica.</Description>
1716
<PackageIcon>logo.png</PackageIcon>
1817
</PropertyGroup>
1918
<Import Project="..\Version.targets" />
2019
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'SN.STABLE|AnyCPU'">
2120
<OutputPath>bin\SN.STABLE\</OutputPath>
2221
<DefineConstants>SUBNAUTICA;SUBNAUTICA_STABLE</DefineConstants>
2322
<DocumentationFile>bin\SN.STABLE\Nautilus.xml</DocumentationFile>
23+
<Description>Core library for modding Subnautica.</Description>
24+
<PackageId>Subnautica.Nautilus</PackageId>
25+
<PackageTags>Nautilus;Subnautica Modding Library;Subnautica Modding API;Subnautica;SN1;Modding;Library;API</PackageTags>
2426
</PropertyGroup>
2527
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'BZ.STABLE|AnyCPU'">
2628
<OutputPath>bin\BZ.STABLE\</OutputPath>
2729
<DefineConstants>BELOWZERO;BELOWZERO_STABLE</DefineConstants>
2830
<DocumentationFile>bin\BZ.STABLE\Nautilus.xml</DocumentationFile>
31+
<Description>Core library for modding Subnautica: Below Zero.</Description>
32+
<PackageId>SubnauticaZero.Nautilus</PackageId>
33+
<PackageTags>Nautilus;Subnautica Below Zero Modding Library;Subnautica Below Zero Modding API;SubnauticaZero;BZ;Modding;Library;API</PackageTags>
2934
</PropertyGroup>
3035
<ItemDefinitionGroup>
3136
<PackageReference ExcludeAssets="runtime" />

0 commit comments

Comments
 (0)