Skip to content

Commit c3dbc14

Browse files
committed
update OxyPlot.Core to 2.1.0
1 parent 87c0ae6 commit c3dbc14

File tree

10 files changed

+13
-15
lines changed

10 files changed

+13
-15
lines changed

Diff for: Source/Examples/Xamarin.Forms/SimpleDemo/SimpleDemo/SimpleDemo.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="OxyPlot.Core" Version="2.0.0" />
6+
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
77
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2545" />
88
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
99
</ItemGroup>

Diff for: Source/OxyPlot.Windows/OxyPlot.Windows.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
<None Include="..\..\OxyPlot_128.png" Pack="true" PackagePath="\" />
1717
</ItemGroup>
1818
<ItemGroup>
19-
<PackageReference Include="OxyPlot.Core" Version="2.0.0" />
19+
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
2020
</ItemGroup>
2121
</Project>

Diff for: Source/OxyPlot.Xamarin.Android/OxyPlot.Xamarin.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<PrivateAssets>all</PrivateAssets>
7474
</PackageReference>
7575
<PackageReference Include="OxyPlot.Core">
76-
<Version>2.0.0</Version>
76+
<Version>2.1.0</Version>
7777
</PackageReference>
7878
<PackageReference Include="System.Collections">
7979
<Version>4.3.0</Version>

Diff for: Source/OxyPlot.Xamarin.Forms.Platform.Android/OxyPlot.Xamarin.Forms.Platform.Android.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<Reference Include="System.Core" />
6060
</ItemGroup>
6161
<ItemGroup>
62-
<PackageReference Include="OxyPlot.Core" Version="2.0.0" />
62+
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
6363
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
6464
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2545" />
6565
<PackageReference Include="NuGet.Build.Packaging">
@@ -85,4 +85,4 @@
8585
</ProjectReference>
8686
</ItemGroup>
8787
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
88-
</Project>
88+
</Project>

Diff for: Source/OxyPlot.Xamarin.Forms.Platform.MacOS/OxyPlot.Xamarin.Forms.Platform.MacOS.csproj

+3-5
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,14 @@
7474
</Reference>
7575
</ItemGroup>
7676
<ItemGroup>
77-
<PackageReference Include="OxyPlot.Core" Version="2.0.0" />
77+
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
7878
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
79+
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2545" />
7980
<PackageReference Include="NuGet.Build.Packaging">
8081
<Version>0.2.2</Version>
8182
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
8283
<PrivateAssets>all</PrivateAssets>
8384
</PackageReference>
84-
<PackageReference Include="Xamarin.Forms">
85-
<Version>5.0.0.2545</Version>
86-
</PackageReference>
8785
</ItemGroup>
8886
<ItemGroup>
8987
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -100,4 +98,4 @@
10098
</ProjectReference>
10199
</ItemGroup>
102100
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
103-
</Project>
101+
</Project>

Diff for: Source/OxyPlot.Xamarin.Forms.Platform.UWP/OxyPlot.Xamarin.Forms.Platform.UWP.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<Version>6.2.12</Version>
124124
</PackageReference>
125125
<PackageReference Include="OxyPlot.Core">
126-
<Version>2.0.0</Version>
126+
<Version>2.1.0</Version>
127127
</PackageReference>
128128
<PackageReference Include="Xamarin.Forms">
129129
<Version>5.0.0.2545</Version>

Diff for: Source/OxyPlot.Xamarin.Forms.Platform.iOS/OxyPlot.Xamarin.Forms.Platform.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<Reference Include="Xamarin.iOS" />
6464
</ItemGroup>
6565
<ItemGroup>
66-
<PackageReference Include="OxyPlot.Core" Version="2.0.0" />
66+
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
6767
<PackageReference Include="NuGet.Build.Packaging">
6868
<Version>0.2.2</Version>
6969
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Diff for: Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="OxyPlot.Core" Version="2.0.0" />
19+
<PackageReference Include="OxyPlot.Core" Version="2.1.0" />
2020
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2545" />
2121
<PackageReference Include="Xamarin.Essentials" Version="1.7.4" />
2222
<PackageReference Include="NuGet.Build.Packaging" Version="0.2.2">

Diff for: Source/OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<PrivateAssets>all</PrivateAssets>
8989
</PackageReference>
9090
<PackageReference Include="OxyPlot.Core">
91-
<Version>2.0.0</Version>
91+
<Version>2.1.0</Version>
9292
</PackageReference>
9393
<PackageReference Include="System.Collections">
9494
<Version>4.3.0</Version>

Diff for: Source/OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<PrivateAssets>all</PrivateAssets>
8383
</PackageReference>
8484
<PackageReference Include="OxyPlot.Core">
85-
<Version>2.0.0</Version>
85+
<Version>2.1.0</Version>
8686
</PackageReference>
8787
<PackageReference Include="System.Collections">
8888
<Version>4.3.0</Version>

0 commit comments

Comments
 (0)