Skip to content

Commit

Permalink
Update common.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed May 7, 2023
1 parent 1d16fb7 commit 068efb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion common/common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@
<RootNamespace>comroid.common</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.1.0</Version>
<Title>Common C# Utilities</Title>
<Title>Common C# Utilities used by comroid Projects</Title>
<Authors>comroid</Authors>
<AssemblyVersion>0.1.0</AssemblyVersion>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>preview</LangVersion>
<PackageId>comroid.csapi.common</PackageId>
<PackageProjectUrl>https://github.com/comroid-git/csapi</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/comroid-git/csapi/blob/main/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/comroid-git/csapi</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 068efb1

Please sign in to comment.