Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddbc9eb

Browse files
committed
Merge pull request #22 from nativecode-dev/development
Fixing nuspec descriptions.
2 parents 72557db + ef591d3 commit ddbc9eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/NativeCode.Mobile.AppCompat.Controls/NativeCode.Mobile.AppCompat.Controls.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>$id$</id>
66
<authors>NativeCode</authors>
7-
<description>$description$</description>
7+
<description>Provides control abstractions for Xamarin.Forms-based apps.</description>
88
<language>en-US</language>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
1010
<projectUrl>https://github.com/nativecode-dev/oss-xamarin</projectUrl>

src/NativeCode.Mobile.AppCompat.Renderers/NativeCode.Mobile.AppCompat.Renderers.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>$id$</id>
66
<authors>NativeCode</authors>
7-
<description>$description$</description>
7+
<description>Provides renderer replacements for common Xamarin.Forms controls.</description>
88
<language>en-US</language>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
1010
<projectUrl>https://github.com/nativecode-dev/oss-xamarin</projectUrl>

src/NativeCode.Mobile.AppCompat/NativeCode.Mobile.AppCompat.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>$id$</id>
66
<authors>NativeCode</authors>
7-
<description>$description$</description>
7+
<description>Provides a library for enabling Material Design for Android projects.</description>
88
<language>en-US</language>
99
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
1010
<projectUrl>https://github.com/nativecode-dev/oss-xamarin</projectUrl>

0 commit comments

Comments
 (0)