Skip to content

Commit

Permalink
Add NuGet package information (#6)
Browse files Browse the repository at this point in the history
* Add Nuget package information
* Add README to nupkg
  • Loading branch information
neoscie authored Nov 28, 2022
1 parent c772ccd commit c96122f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,26 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<Authors>Neolution AG</Authors>
<Company>Neolution AG</Company>
<Product>PageViewStats - An OrchardCore module by Neolution AG</Product>
<Description>OrchardCore module to collect and analyze page views from your visitors</Description>
<PackageProjectUrl>https://github.com/neolution-ch/Neolution.OrchardCoreModules.PageViewStats</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="10.0.1" />
<PackageReference Include="OrchardCore.Admin" Version="1.3.0" />
Expand Down
3 changes: 3 additions & 0 deletions Neolution.OrchardCoreModules.PageViewStats/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PageViewStats

Just reference the NuGet package in your OrchardCore project and then activate it in the features of your backend.

0 comments on commit c96122f

Please sign in to comment.