Skip to content

Commit

Permalink
Attempting at Syncing the ReadMe Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
VeXHarbinger committed Feb 17, 2024
1 parent 1a2a214 commit 20c0b8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
11 changes: 9 additions & 2 deletions BlazorAnalytics/BlazorAnalytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
<Description>Simple Blazor component to push Event and page view data to the analytic services. </Description>
<Copyright>2024</Copyright>
<PackageProjectUrl>https://github.com/VeXHarbinger/BlazorAnalytics</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/VeXHarbinger/BlazorAnalytics</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>blazor, analytics, google-analytics, google-tag-manager, facebook-pixel, blazor-analytics, blazor-google-analytics, blazor-google-tag-manager,</PackageTags>
</PropertyGroup>

<PropertyGroup>
<ContinousIntergrationBuilds>true</ContinousIntergrationBuilds>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
Expand All @@ -31,6 +34,10 @@
</PropertyGroup>

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

Expand Down
31 changes: 0 additions & 31 deletions BlazorAnalytics/README.md

This file was deleted.

0 comments on commit 20c0b8b

Please sign in to comment.