We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b566dad commit c2d51a2Copy full SHA for c2d51a2
pack.ps1
@@ -4,7 +4,7 @@ foreach($file in $files) {
4
rm $file.FullName
5
}
6
7
-$version="--property:Version=2.0.0.0"
+$version="--property:Version=2.1.0.0"
8
9
dotnet pack .\BlazorMaterialWeb\BlazorMaterialWeb.csproj -c Release "--property:PackageOutputPath=.\bin\nuget" "$version"
10
dotnet pack .\BlazorMaterialWeb.Bundled\BlazorMaterialWeb.Bundled.csproj -c Release "--property:PackageOutputPath=.\bin\nuget" "$version"
0 commit comments