Skip to content

Commit

Permalink
make v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
windperson committed Aug 23, 2022
1 parent ecf0a78 commit fae9ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version Condition=" '$(Version)'=='' ">1.0.1-beta2</Version>
<Version Condition=" '$(Version)'=='' ">1.0.1</Version>
<PackageReleaseNotes>1.0.1 :
&#xD;&#xA; 1. Add README.md file in nuget package.
&#xD;&#xA; 2. Add Blazor Hybrid on WPF example.
Expand Down
2 changes: 1 addition & 1 deletion src/GranDen.Blazor.Bootstrap.SwitchButton/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ After install nuget, you must add CSS reference in hosting html file in you proj
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="css/app.css" rel="stylesheet" />

<!-- Be sure to add component bundled css -->
<! -- Be sure to add component bundled css -- >
<link rel="stylesheet" href="_content/GranDen.Blazor.Bootstrap.SwitchButton/css/bootstrap-switch-button.min.css" />

<link href="BlazorWasmAppDemo.Client.styles.css" rel="stylesheet" />
Expand Down

0 comments on commit fae9ac5

Please sign in to comment.