Skip to content

Commit 407b8a3

Browse files
author
Kraig Brockschmidt
authored
Merge pull request NuGet#581 from chrisparkerrr/patch-1
Fixing typo "repsitory" to "repository"
2 parents 5e1fa44 + 3be5f4a commit 407b8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Schema/nuspec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ These elements must appear within a `<metadata>` element.
9595
| **owners** | A comma-separated list of the package creators using profile names on nuget.org. This is often the same list as in `authors`, and is ignored when uploading the package to nuget.org. See [Managing package owners on nuget.org](../create-packages/publish-a-package.md#managing-package-owners-on-nugetorg). |
9696
| **projectUrl** | A URL for the package's home page, often shown in UI displays as well as nuget.org. |
9797
| **licenseUrl** | A URL for the package's license, often shown in UI displays as well as nuget.org. |
98-
| **iconUrl** | A URL for a 64x64 image with transparency background to use as the icon for the package in UI display. Be sure this element contains the *direct image URL* and not the URL of a web page containing the image. For example, to use an image from GitHub, use the raw file URL like `https://github.com/<username>/<repsitory>/raw/<branch>/<logo.png>`. |
98+
| **iconUrl** | A URL for a 64x64 image with transparency background to use as the icon for the package in UI display. Be sure this element contains the *direct image URL* and not the URL of a web page containing the image. For example, to use an image from GitHub, use the raw file URL like `https://github.com/<username>/<repository>/raw/<branch>/<logo.png>`. |
9999
| **requireLicenseAcceptance** | A Boolean value specifying whether the client must prompt the consumer to accept the package license before installing the package. |
100100
| **developmentDependency** | *(2.8+)* A Boolean value specifying whether the package is be marked as a development-only-dependency, which prevents the package from being included as a dependency in other packages. |
101101
| **summary** | A short description of the package for UI display. If omitted, a truncated version of `description` is used. |

0 commit comments

Comments
 (0)