Skip to content

Commit 068efb1

Browse files
committed
Update common.csproj
1 parent 1d16fb7 commit 068efb1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

common/common.csproj

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@
77
<RootNamespace>comroid.common</RootNamespace>
88
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
99
<Version>0.1.0</Version>
10-
<Title>Common C# Utilities</Title>
10+
<Title>Common C# Utilities used by comroid Projects</Title>
1111
<Authors>comroid</Authors>
1212
<AssemblyVersion>0.1.0</AssemblyVersion>
1313
<TargetFramework>net6.0</TargetFramework>
1414
<LangVersion>preview</LangVersion>
15+
<PackageId>comroid.csapi.common</PackageId>
16+
<PackageProjectUrl>https://github.com/comroid-git/csapi</PackageProjectUrl>
17+
<PackageLicenseUrl>https://github.com/comroid-git/csapi/blob/main/LICENSE</PackageLicenseUrl>
18+
<RepositoryUrl>https://github.com/comroid-git/csapi</RepositoryUrl>
19+
<RepositoryType>git</RepositoryType>
1520
</PropertyGroup>
1621

1722
<ItemGroup>

0 commit comments

Comments
 (0)