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

Bump HIC.TypeGuesser from 1.1.0 to 1.2.1 #245

Merged
merged 8 commits into from
Feb 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2024

Bumps HIC.TypeGuesser from 1.1.0 to 1.2.1.

Release notes

Sourced from HIC.TypeGuesser's releases.

v1.2.1

No release notes provided.

v1.2.0

What's Changed

Full Changelog: HicServices/TypeGuesser@1.1.0...v1.2.0

Changelog

Sourced from HIC.TypeGuesser's changelog.

[1.2.1] - 2024-01-29

  • Version bump to resolve symbol package issue on Nuget.org

[1.2.0] - 2024-01-29

  • Target .Net 8.0
  • Enable AOT and Trim support
Commits
  • 637ee67 Bump to 1.2.1 for symbol package issue
  • afb3000 Adjust nuget push syntax
  • 93ff38c Another try at Nuget symbols
  • 6281864 Try including symbols in nuget push
  • 65bfaba Update version and retag
  • cff9dd0 Update CHANGELOG for 1.2.0 release
  • bc4b97e Bump NUnit.Analyzers from 3.10.0 to 4.0.0
  • 1959ca2 Bump actions/upload-artifact from 3 to 4
  • 924bb38 Bump github/codeql-action from 2 to 3
  • b7bab2e Bump NUnit from 3.14.0 to 4.0.1 (#91)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jan 30, 2024
@dependabot dependabot bot requested a review from jas88 January 30, 2024 13:25
Bumps [HIC.TypeGuesser](https://github.com/HicServices/TypeGuesser) from 1.1.0 to 1.2.1.
- [Release notes](https://github.com/HicServices/TypeGuesser/releases)
- [Changelog](https://github.com/HicServices/TypeGuesser/blob/main/CHANGELOG.md)
- [Commits](HicServices/TypeGuesser@1.1.0...v1.2.1)

---
updated-dependencies:
- dependency-name: HIC.TypeGuesser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/develop/HIC.TypeGuesser-1.2.1 branch from 0ce9817 to 0bba001 Compare January 30, 2024 15:35
{
return Helper.GetTopXSqlForTable(this, topX);
}
public string GetTopXSql(int topX) => Helper.GetTopXSqlForTable(this, topX);

Check notice

Code scanning / CodeQL

Missing a summary in documentation comment Note

Documentation should have a summary.
FAnsiSql/Discovery/IDiscoveredServerHelper.cs Dismissed Show dismissed Hide dismissed
FAnsiSql/Discovery/DiscoveredServerHelper.cs Dismissed Show dismissed Hide dismissed
Remove disused NUnit Analyzer from main package, only needed in test
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2024

A newer version of HIC.TypeGuesser exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@jas88 jas88 merged commit 67e9f3b into develop Feb 6, 2024
3 checks passed
@jas88 jas88 deleted the dependabot/nuget/develop/HIC.TypeGuesser-1.2.1 branch February 6, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant