Merge pull request #608 from objorke/issues/dependencyversions
Fix nuspec dependency versions
This commit is contained in:
Коммит
5b04d8304d
|
@ -3,7 +3,7 @@
|
|||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>OxyPlot.MonoMac</id>
|
||||
<title>OxyPlot for MonoMac</title>
|
||||
<version>0.0.0</version>
|
||||
<version>$version$</version>
|
||||
<authors>Oystein Bjorke</authors>
|
||||
<description>OxyPlot is a plotting library for .NET. This package targets MonoMac apps using the Unified API.</description>
|
||||
<licenseUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/LICENSE</licenseUrl>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<tags>xamarin mac monomac unified-api plotting plot charting chart</tags>
|
||||
<dependencies>
|
||||
<dependency id="OxyPlot.Core" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Core" version="[$version$]"/>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>OxyPlot.Xamarin.Android</id>
|
||||
<title>OxyPlot for Xamarin.Android</title>
|
||||
<version>0.0.0</version>
|
||||
<version>$version$</version>
|
||||
<authors>Oystein Bjorke</authors>
|
||||
<description>OxyPlot is a plotting library for .NET. This package targets Android apps based on MonoAndroid.</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<tags>xamarin android plotting plot charting chart</tags>
|
||||
<dependencies>
|
||||
<dependency id="OxyPlot.Core" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Core" version="[$version$]"/>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<metadata>
|
||||
<id>OxyPlot.Xamarin.Forms</id>
|
||||
<title>OxyPlot for Xamarin.Forms (iOS, Android and Windows Phone)</title>
|
||||
<version>0.0.0</version>
|
||||
<version>$version$</version>
|
||||
<authors>Oystein Bjorke</authors>
|
||||
<description>OxyPlot is a plotting library for .NET. This package includes a portable library for Xamarin.Forms apps and platform-specific libraries for iOS, Android and Windows Phone.</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
|
@ -14,23 +14,23 @@
|
|||
<tags>plotting plot charting chart xamarin forms android windows phone ios</tags>
|
||||
<dependencies>
|
||||
<group targetFramework="MonoTouch">
|
||||
<dependency id="OxyPlot.Xamarin.iOS" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Xamarin.iOS" version="[$version$]"/>
|
||||
<dependency id="Xamarin.Forms" version="1.5.0.6447" />
|
||||
</group>
|
||||
<group targetFramework="Xamarin.iOS10">
|
||||
<dependency id="OxyPlot.Xamarin.iOS" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Xamarin.iOS" version="[$version$]"/>
|
||||
<dependency id="Xamarin.Forms" version="1.5.0.6447" />
|
||||
</group>
|
||||
<group targetFramework="MonoAndroid">
|
||||
<dependency id="OxyPlot.Xamarin.Android" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Xamarin.Android" version="[$version$]"/>
|
||||
<dependency id="Xamarin.Forms" version="1.5.0.6447" />
|
||||
</group>
|
||||
<group targetFramework="windowsphone8">
|
||||
<dependency id="OxyPlot.WP8" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.WP8" version="[$version$]"/>
|
||||
<dependency id="Xamarin.Forms" version="1.5.0.6447" />
|
||||
</group>
|
||||
<group>
|
||||
<dependency id="OxyPlot.Core" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Core" version="[$version$]"/>
|
||||
<dependency id="Xamarin.Forms" version="1.5.0.6447" />
|
||||
</group>
|
||||
</dependencies>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>OxyPlot.Xamarin.Mac</id>
|
||||
<title>OxyPlot for Xamarin.Mac</title>
|
||||
<version>0.0.0</version>
|
||||
<version>$version$</version>
|
||||
<authors>Oystein Bjorke</authors>
|
||||
<description>OxyPlot is a plotting library for .NET. This package targets Xamarin.Mac apps using the Unified API.</description>
|
||||
<licenseUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/LICENSE</licenseUrl>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<tags>xamarin mac unified-api plotting plot charting chart</tags>
|
||||
<dependencies>
|
||||
<dependency id="OxyPlot.Core" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Core" version="[$version$]"/>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<id>OxyPlot.Xamarin.iOS</id>
|
||||
<title>OxyPlot for Xamarin.iOS</title>
|
||||
<version>0.0.0</version>
|
||||
<version>$version$</version>
|
||||
<authors>Oystein Bjorke</authors>
|
||||
<description>OxyPlot is a plotting library for .NET. This package targets Xamarin.iOS apps (both classic and unified APIs).</description>
|
||||
<releaseNotes></releaseNotes>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<tags>xamarin iOS plotting plot charting chart</tags>
|
||||
<dependencies>
|
||||
<dependency id="OxyPlot.Core" version="[0.0.0]"/>
|
||||
<dependency id="OxyPlot.Core" version="[$version$]"/>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
Загрузка…
Ссылка в новой задаче