Skip to content

Commit

Permalink
Updated Web Material JS to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed May 1, 2024
1 parent 29a3ec6 commit 0972f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ foreach($file in $files) {
rm $file.FullName
}

$version="--property:Version=1.3.0.1"
$version="--property:Version=1.4.1.0"

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

0 comments on commit 0972f30

Please sign in to comment.