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

build(deps): Bump the all group with 5 updates #21

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps the all group with 5 updates:

Package From To
OxyPlot.Core 2.1.2 2.2.0
OxyPlot.ExampleLibrary 2.1.2 2.2.0
Microsoft.WindowsAppSDK 1.4.231115000 1.6.240829007
OxyPlot.SkiaSharp.Wpf 2.1.2 2.2.0
OxyPlot.Wpf 2.1.2 2.2.0

Updates OxyPlot.Core from 2.1.2 to 2.2.0

Changelog

Sourced from OxyPlot.Core's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText
Commits

Updates OxyPlot.ExampleLibrary from 2.1.2 to 2.2.0

Changelog

Sourced from OxyPlot.ExampleLibrary's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText
Commits

Updates OxyPlot.Core from 2.1.2 to 2.2.0

Changelog

Sourced from OxyPlot.Core's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText
Commits

Updates Microsoft.WindowsAppSDK from 1.4.231115000 to 1.6.240829007

Release notes

Sourced from Microsoft.WindowsAppSDK's releases.

Windows App SDK 1.6.0 (1.6.240829007)

WinAppSDK 1.6.0 is the latest stable version of WinAppSDK providing new features and improvements to the platform.

New features include:

  • Native AOT support
  • Decoupled WebView2 versioning
  • New Package Deployment APIs
  • Improved TabView tear-out

Additional updates include:

  • New wrapping mode for PipsPager
  • More customization options for RatingControl

To see everything that's new and changed, see the full Windows App SDK 1.6 release notes.

See the WinAppSDK 1.6 milestone and WinUI 3 in WinAppSDK 1.6 milestone for a list of issues addressed in this release.

Try it out

Getting Started

To get started using Windows App SDK to develop Windows apps, check out the following documentation:

v1.6.0-preview2

1.6 Preview 2 (1.6.240821007-preview2) 🔃

The second preview of WinAppSDK 1.6 is now available! Check out the release notes for more information on the new & updated features and known issues.

Updating to this version

The 1.6-preview2 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.240821007-preview2

Providing feedback

As we introduce new & upcoming features in our preview releases, we appreciate all of your feedback as we work towards a stable release:

  • For WinUI 3 feedback, please open an issue on the WinUI repo.
  • For feedback regarding all other Windows App SDK components, please open an issue here, on the Windows App SDK repo.

v1.6.0-preview1

1.6 Preview 1 (1.6.240807006-preview1) 🔃

The first preview of WinAppSDK 1.6 is now available! Check out the release notes for more information on the new & updated features and known issues.

Updating to this version

The 1.6-preview1 package is available at https://www.nuget.org/packages/Microsoft.WindowsAppSDK/1.6.240807006-preview1

... (truncated)

Commits

Updates OxyPlot.SkiaSharp.Wpf from 2.1.2 to 2.2.0

Changelog

Sourced from OxyPlot.SkiaSharp.Wpf's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText
Commits

Updates OxyPlot.Core from 2.1.2 to 2.2.0

Changelog

Sourced from OxyPlot.Core's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText
Commits

Updates OxyPlot.Wpf from 2.1.2 to 2.2.0

Changelog

Sourced from OxyPlot.Wpf's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText
Commits

Updates OxyPlot.Core from 2.1.2 to 2.2.0

Changelog

Sourced from OxyPlot.Core's changelog.

[2.2.0] - 2024-09-03

Added

  • Example to demonstrate BarSeries HitTest bug (#2038)
  • Example to Show/Hide Legend (#1470)
  • Example of BarSeries stacked and with labels (#1979)
  • Example of issue with AreaSeries tracker (#1982)
  • Example for CategoryAxis with custom MajorStep and uncentered ticks (#1971)
  • BarSeries.LabelAngle property (#1870)
  • Support HiDPI for WinForms examples (#1597)
  • Border properties on PathAnnotation to match functionality in TextAnnotation (#1900)
  • Expanded IntervalBarSeries and TornadoBarSeries to allow for varied label positions and angles (#2027)
  • VectorSeries (#107)
  • LogarithmicColorAxis (#92)
  • DateTimeAxis.DateTimePrecision property (related to #2061)

Changed

  • Make consistent BaseValue and BaseLine across BarSeries, LinearBarSeries, and HistogramSeries
  • Factor out common project properties to Directory.Build.props (#1937)
  • Remove support for .NET Standard 1.X, as .NET Framework 4.6.2 supports .NET Standard 2.0 (#1937)
  • Remove support for .NET Core 3.1, as it is end-of-life soon (#1937)
  • Move example projects to .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Run tests on both .NET Framework 4.6.2 and .NET 6.0 (#1937)
  • Add support for .NET 8.0
  • Update SkiaSharp to Version 2.88.8
  • AxisRendererBase is now generic
  • DateTimeAxis.ToDateTime(double value) is now obsolete, replacements are provided (related to #2061)
  • Modify some of the examples to make them deterministic
  • Update SixLabors.ImageSharp.Drawing to non-beta version 1.0.0

Removed

  • Support for .NET Framework 4.0 and 4.5 (#1839)
  • Unused LabelColor property from TornadoBarSeries, IntervalBarSeries, and RectangleBarSeries (#2030)
  • AppVeyor build (#2094)

Fixed

  • fixed issue with BarSeries, when the HitTest returns the wrong BarItem, when there are invalid items in the list. (#2038)
  • Placement of BarSeries labels when stacked (#1979)
  • SystemInvalidException in LineSeries when only Double.Nan values are added (#1991)
  • Issue with tracking AreaSeries with monotonic data points (#1982)
  • Incorrect coloring of TwoColorLineSeries
  • HitTest when IsLegendVisible is false (#1975)
  • Font weight not being applied in ImageSharp (#2006)
  • SkiaSharp - Fix use of obsolete functions (#1937)
  • Dashed lines are solid when exporting via SkiaSharp.SvgExporter (#1674)
  • DateTimeAxis.ToDateTime doesn't behave as intended in .NET 8 (#2061)
  • FontFamily ignored by DrawMultilineText
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [OxyPlot.Core](https://github.com/oxyplot/oxyplot) | `2.1.2` | `2.2.0` |
| [OxyPlot.ExampleLibrary](https://github.com/oxyplot/oxyplot) | `2.1.2` | `2.2.0` |
| [Microsoft.WindowsAppSDK](https://github.com/microsoft/windowsappsdk) | `1.4.231115000` | `1.6.240829007` |
| [OxyPlot.SkiaSharp.Wpf](https://github.com/oxyplot/oxyplot) | `2.1.2` | `2.2.0` |
| [OxyPlot.Wpf](https://github.com/oxyplot/oxyplot) | `2.1.2` | `2.2.0` |


Updates `OxyPlot.Core` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/oxyplot/oxyplot/commits)

Updates `OxyPlot.ExampleLibrary` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/oxyplot/oxyplot/commits)

Updates `OxyPlot.Core` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/oxyplot/oxyplot/commits)

Updates `Microsoft.WindowsAppSDK` from 1.4.231115000 to 1.6.240829007
- [Release notes](https://github.com/microsoft/windowsappsdk/releases)
- [Commits](https://github.com/microsoft/windowsappsdk/commits)

Updates `OxyPlot.SkiaSharp.Wpf` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/oxyplot/oxyplot/commits)

Updates `OxyPlot.Core` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/oxyplot/oxyplot/commits)

Updates `OxyPlot.Wpf` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/oxyplot/oxyplot/commits)

Updates `OxyPlot.Core` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/oxyplot/oxyplot/releases)
- [Changelog](https://github.com/oxyplot/oxyplot/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/oxyplot/oxyplot/commits)

---
updated-dependencies:
- dependency-name: OxyPlot.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OxyPlot.ExampleLibrary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OxyPlot.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: Microsoft.WindowsAppSDK
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OxyPlot.SkiaSharp.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OxyPlot.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OxyPlot.Wpf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: OxyPlot.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
@HavenDV HavenDV merged commit f7c6126 into main Sep 9, 2024
1 check failed
@dependabot dependabot bot deleted the dependabot/nuget/all-752bff4ac0 branch September 9, 2024 10:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant