Skip to content

Commit c2d51a2

Browse files
committed
Correct the nuget package version.
1 parent b566dad commit c2d51a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pack.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ foreach($file in $files) {
44
rm $file.FullName
55
}
66

7-
$version="--property:Version=2.0.0.0"
7+
$version="--property:Version=2.1.0.0"
88

99
dotnet pack .\BlazorMaterialWeb\BlazorMaterialWeb.csproj -c Release "--property:PackageOutputPath=.\bin\nuget" "$version"
1010
dotnet pack .\BlazorMaterialWeb.Bundled\BlazorMaterialWeb.Bundled.csproj -c Release "--property:PackageOutputPath=.\bin\nuget" "$version"

0 commit comments

Comments
 (0)