Skip to content

Commit c96122f

Browse files
authored
Add NuGet package information (#6)
* Add Nuget package information * Add README to nupkg
1 parent c772ccd commit c96122f

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

Neolution.OrchardCoreModules.PageViewStats/Neolution.OrchardCoreModules.PageViewStats.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,26 @@
33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
55
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
6+
<Authors>Neolution AG</Authors>
7+
<Company>Neolution AG</Company>
8+
<Product>PageViewStats - An OrchardCore module by Neolution AG</Product>
9+
<Description>OrchardCore module to collect and analyze page views from your visitors</Description>
10+
<PackageProjectUrl>https://github.com/neolution-ch/Neolution.OrchardCoreModules.PageViewStats</PackageProjectUrl>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<PackageReadmeFile>README.md</PackageReadmeFile>
613
</PropertyGroup>
714

815
<ItemGroup>
916
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1017
</ItemGroup>
1118

19+
<ItemGroup>
20+
<None Include="README.md">
21+
<Pack>True</Pack>
22+
<PackagePath>\</PackagePath>
23+
</None>
24+
</ItemGroup>
25+
1226
<ItemGroup>
1327
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
1428
<PackageReference Include="OrchardCore.Admin" Version="1.3.0" />
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# PageViewStats
2+
3+
Just reference the NuGet package in your OrchardCore project and then activate it in the features of your backend.

0 commit comments

Comments
 (0)