Skip to content

Commit

Permalink
2.4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurioli committed May 8, 2024
1 parent ec1fff4 commit cbecd8b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
Binary file removed Blazor.WebForm.Components.2.4.0.9.nupkg
Binary file not shown.
Binary file added Blazor.WebForm.Components.2.4.1.nupkg
Binary file not shown.
4 changes: 2 additions & 2 deletions Blazor.WebForm.Components/Blazor.WebForm.Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>Blazor.WebForm.Components.pfx</AssemblyOriginatorKeyFile>
<Version>2.4.0.9</Version>
<Version>2.4.1.0</Version>
<RootNamespace>asp</RootNamespace>
<Copyright>Jurio li</Copyright>
<AssemblyName>Blazor.WebForm.Components</AssemblyName>
Expand All @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Applied" Version="1.2.1.8" />
<PackageReference Include="Blazor.WebForm.UI" Version="2.4.0.9" />
<PackageReference Include="Blazor.WebForm.UI" Version="2.4.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.4" />
</ItemGroup>

Expand Down
13 changes: 13 additions & 0 deletions Blazor.WebForm.Components/Wizard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,19 @@
}
}

[Parameter]
public WizardSideBarPosition SideBarPosition
{
get
{
return this.Control.SideBarPosition;
}
set
{
this.Control.SideBarPosition = value;
}
}

[Parameter]
public WizardNavigationEventHandler OnFinishButtonClick
{
Expand Down

0 comments on commit cbecd8b

Please sign in to comment.