Skip to content

Commit

Permalink
Updated version number. Added new keyword to Init method.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfalch committed Sep 25, 2015
1 parent 20e83b7 commit 35f3ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NControl/NControl.iOS/NControlViewRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class NControlViewRenderer: VisualElementRenderer<NControlView>
/// <summary>
/// Used for registration with dependency service
/// </summary>
public static void Init()
public new static void Init()
{
var temp = DateTime.Now;
}
Expand Down
2 changes: 1 addition & 1 deletion NControl/NControl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>NControl</id>
<version>0.7</version>
<version>0.7.1</version>
<authors>Christian Falch, Henrik Ilgen, Adam (awolf), BlueRaja, Frank Neuman</authors>
<owners>Christian Falch</owners>
<licenseUrl>https://github.com/chrfalch/NControl/blob/master/LICENSE.md</licenseUrl>
Expand Down

0 comments on commit 35f3ad1

Please sign in to comment.