Skip to content

Commit 0972f30

Browse files
committed
Updated Web Material JS to v1.4.1
1 parent 29a3ec6 commit 0972f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3.0.1"
7+
$version="--property:Version=1.4.1.0"
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)