Skip to content

Commit a8ce880

Browse files
authored
Bump OxyPlot to 2.1.2 (#57)
1 parent 9ff5339 commit a8ce880

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/Examples/Avalonia/ExampleBrowser/ExampleBrowser.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<PackageReference Include="Avalonia.Desktop" Version="11.0.0" />
88
<PackageReference Include="Avalonia.Themes.Simple" Version="11.0.0" />
99
<PackageReference Include="Avalonia.Diagnostics" Version="11.0.0" />
10-
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
11-
<PackageReference Include="OxyPlot.ExampleLibrary" Version="2.1.0" />
10+
<PackageReference Include="OxyPlot.Core" Version="2.1.2" />
11+
<PackageReference Include="OxyPlot.ExampleLibrary" Version="2.1.2" />
1212
</ItemGroup>
1313
<ItemGroup>
1414
<ProjectReference Include="..\..\..\OxyPlot.Avalonia\OxyPlot.Avalonia.csproj" />

Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageTags>plotting plot charting chart</PackageTags>
1212
<RepositoryType>git</RepositoryType>
1313
<RepositoryUrl>https://github.com/oxyplot/oxyplot.git</RepositoryUrl>
14-
<VersionPrefix>2.1.0</VersionPrefix>
14+
<VersionPrefix>2.1.2</VersionPrefix>
1515
<LangVersion>latest</LangVersion>
1616
</PropertyGroup>
1717

@@ -27,6 +27,6 @@
2727
<ItemGroup>
2828
<EmbeddedResource Include="**\*.xaml;Assets\*" Exclude="bin\**;obj\**;**\*.xproj;packages\**;@(EmbeddedResource)" />
2929
<PackageReference Include="Avalonia" Version="11.0.0" />
30-
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
30+
<PackageReference Include="OxyPlot.Core" Version="2.1.2" />
3131
</ItemGroup>
3232
</Project>

0 commit comments

Comments
 (0)