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