File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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
5
5
![ Demo Page Screenshot] ( https://github.com/datvm/BlazorMaterialWeb/assets/6388546/a33300f2-8af6-4532-ade9-0d53890ae97a )
6
6
7
7
- [ 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 )
9
9
- [ Bundled ESM Module] ( https://github.com/datvm/material-web )
10
10
- [ Roadmap] ( #roadmap )
11
11
- Google References:
@@ -18,11 +18,11 @@ Check out the [Demo Page](https://blazorwebmaterial.lukevo.com/) for the impleme
18
18
19
19
Help is very appreciated to correctly map the properties and maintain them. Making demo pages for each component is also a big help.
20
20
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 ) **
22
22
23
23
# Installation & Usage
24
24
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.
26
26
27
27
# Roadmap
28
28
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ foreach($file in $files) {
4
4
rm $file.FullName
5
5
}
6
6
7
- $version = " --property:Version=1.0.0 "
7
+ $version = " --property:Version=1.0.1 "
8
8
9
9
dotnet pack .\BlazorMaterialWeb\BlazorMaterialWeb.csproj - c Release " --property:PackageOutputPath=.\bin\nuget" " $version "
10
10
dotnet 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