Skip to content

Commit

Permalink
PR: #2
Browse files Browse the repository at this point in the history
Update Nuget to 1.0.3
Update Nuget.Test app to 1.0.3
  • Loading branch information
sushihangover committed Dec 21, 2016
1 parent ac008b5 commit ee8f4ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Nuget.Test/Nuget.iOS.Text/Nuget.iOS.Text.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="SushiHangover.SVGKit">
<HintPath>..\..\packages\SushiHangover.SVGKit.Binding.1.0.2\lib\Xamarin.iOS10\SushiHangover.SVGKit.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Net" />
<Reference Include="SushiHangover.SVGKit">
<HintPath>..\..\packages\SushiHangover.SVGKit.Binding.1.0.3\lib\Xamarin.iOS10\SushiHangover.SVGKit.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
Expand Down
2 changes: 1 addition & 1 deletion Nuget.Test/Nuget.iOS.Text/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SushiHangover.SVGKit.Binding" version="1.0.2" targetFramework="xamarinios10" />
<package id="SushiHangover.SVGKit.Binding" version="1.0.3" targetFramework="xamarinios10" />
</packages>
2 changes: 1 addition & 1 deletion SushiHangover.SVGKit/SVGKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>SushiHangover.SVGKit.Binding</id>
<version>1.0.2</version>
<version>1.0.3</version>
<description>
This is a Xamarin.iOS binding project for SVGKit v2.x
</description>
Expand Down
4 changes: 3 additions & 1 deletion SushiHangover.SVGKit/SushiHangover.SVGKit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SVGKit.nuspec" />
</ItemGroup>
<ItemGroup>
<ObjcBindingApiDefinition Include="ApiDefinitions.cs" />
Expand All @@ -57,6 +56,9 @@
<ForceLoad>True</ForceLoad>
</NativeReference>
</ItemGroup>
<ItemGroup>
<None Include="SVGKit.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.ObjCBinding.CSharp.targets" />
<Import Project="..\.nuget\NuGet.targets" Condition="Exists('..\.nuget\NuGet.targets')" />
</Project>

0 comments on commit ee8f4ee

Please sign in to comment.