Skip to content

Commit

Permalink
Add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Mar 3, 2017
1 parent 4f9f6d0 commit ab79573
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Lottie.sln
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ Global
{34527F69-F4D9-4775-99D9-FC59A15AEFD0}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
{34527F69-F4D9-4775-99D9-FC59A15AEFD0}.Debug|x86.Build.0 = Debug|iPhoneSimulator
{34527F69-F4D9-4775-99D9-FC59A15AEFD0}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{34527F69-F4D9-4775-99D9-FC59A15AEFD0}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{34527F69-F4D9-4775-99D9-FC59A15AEFD0}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
{34527F69-F4D9-4775-99D9-FC59A15AEFD0}.Release|ARM.Build.0 = Release|iPhoneSimulator
{34527F69-F4D9-4775-99D9-FC59A15AEFD0}.Release|iPhone.ActiveCfg = Release|iPhoneSimulator
Expand Down Expand Up @@ -708,7 +707,6 @@ Global
{0A4C14BD-FD41-470F-8235-FE5A97405519}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
{0A4C14BD-FD41-470F-8235-FE5A97405519}.Debug|x86.Build.0 = Debug|iPhoneSimulator
{0A4C14BD-FD41-470F-8235-FE5A97405519}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
{0A4C14BD-FD41-470F-8235-FE5A97405519}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
{0A4C14BD-FD41-470F-8235-FE5A97405519}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
{0A4C14BD-FD41-470F-8235-FE5A97405519}.Release|ARM.Build.0 = Release|iPhoneSimulator
{0A4C14BD-FD41-470F-8235-FE5A97405519}.Release|iPhone.ActiveCfg = Release|iPhone
Expand Down
12 changes: 9 additions & 3 deletions nuspec/Com.Airbnb.Xamarin.Forms.Lottie.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Com.Airbnb.Xamarin.Forms.Lottie</id>
<version>1.0.2.0</version>
<version>1.5.1.0</version>
<title>Lottie for Xamarin.Forms</title>
<authors>Martijn van Dijk</authors>
<owners>Martijn van Dijk</owners>
Expand All @@ -18,10 +18,16 @@
<dependency id="Xamarin.Forms" version="2.3.3.193" />
</group>
<group targetFramework="MonoAndroid70">
<dependency id="Com.Airbnb.Android.Lottie" version="1.5.1.0" />
<dependency id="Com.Airbnb.Android.Lottie" version="1.5.2.0" />
</group>
<group targetFramework="Xamarin.iOS0.0">
<dependency id="Com.Airbnb.iOS.Lottie" version="1.0.5.0" />
<dependency id="Com.Airbnb.iOS.Lottie" version="1.5.1.0" />
</group>
<group targetFramework="Xamarin.Mac0.0">
<dependency id="Com.Airbnb.iOS.Lottie" version="1.5.1.0" />
</group>
<group targetFramework="Xamarin.TVOS0.0">
<dependency id="Com.Airbnb.iOS.Lottie" version="1.5.1.0" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit ab79573

Please sign in to comment.