Skip to content

Commit 2961e77

Browse files
committed
Release 2.0.0
* replace all <PackageVersion> tags by <Version>
1 parent bbb49f0 commit 2961e77

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

Source/OxyPlot.Xamarin.Android/OxyPlot.Xamarin.Android.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
1616
<PackOnBuild>true</PackOnBuild>
1717
<PackageId>OxyPlot.Xamarin.Android</PackageId>
18-
<PackageVersion>2.0.0-preview0001</PackageVersion>
18+
<Version>2.0.0</Version>
1919
<Authors>OxyPlot contributors</Authors>
2020
<Copyright>OxyPlot contributors</Copyright>
2121
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</PackageIconUrl>

Source/OxyPlot.Xamarin.Forms.Platform.Android/OxyPlot.Xamarin.Forms.Platform.Android.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</NuGetPackageImportStamp>
2121
<PackOnBuild>true</PackOnBuild>
2222
<PackageId>OxyPlot.Xamarin.Forms.Platform.Android</PackageId>
23-
<PackageVersion>2.0.0-preview0001</PackageVersion>
23+
<Version>2.0.0</Version>
2424
<Authors>OxyPlot contributors</Authors>
2525
<Copyright>OxyPlot contributors</Copyright>
2626
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</PackageIconUrl>
@@ -85,4 +85,4 @@
8585
</ProjectReference>
8686
</ItemGroup>
8787
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
88-
</Project>
88+
</Project>

Source/OxyPlot.Xamarin.Forms.Platform.MacOS/OxyPlot.Xamarin.Forms.Platform.MacOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
1414
<PackOnBuild>true</PackOnBuild>
1515
<PackageId>OxyPlot.Xamarin.Forms.Platform.MacOS</PackageId>
16-
<PackageVersion>2.0.0-preview0001</PackageVersion>
16+
<Version>2.0.0</Version>
1717
<Authors>OxyPlot contributors</Authors>
1818
<Copyright>OxyPlot contributors</Copyright>
1919
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</PackageIconUrl>
@@ -102,4 +102,4 @@
102102
</ProjectReference>
103103
</ItemGroup>
104104
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
105-
</Project>
105+
</Project>

Source/OxyPlot.Xamarin.Forms.Platform.iOS/OxyPlot.Xamarin.Forms.Platform.iOS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1212
<PackOnBuild>true</PackOnBuild>
1313
<PackageId>OxyPlot.Xamarin.Forms.Platform.iOS</PackageId>
14-
<PackageVersion>2.0.0-preview0001</PackageVersion>
14+
<Version>2.0.0</Version>
1515
<Authors>OxyPlot contributors</Authors>
1616
<Copyright>OxyPlot contributors</Copyright>
1717
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</PackageIconUrl>
@@ -93,4 +93,4 @@
9393
</ProjectReference>
9494
</ItemGroup>
9595
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
96-
</Project>
96+
</Project>

Source/OxyPlot.Xamarin.Forms.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>OxyPlot.Xamarin.Forms</id>
55
<title>OxyPlot for Xamarin (Android, iOS, Mac and UWP)</title>
6-
<version>2.0.0-beta.2</version>
6+
<version>2.0.0</version>
77
<authors>Oystein Bjorke, Janus Weil</authors>
88
<description>OxyPlot is a plotting library for .NET. This package includes a portable library for Xamarin.Forms apps and platform-specific libraries for Android, iOS, Mac and UWP.</description>
99
<releaseNotes></releaseNotes>

Source/OxyPlot.Xamarin.Forms/OxyPlot.Xamarin.Forms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ProduceReferenceAssembly>true</ProduceReferenceAssembly>
66
<PackOnBuild>true</PackOnBuild>
77
<PackageId>OxyPlot.Xamarin.Forms</PackageId>
8-
<PackageVersion>2.0.0-preview0001</PackageVersion>
8+
<Version>2.0.0</Version>
99
<Authors>OxyPlot contributors</Authors>
1010
<Copyright>OxyPlot contributors</Copyright>
1111
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</PackageIconUrl>
@@ -24,4 +24,4 @@
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>
2626
</ItemGroup>
27-
</Project>
27+
</Project>

Source/OxyPlot.Xamarin.Mac/OxyPlot.Xamarin.Mac.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
1414
<PackOnBuild>true</PackOnBuild>
1515
<PackageId>OxyPlot.Xamarin.Mac</PackageId>
16-
<PackageVersion>2.0.0-preview0001</PackageVersion>
16+
<Version>2.0.0</Version>
1717
<Authors>OxyPlot contributors</Authors>
1818
<Copyright>OxyPlot contributors</Copyright>
1919
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</PackageIconUrl>

Source/OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IPhoneResourcePrefix>Resources</IPhoneResourcePrefix>
1212
<PackOnBuild>true</PackOnBuild>
1313
<PackageId>OxyPlot.Xamarin.iOS</PackageId>
14-
<PackageVersion>2.0.0-preview0001</PackageVersion>
14+
<Version>2.0.0</Version>
1515
<Authors>OxyPlot contributors</Authors>
1616
<Copyright>OxyPlot contributors</Copyright>
1717
<PackageIconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</PackageIconUrl>

0 commit comments

Comments
 (0)