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

Cake.MinVer v1.0.0 release (will target Cake v1.0.0) #10

Merged
merged 12 commits into from
Feb 7, 2021

Conversation

augustoproiete
Copy link
Member

@augustoproiete augustoproiete commented Nov 27, 2020

Update Cake.MinVer to target Cake v1.0.0

@augustoproiete augustoproiete added the enhancement New feature or request label Nov 27, 2020
@augustoproiete augustoproiete added this to the 1.0.0 milestone Nov 27, 2020
@augustoproiete augustoproiete marked this pull request as draft November 27, 2020 19:37

var properties = typeof(MinVerSettings)
.GetProperties(BindingFlags.Public | BindingFlags.Instance | BindingFlags.FlattenHierarchy)
.Select(p => p.Name)
.ToList();

// Sanity check & alarm to detect changes in properties that need to be considered in the cloning
properties.Should().HaveCount(17);
properties.Should().HaveCount(18);
Copy link
Member Author

Choose a reason for hiding this comment

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

We should replace this sanity check with a proper API snapshot approval test.

Some possibilities:

Copy link
Member Author

Choose a reason for hiding this comment

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

Tracked via #11

@augustoproiete augustoproiete force-pushed the release/1.0 branch 2 times, most recently from 05c55fa to c0af941 Compare December 1, 2020 20:34
Update repository URLs to the new location in the Cake Contrib org
Bring update license header in source files to reflect the license change in `7617fd3`
@augustoproiete augustoproiete self-assigned this Feb 7, 2021
@augustoproiete augustoproiete marked this pull request as ready for review February 7, 2021 23:16
@augustoproiete augustoproiete merged commit fbd81df into master Feb 7, 2021
@augustoproiete augustoproiete deleted the release/1.0 branch February 7, 2021 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant