File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
sources/BlazorReduxDevToolsExtension Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1- # BlazorReduxDevToolsExtension
1+ # Righthand. BlazorReduxDevToolsExtension
22
33[ ![ NuGet] ( https://img.shields.io/nuget/v/Righthand.BlazorReduxDevToolsExtension.svg )] ( https://www.nuget.org/packages/Righthand.BlazorReduxDevToolsExtension )
44
Original file line number Diff line number Diff line change 77 <BlazorLinkOnBuild >false</BlazorLinkOnBuild >
88 </PropertyGroup >
99
10+ <PropertyGroup >
11+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
12+ <PackageId >Righthand.BlazorReduxDevToolsExtension</PackageId >
13+ <Authors >Miha Markic</Authors >
14+ <Company >Righthand</Company >
15+ <Description >Blazor interop library for Redux DevTools extension.</Description >
16+ <PackageProjectUrl >https://github.com/MihaMarkic/Righthand.BlazorReduxDevToolsExtensionr</PackageProjectUrl >
17+ <PackageLicenseUrl >https://github.com/MihaMarkic/Righthand.BlazorReduxDevToolsExtension/blob/master/LICENSE</PackageLicenseUrl >
18+ <PackageTags >blazor redux-devtools-extension</PackageTags >
19+ <IncludeSymbols >false</IncludeSymbols >
20+ <GeneratePackageOnBuild >False</GeneratePackageOnBuild >
21+ <PackageReleaseNotes >See https://github.com/MihaMarkic/Righthand.BlazorReduxDevToolsExtension/blob/master/ReleaseNotes.md</PackageReleaseNotes >
22+ <Version >1.0.0-preview1</Version >
23+ </PropertyGroup >
24+
1025 <ItemGroup >
1126 <!-- .js/.css files will be referenced via <script>/<link> tags; other content files will just be included in the app's 'dist' directory without any tags referencing them -->
1227 <EmbeddedResource Include =" content\**\*.js" LogicalName =" blazor:js:%(RecursiveDir)%(Filename)%(Extension)" />
You can’t perform that action at this time.
0 commit comments