Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
Made XF v2.3.1.114 the min version dependency
Browse files Browse the repository at this point in the history
Changed the nuspec file to specify XF 2.3.1.114 as the minimum version instead of being the specific supported version per request #6.
  • Loading branch information
tbaggett authored Sep 5, 2016
1 parent c93ed99 commit caa0913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XFGloss.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<summary>Visual enhancements for Xamarin.Forms</summary>
<tags>xamarin.forms, gloss, style, styling, xamarin, pcl, xam.pcl, plugin, plugin for xamarin.forms, android, ios</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="[2.3.1.114]" />
<dependency id="Xamarin.Forms" version="2.3.1.114" />
</dependencies>
<releaseNotes>
</releaseNotes>
Expand All @@ -39,4 +39,4 @@
<file src="XFGloss/bin/Release/XFGloss.dll" target="lib/Xamarin.iOS10/XFGloss.dll" />
<file src="XFGloss/bin/Release/XFGloss.xml" target="lib/Xamarin.iOS10/XFGloss.xml" />
</files>
</package>
</package>

0 comments on commit caa0913

Please sign in to comment.