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 v4.0.3 #187

Merged
merged 15 commits into from
Feb 7, 2023
Merged

Release v4.0.3 #187

merged 15 commits into from
Feb 7, 2023

Conversation

jas88
Copy link
Member

@jas88 jas88 commented Feb 7, 2023

  • Note: consuming packages may need this to work with YamlDotNet 13.0.0 due to breaking API change there
  • Add ECG type template
  • Bump MongoDB.Driver from 2.18.0 to 2.19.0
  • Bump NLog from 5.1.0 to 5.1.1
  • Bump YamlDotNet from 12.3.1 to 13.0.0

tznind and others added 15 commits December 16, 2020 10:30
Bumps [NLog](https://github.com/NLog/NLog) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/NLog/NLog/releases)
- [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
- [Commits](NLog/NLog@v5.1.0...v5.1.1)

---
updated-dependencies:
- dependency-name: NLog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.18.0 to 2.19.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.18.0...v2.19.0)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…goDB.Driver-2.19.0

Bump MongoDB.Driver from 2.18.0 to 2.19.0
Bumps [NunitXml.TestLogger](https://github.com/spekt/nunit.testlogger) from 3.0.127 to 3.0.131.
- [Release notes](https://github.com/spekt/nunit.testlogger/releases)
- [Changelog](https://github.com/spekt/nunit.testlogger/blob/master/CHANGELOG.md)
- [Commits](spekt/nunit.testlogger@v3.0.127...v3.0.131)

---
updated-dependencies:
- dependency-name: NunitXml.TestLogger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…itXml.TestLogger-3.0.131

Bump NunitXml.TestLogger from 3.0.127 to 3.0.131
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 12.3.1 to 13.0.0.
- [Release notes](https://github.com/aaubry/YamlDotNet/releases)
- [Commits](aaubry/YamlDotNet@v12.3.1...v13.0.0)

---
updated-dependencies:
- dependency-name: YamlDotNet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@jas88 jas88 requested a review from rkm February 7, 2023 15:18
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1;net6.0</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<LangVersion>latest</LangVersion>
Copy link
Member

Choose a reason for hiding this comment

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

Ah I didn't know this was an option! We should reflect this in the other repos as well

@jas88 jas88 merged commit 8f51fdb into main Feb 7, 2023
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.

3 participants