From 63f6c6c6b16c016014f17431e43b14b8e21cbe0b Mon Sep 17 00:00:00 2001 From: Luke Vo Date: Thu, 5 Oct 2023 21:16:05 -0500 Subject: [PATCH] Built and uploaded v1.0.2 --- pack.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.ps1 b/pack.ps1 index 71ced4e..8ad01db 100644 --- a/pack.ps1 +++ b/pack.ps1 @@ -4,7 +4,7 @@ foreach($file in $files) { rm $file.FullName } -$version="--property:Version=1.0.1" +$version="--property:Version=1.0.2" 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" \ No newline at end of file