Skip to content

Commit

Permalink
Built and uploaded v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed Oct 6, 2023
1 parent d0e0742 commit 63f6c6c
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.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"

0 comments on commit 63f6c6c

Please sign in to comment.