Skip to content

Commit 53976c5

Browse files
bump 3.0.0
1 parent fb3ed95 commit 53976c5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

TouchEffect.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
44
<id>TouchView</id>
5-
<version>2.0.6</version>
5+
<version>3.0.0</version>
66
<title>TouchView</title>
77
<authors>Andrei Misiukevich</authors>
88
<owners>Andrei Misiukevich</owners>

TouchEffect/TouchView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace TouchEffect
1010
{
11-
[Obsolete("Please use TEffect as Effect instead, or TouchImage if you wish to update image source during touch interaction")]
11+
[Obsolete("Please use TouchEff as Effect instead, or TouchImage if you wish to update image source during touch interaction")]
1212
public class TouchView : AbsoluteLayout, ITouchEff
1313
{
1414
public event TouchViewStatusChangedHandler StatusChanged;

TouchEffect/TouchVisualManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Threading;
22
using System.Threading.Tasks;
33
using TouchEffect.Enums;
4-
using TouchEffect.EventArgs;
54
using Xamarin.Forms;
65
using static System.Math;
76
using System.Collections.Generic;

0 commit comments

Comments
 (0)