Skip to content

Commit cbe6354

Browse files
committed
Released v1.0.1
1 parent 04b9445 commit cbe6354

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1919
Help 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

pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

99
dotnet pack .\BlazorMaterialWeb\BlazorMaterialWeb.csproj -c Release "--property:PackageOutputPath=.\bin\nuget" "$version"
1010
dotnet pack .\BlazorMaterialWeb.Bundled\BlazorMaterialWeb.Bundled.csproj -c Release "--property:PackageOutputPath=.\bin\nuget" "$version"

0 commit comments

Comments
 (0)