You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2018. It is now read-only.
I try to create solution level package and control it version manually. I try various options available in the NuBuild but any of them is relevant for my case.
Auto - i can control only the third number
Library - i do not have any reference DLL nor other file.
Manual - is not the case while i have more than one nuspec files to manage.
I investigate the possibilities and i think the best could be us ein nu spec $vesrion$ source Library and in the MSBuild project file set the Version property to some value. I found that i can use the replaceable for any MSBuild property so such option available for $version$ will be great extension point.
Hi
I try to create solution level package and control it version manually. I try various options available in the NuBuild but any of them is relevant for my case.
I investigate the possibilities and i think the best could be us ein nu spec$version$ will be great extension point.
$vesrion$sourceLibraryand in the MSBuild project file set theVersionproperty to some value. I found that i can use the replaceable for any MSBuild property so such option available for