File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Razor" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
44 <TargetFramework >net8.0</TargetFramework >
55 <Nullable >enable</Nullable >
66 <ImplicitUsings >enable</ImplicitUsings >
77 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
88 <PackageId >BlazorFrame</PackageId >
9- <Version >1.2.0 </Version >
9+ <Version >1.2.1 </Version >
1010 <Description >A secure Blazor iFrame component with built-in origin validation and message security.</Description >
1111 <PackageProjectUrl >https://www.github.com/Tim-Maes/BlazorFrame</PackageProjectUrl >
1212 <PackageReadmeFile >README.md</PackageReadmeFile >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ protected override async Task OnAfterRenderAsync(bool firstRender)
6868 {
6969 module = await JSRuntime . InvokeAsync < IJSObjectReference > (
7070 "import" ,
71- "/_content/BlazorFrame/BlazorFrame.js" ) ;
71+ "/_content/BlazorFrame/js/ BlazorFrame.js" ) ;
7272 objRef = DotNetObjectReference . Create ( this ) ;
7373
7474 await module . InvokeVoidAsync (
File renamed without changes.
You can’t perform that action at this time.
0 commit comments