Skip to content

Commit da178be

Browse files
committed
v3.4.0 - README updates
1 parent 3bbc03d commit da178be

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

BlazorBootstrap.Demo.RCL/Components/Pages/Layout/server/Layout_Server_Demo_01.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Sidebar2 Href="/"
1010
ImageSrc="https://demos.blazorbootstrap.com/images/logo/logo-white.svg"
1111
Title="Blazor Bootstrap"
12-
BadgeText="3.3.1"
12+
BadgeText="3.4.0"
1313
DataProvider="Sidebar2DataProvider"
1414
WidthUnit="Unit.Px" />
1515
</SidebarSection>

BlazorBootstrap.Demo.RCL/Components/Pages/Layout/webassembly/Layout_WebAssembly_Demo_01.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Sidebar2 Href="/"
1010
ImageSrc="https://demos.blazorbootstrap.com/images/logo/logo-white.svg"
1111
Title="Blazor Bootstrap"
12-
BadgeText="3.3.1"
12+
BadgeText="3.4.0"
1313
DataProvider="Sidebar2DataProvider"
1414
WidthUnit="Unit.Px" />
1515
</SidebarSection>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
## Install
4343

44-
Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.3.1`
44+
Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.4.0`
4545

4646
## Install Blazor Bootstrap templates
4747

nuget/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Get started any way you want
1919

2020
- Clone the repo: `git clone https://github.com/vikramlearning/blazorbootstrap.git`
21-
- Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.3.1`
21+
- Install with [NuGet](https://www.nuget.org/): `Install-Package Blazor.Bootstrap -Version 3.4.0`
2222
- Install [Blazor Bootstrap templates](https://github.com/vikramlearning/blazorbootstrap-project-templates) with **.NET CLI**: `dotnet new install Blazor.Bootstrap.Templates::1.10.0`
2323

2424
![image](https://user-images.githubusercontent.com/2337067/233800604-43986ae7-27dd-4f17-9af6-c2f1a6f07097.png)

0 commit comments

Comments
 (0)