Skip to content

Commit

Permalink
add package details
Browse files Browse the repository at this point in the history
  • Loading branch information
zlangner committed Sep 15, 2023
1 parent 5bad1b6 commit 0499b1c
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,27 @@
<TargetFrameworks>net48;netstandard2.0;net6.0</TargetFrameworks>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Copyright></Copyright>
<Copyright>Copyright (c) Zach Langner 2023</Copyright>
<Version>0.0.1</Version>
<RepositoryType>Git</RepositoryType>
<Description>A collection of methods to make verifying log messages easier.</Description>
<Authors>Zach Langner</Authors>
<AssemblyName>NSubstitute.Community.Logging</AssemblyName>
<PackageId>NSubstitute.Community.Logging</PackageId>
<Description>NSubstitute.Community.Logging lets you easily assert that specific logging took place. All you need is any NSubstitute created ILogger to get started.</Description>
<PackageTags>mocking;mocks;testing;unit-testing;TDD;AAA;logging</PackageTags>
<PackageProjectUrl>https://github.com/zlangner/NSubstitute.Community.Logging/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/zlangner/NSubstitute.Community.Logging/</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<InternalsVisibleTo Include="$(AssemblyName).Test" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
Expand Down

0 comments on commit 0499b1c

Please sign in to comment.