This repository was archived by the owner on May 13, 2023. It is now read-only.
Commit 9a82b3b 1 parent 2629cac commit 9a82b3b Copy full SHA for 9a82b3b
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
<PackageProjectUrl >https://github.com/SubnauticaModding/Nautilus</PackageProjectUrl >
7
7
<RepositoryUrl >https://github.com/SubnauticaModding/Nautilus</RepositoryUrl >
8
8
<RepositoryType >git</RepositoryType >
9
- <PackageTags >Subnautica Modding Library;Subnautica Modding API;Subnautica;Modding;Library;API</ PackageTags >
9
+ <PackageLicenseExpression >GPL-3.0-only</ PackageLicenseExpression >
10
10
<AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
11
11
<AppendRuntimeIdentifierToOutputPath >false</AppendRuntimeIdentifierToOutputPath >
12
12
</PropertyGroup >
Original file line number Diff line number Diff line change 13
13
<Configurations >SN.STABLE;BZ.STABLE</Configurations >
14
14
<Platforms >AnyCPU</Platforms >
15
15
<Copyright >Copyright @ 2023 Subnautica Modding Community</Copyright >
16
- <Description >Core library for modding Subnautica.</Description >
17
16
<PackageIcon >logo.png</PackageIcon >
18
17
</PropertyGroup >
19
18
<Import Project =" ..\Version.targets" />
20
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'SN.STABLE|AnyCPU'" >
21
20
<OutputPath >bin\SN.STABLE\</OutputPath >
22
21
<DefineConstants >SUBNAUTICA;SUBNAUTICA_STABLE</DefineConstants >
23
22
<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 >
24
26
</PropertyGroup >
25
27
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'BZ.STABLE|AnyCPU'" >
26
28
<OutputPath >bin\BZ.STABLE\</OutputPath >
27
29
<DefineConstants >BELOWZERO;BELOWZERO_STABLE</DefineConstants >
28
30
<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 >
29
34
</PropertyGroup >
30
35
<ItemDefinitionGroup >
31
36
<PackageReference ExcludeAssets =" runtime" />
You can’t perform that action at this time.
0 commit comments