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 MartinCostello.SqlLocalDb from 3.0.0 to 3.2.0 #548

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2022

Bumps MartinCostello.SqlLocalDb from 3.0.0 to 3.2.0.

Release notes

Sourced from MartinCostello.SqlLocalDb's releases.

SQL LocalDB Wrapper v3.2.0

NuGet

Changes

  • Fix incorrect TFM condition (#502)

Full Changelog: martincostello/sqllocaldb@v3.1.0...v3.2.0

SQL LocalDB Wrapper v3.1.0

NuGet

Changes

  • Add net6.0 target framework (#385)

SQL LocalDB Wrapper v3.0.1

SqlLocalDb v3.0.1

NuGet

Changes

  • Support deterministics and reproducible builds (#234)
  • Publish symbol packages to NuGet.org (#164)
  • Use GitHub Actions for CI (#224)
  • Prepare for .NET 6 (#421)
Changelog

Sourced from MartinCostello.SqlLocalDb's changelog.

SqlLocalDb v1.13.0.0

New Features

  • Added new system.data.sqlLocalDb custom configuration section. The settings are documented here.
  • Added static DefaultInstanceName property to the SqlLocalDbApi class.
  • Added GetDefaultInstance() extension method for the ISqlLocalDbProvider interface.
  • All references to CodePlex in the source code have been updated to GitHub.

Bug Fixes

  • Fixed inability to create the default named instances of SQL LocalDB (i.e. v11.0 or MSSQLLocalDB).
  • Fixed the GetOrCreateInstance() extension method for the ISqlLocalDbInstance interface not being able to correctly determine if the instance already exists if the instance name is one of the default instance names.
  • Fixed directory traversal flaw in the internal SqlLocalDbApi.DeleteInstanceFiles(string) method. This was not exploitable by the public API as the native SQL LocalDB Instance API rejects calls to LocalDBDeleteInstance() with such names so DeleteInstanceFiles() was never called.
  • The path to the native SQL LocalDB Instance API DLL read from the registry is now canonicalized using System.IO.Path.GetFullPath() before being used.

SqlLocalDb v1.14.0.0

New Features

  • Added support for specifying a custom ILogger implementation to use in the application configuration file.
  • Added new LanguageId property to the SqlLocalDbApi class to allow integrators to override the default behaviour used to select the language used to format error messages from the SQL LocalDB Instance API.
  • Added en-GB resources.

Bug Fixes

  • Fixed the HRESULT in an exception message not being formatted in hexadecimal.
  • Fixed some incorrect XML documentation.

SqlLocalDb v1.15.0.0

Changes

  • The assembly now targets .NET 4.0 instead of .NET 3.5 SP1.
  • The HRESULT values from the SQL LocalDB Instance API logged in error messages are now formatted as hexadecimal values.
  • A warning is logged if the configured version of the SQL LocalDB Instance API to load instead of the latest version cannot be found.
  • Fixed TemporarySqlLocalDbInstance so it no longer throws an exception when disposed if the temporary SQL LocalDB instance could not be stopped or deleted.
  • The internals now use the Windows LoadLibraryEx function instead of LoadLibrary.

SqlLocalDb v2.0.0.0

Changes

  • The NuGet package name is now MartinCostello.SqlLocalDb.
  • Types are now in the MartinCostello.SqlLocalDb namespace.
  • Core classes and interfaces are now:
    • ISqlLocalDbApi
    • ISqlLocalDbInstanceInfo
    • ISqlLocalDbInstanceManager
    • ISqlLocalDbVersionInfo
    • SqlLocalDbApi
    • SqlLocalDbException
    • SqlLocalDbInstanceManager
    • SqlLocalDbOptions
    • TemporarySqlLocalDbInstance
  • Various methods on previous classes and interfaces are now extension methods.

... (truncated)

Commits
  • edf1e9e Merge pull request #503 from martincostello/bump-version
  • c0ac387 Bump version
  • 19de9b3 Merge pull request #502 from martincostello/fix-condition
  • 7b64799 Fix incorrect TFM condition
  • e53ba9b Merge pull request #501 from martincostello/dependabot/nuget/ReportGenerator-...
  • 80233e5 Bump ReportGenerator from 5.1.2 to 5.1.3
  • f309672 Merge pull request #500 from martincostello/dependabot/nuget/NodaTimeVersion-...
  • ba85430 Bump NodaTimeVersion from 3.0.9 to 3.0.10
  • 3a0eed8 Merge pull request #499 from martincostello/dependabot/nuget/ReportGenerator-...
  • 58ca55f Bump ReportGenerator from 5.1.1 to 5.1.2
  • 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 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)

Bumps [MartinCostello.SqlLocalDb](https://github.com/martincostello/sqllocaldb) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/martincostello/sqllocaldb/releases)
- [Changelog](https://github.com/martincostello/sqllocaldb/blob/main/CHANGELOG)
- [Commits](martincostello/sqllocaldb@v3.0.0...v3.2.0)

---
updated-dependencies:
- dependency-name: MartinCostello.SqlLocalDb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 1, 2022
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.

None yet

0 participants