File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >net6.0</TargetFramework >
5
5
<Nullable >enable</Nullable >
6
+ <GenerateDocumentationFile >True</GenerateDocumentationFile >
7
+ <Description >PosInformatique.Logging.Assertions is a library to mock and assert easily the logs generated by the ILogger interface.</Description >
8
+ <PackageIcon >Icon.jpg</PackageIcon >
9
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10
+ <PackageProjectUrl >https://github.com/PosInformatique/PosInformatique.Logging.Assertions</PackageProjectUrl >
11
+ <PackageReadmeFile >README.md</PackageReadmeFile >
12
+ <PackageReleaseNotes >
13
+ 1.0.1
14
+ - Various fixes for the NuGet package description.
15
+
16
+ 1.0.0
17
+ - Initial version
18
+ </PackageReleaseNotes >
19
+ <PackageTags >logger log fluent unittest assert assertions logging mock</PackageTags >
6
20
</PropertyGroup >
7
21
22
+ <ItemGroup >
23
+ <Content Include =" Icon.jpg" />
24
+ </ItemGroup >
25
+
8
26
<ItemGroup >
9
27
<PackageReference Include =" FluentAssertions" Version =" 6.0.0" />
10
28
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6.0.0" />
11
29
</ItemGroup >
12
30
31
+ <ItemGroup >
32
+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
33
+ </ItemGroup >
34
+
35
+ <ItemGroup >
36
+ <None Update =" Icon.jpg" >
37
+ <Pack >True</Pack >
38
+ <PackagePath >\</PackagePath >
39
+ </None >
40
+ </ItemGroup >
41
+
13
42
</Project >
You can’t perform that action at this time.
0 commit comments