We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c7df2 commit 0cd5b60Copy full SHA for 0cd5b60
src/DynamoCoreWpf/DynamoCoreWpf.csproj
@@ -94,7 +94,7 @@
94
95
<Target Name="NpmRunBuildPMWizard" BeforeTargets="BeforeBuild">
96
<PropertyGroup>
97
- <PackageVersion>0.0.22</PackageVersion>
+ <PackageVersion>0.0.23</PackageVersion>
98
<PackageName>PackageManagerWizard</PackageName>
99
</PropertyGroup>
100
<Exec Command="$(PowerShellCommand) -ExecutionPolicy Bypass -File "$(SolutionDir)pkgexist.ps1" "$(PackageName)" "$(PackageVersion)"" ConsoleToMSBuild="true">
0 commit comments