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

Release 3.13 #3703

Merged
merged 511 commits into from Jan 7, 2021
Merged

Release 3.13 #3703

merged 511 commits into from Jan 7, 2021

Conversation

rprouse
Copy link
Member

@rprouse rprouse commented Jan 5, 2021

This PR updates the copyright year to 2021 and merges all changes from master into the release branch.

This tests a new release process where I will test the NuGet packages built in Azure DevOps to verify the release, then once this PR is merged, allow Azure DevOps to build the code and I will release the artifacts created by that build. I no longer want to build and release from developer machines.

For future releases, I'd like to automate the release whenever changes are merged to the release branch.

I'm setting this to draft for now. I need to finish updating Changes.md and testing the new process.

Once this is complete, I will submit a PR to the docs repo with the changes to the process.

jnm2 and others added 30 commits March 4, 2020 21:27
Adding data dictionary should not add a trailing newline
…d ParameterizedFixtureSuite when building test fixtures
.NET Core 2.2 and 3.0 are no longer supported and we should test 3.1
…ValuePairConstraint.cs

Co-Authored-By: Mikkel Nylander Bundgaard <mikkelbu@users.noreply.github.com>
…eConstraintTests.cs

Co-Authored-By: Mikkel Nylander Bundgaard <mikkelbu@users.noreply.github.com>
…ValuePairConstraint.cs

Co-Authored-By: Mikkel Nylander Bundgaard <mikkelbu@users.noreply.github.com>
…Constraint.cs

Co-Authored-By: Mikkel Nylander Bundgaard <mikkelbu@users.noreply.github.com>
* Add default values to FormatCollection method parameters

* Better failure messages for Subset and Superset constraints

* Add ExtraItems comment

* Replace FormatCollection usages to use default values.
rprouse and others added 18 commits December 28, 2020 15:30
Initial implementation for looking for property defined in interface
Issue 2211 - Add support of indexers to the PropertyConstraint
…lass

Adds obsolete comment to debug writer class issue #2680
Improve TextMessageWriter output for numeric values
RepeatAttribute increments CurrentRepeatCount on each repeat iteration
Add test verifying equality works for Complex on all platforms
@rprouse rprouse self-assigned this Jan 5, 2021
@rprouse rprouse marked this pull request as draft January 5, 2021 02:03
@mikkelbu mikkelbu mentioned this pull request Jan 5, 2021
@rprouse rprouse requested review from jnm2 and mikkelbu January 7, 2021 02:53
@rprouse rprouse marked this pull request as ready for review January 7, 2021 02:53
@rprouse
Copy link
Member Author

rprouse commented Jan 7, 2021

This is ready for review. I'd like to merge and release from the merge build tomorrow Jan 7 if possible because I put that date in the changes.md. This is massive, but it is only a merge from master to release. The only changes are the copyright year and changes.md.

Copy link
Member

@mikkelbu mikkelbu left a comment

Choose a reason for hiding this comment

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

I'm a bit unsure how to review this, but from your comment I've taken a look at changes.md and also checked some files (~ 30-40 where the changes looked as I would have expected). Perhaps tonight (5 hours) I can check it in some more detail.

EDIT: I just took a look at the diff between the master and this PR - git diff master..release313 - and I think it looks sound.

@rprouse rprouse merged commit 2e2cb92 into release Jan 7, 2021
@rprouse rprouse deleted the release313 branch January 7, 2021 15:56
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.

None yet