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 266bd89 commit e245bcbCopy full SHA for e245bcb
pack.ps1
@@ -4,7 +4,7 @@ foreach($file in $files) {
4
rm $file.FullName
5
}
6
7
-$version="--property:Version=1.0.2"
+$version="--property:Version=1.0.3"
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