Skip to content

Commit

Permalink
bump 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMisiukevich committed Jun 24, 2019
1 parent dcf5579 commit a3b64b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2,271 deletions.
4 changes: 2 additions & 2 deletions PanCardView.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CardsView</id>
<version>2.1.4</version>
<version>2.1.5</version>
<title>CardsView</title>
<authors>Andrei Misiukevich</authors>
<owners>Andrei Misiukevich</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/AndreiMisiukevich/CardView</projectUrl>
<iconUrl>https://raw.githubusercontent.com/AndreiMisiukevich/CardView/master/images/Cardsview-logotype-main.png</iconUrl>
<description>Cards View</description>
<summary>This package provides opportunity to create swipeable CardsView like in Tinder app has, classic CarouselView and CoverFlowView for previewing side elements</summary>
<summary>This package provides opportunity to create swipeable CardsView like Tinder app has, classic CarouselView, CoverFlowView for previewing side elements and CubeView</summary>
<tags>carouselview, cardsview, coverflowview, carousel view, cards view, xamarin, forms, carousel, xamarin.forms, card, cards, cardview, panView, pan, swipeview, swiperview, swipe, tinder swiper, coverflow, cubeView</tags>
<dependencies>
<group>
Expand Down
2 changes: 1 addition & 1 deletion PanCardView/CardsView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ private async void OnTouchEnded()
}
_lastPanTime = DateTime.UtcNow;
interactionItem.State = InteractionState.Removing;
if (interactionItem.Id == default)
if (interactionItem.Id == default(Guid))
{
return;
}
Expand Down
Loading

0 comments on commit a3b64b7

Please sign in to comment.