Skip to content

Commit

Permalink
nuget pkg update & new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-merkle committed Mar 8, 2024
1 parent 65b2915 commit 33a2d27
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = jjm.one.Serilog.Extensions.Logging.Helpers
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.2.4
PROJECT_NUMBER = 2.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.2.4</Version>
<Version>2.0.0</Version>
<Authors>Jonas Merkle [JJM]</Authors>
<Copyright>© by Jonas Merkle [JJM], 2024.</Copyright>
<RootNamespace>jjm.one.Serilog.Extensions.Logging.Helpers.Tests</RootNamespace>
Expand All @@ -30,14 +30,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.6.5" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.6">
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0">
<PackageReference Include="coverlet.collector" Version="6.0.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netstandard2.0;netstandard2.1;net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.2.4</Version>
<Version>2.0.0</Version>
<Authors>Jonas Merkle [JJM] </Authors>
<Copyright>© by Jonas Merkle [JJM], 2024.</Copyright>
<PackageId>jjm.one.Serilog.Extensions.Logging.Helpers</PackageId>
Expand All @@ -15,7 +15,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/jjm.one/jjm-one.Serilog.Extensions.Logging.Helpers.git</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageLicenseFile>COPYING.LESSER.txt</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>jjm.one.Serilog.Extensions.Logging.Helpers.SignKey.snk</AssemblyOriginatorKeyFile>
Expand All @@ -31,9 +31,13 @@
<DocumentationFile>.\jjm.one.Serilog.Extensions.Logging.Helpers.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
<None Include="..\..\COPYING.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\COPYING.LESSER.txt">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
Expand Down

0 comments on commit 33a2d27

Please sign in to comment.