Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename MinVerMajorMinor to MinVerMinimumMajorMinor #157

Merged
merged 1 commit into from
Dec 9, 2018

Conversation

adamralph
Copy link
Owner

Closes #153
Relates to #63

@adamralph adamralph added this to the 1.0.0 milestone Dec 9, 2018
@@ -7,9 +7,10 @@

<Target Name="MinVer" BeforeTargets="CoreCompile;GenerateNuspec" Condition="'$(DesignTimeBuild)' != 'true'">
<Error Condition="'$(UsingMicrosoftNETSdk)' != 'true'" Code="MINVER0001" Text="MinVer only works in SDK-style projects." />
<Error Condition="'$(MinVerMajorMinor)' != ''" Code="MINVER_TEMP0001" Text="MinVerMajorMinor has been renamed to MinVerMinimumMajorMinor." />
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be removed before RC.

Console.Out.WriteLine("--major-minor has been renamed to --minimum-major-minor");
return 2;
}

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This may be removed before RC.

@adamralph adamralph merged commit 2300b75 into master Dec 9, 2018
@adamralph adamralph deleted the minimum-major-minor branch December 9, 2018 13:39
@adamralph
Copy link
Owner Author

Released in beta 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant