Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Added DebugSymbols, Updated NuGet Image Url
Browse files Browse the repository at this point in the history
  • Loading branch information
brminnick committed Dec 11, 2018
1 parent 249f35c commit 9b7061f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Expand Up @@ -5,7 +5,8 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType></DebugType>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DocumentationFile>bin\Release\netstandard1.0\EntryCustomReturn.Forms.Plugin.Abstractions.xml</DocumentationFile>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Plugin.nuspec
Expand Up @@ -8,7 +8,7 @@
<owners>Brandon Minnick</owners>
<licenseUrl>https://github.com/brminnick/EntryCustomReturnPlugin/blob/master/license</licenseUrl>
<projectUrl>https://github.com/brminnick/EntryCustomReturnPlugin</projectUrl>
<iconUrl>https://github.com/brminnick/EntryCustomReturnPlugin/blob/master/Artwork/icon.png</iconUrl>
<iconUrl>https://user-images.githubusercontent.com/13558917/49831103-eddd2a80-fd47-11e8-9be4-c70777ce9b0f.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Custom control for your Xamarin.Forms project to customize the Keyboard Return button.
Expand Down

0 comments on commit 9b7061f

Please sign in to comment.