Skip to content

Commit

Permalink
Built Nuget package v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
datvm committed Oct 8, 2023
1 parent 266bd89 commit e245bcb
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.2"
$version="--property:Version=1.0.3"

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 e245bcb

Please sign in to comment.