Skip to content

Commit

Permalink
tweak packageid & tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Dec 30, 2023
1 parent 73b779a commit 65bbc3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Serilog/Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<Description>Simple .NET logging with fully-structured events</Description>
<Authors>Serilog Contributors;Twinki14</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>serilog;logging;semantic;structured</PackageTags>
<PackageTags>serilog;logging;semantic;structured;fivem;cfx-extensions</PackageTags>
<PackageIcon>icon.png</PackageIcon>
<PackageId>CitizenFX.Extensions.Client.Serilog</PackageId>
<PackageProjectUrl>https://github.com/Twinki14/CitizenFX.Extensions.Client.Serilog/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<TreatSpecificWarningsAsErrors />
<TargetFramework>net452</TargetFramework>
<AssemblyName>CitizenFX.Extensions.Client.Serilog</AssemblyName>
<RootNamespace>Serilog</RootNamespace>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net452' ">
Expand Down

0 comments on commit 65bbc3c

Please sign in to comment.