File tree Expand file tree Collapse file tree
Neolution.OrchardCoreModules.PageViewStats Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 1+ # PageViewStats
2+
3+ Just reference the NuGet package in your OrchardCore project and then activate it in the features of your backend.
You can’t perform that action at this time.
0 commit comments