File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Check out the [Demo Page](https://blazorwebmaterial.lukevo.com/) for the impleme
55![ Demo Page Screenshot] ( https://github.com/datvm/BlazorMaterialWeb/assets/6388546/a33300f2-8af6-4532-ade9-0d53890ae97a )
66
77- [ Demo Page] ( https://blazorwebmaterial.lukevo.com/ )
8- - [ Nuget Package] ( https://www.nuget.org/packages/BlazorMaterialWeb/ )
8+ - Nuget Package: [ Core ] ( https://www.nuget.org/packages/BlazorMaterialWeb/ ) + [ Bundled ] ( https://www.nuget.org/packages/BlazorMaterialWeb.Bundled )
99- [ Bundled ESM Module] ( https://github.com/datvm/material-web )
1010- [ Roadmap] ( #roadmap )
1111- Google References:
@@ -18,11 +18,11 @@ Check out the [Demo Page](https://blazorwebmaterial.lukevo.com/) for the impleme
1818
1919Help is very appreciated to correctly map the properties and maintain them. Making demo pages for each component is also a big help.
2020
21- A Nuget package should be available once the basic components are ready.
21+ ** 🎉 v1.0.0 Released in accordance with [ Material Web Component v1.0.0 ] ( https://github.com/material-components/material-web/discussions/5004 ) **
2222
2323# Installation & Usage
2424
25- See [ Demo Page ] ( https://blazorwebmaterial.lukevo.com/ ) for more setup and usage.
25+ See [ Setup Guide ] ( https://blazorwebmaterial.lukevo.com/ ) for setup and usage.
2626
2727# Roadmap
2828
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ foreach($file in $files) {
44 rm $file.FullName
55}
66
7- $version = " --property:Version=1.0.0 "
7+ $version = " --property:Version=1.0.1 "
88
99dotnet pack .\BlazorMaterialWeb\BlazorMaterialWeb.csproj - c Release " --property:PackageOutputPath=.\bin\nuget" " $version "
1010dotnet pack .\BlazorMaterialWeb.Bundled\BlazorMaterialWeb.Bundled.csproj - c Release " --property:PackageOutputPath=.\bin\nuget" " $version "
You can’t perform that action at this time.
0 commit comments