Replies: 2 comments 1 reply
-
@nietras MinVer sets the |
Beta Was this translation helpful? Give feedback.
0 replies
-
@adamralph right, probably thrown off by usual usage and that <Target Name="AfterMinVer" AfterTargets="MinVer">
<Message Text="AssemblyVersion: $(AssemblyVersion)" Importance="high"/>
<Message Text="FileVersion: $(FileVersion)" Importance="high"/>
<Message Text="InformationalVersion: $(InformationalVersion)" Importance="high"/>
<Message Text="PackageVersion: $(PackageVersion)" Importance="high"/>
<Message Text="MinVerVersion: $(MinVerVersion)" Importance="high"/>
<Message Text="MinVerMajor: $(MinVerMajor)" Importance="high"/>
<Message Text="MinVerMinor: $(MinVerMinor)" Importance="high"/>
<Message Text="MinVerPatch: $(MinVerPatch)" Importance="high"/>
<Message Text="MinVerPreRelease: $(MinVerPreRelease)" Importance="high"/>
<Message Text="MinVerBuildMetadata: $(MinVerBuildMetadata)" Importance="high"/>
</Target> will show |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason why MinVer does not set InformationalVersion?
Beta Was this translation helpful? Give feedback.
All reactions