- <'''package'''> element
- <author> element
- <version> element
- <licenses> element
- <images> element
- <links> element
<'''package'''> element
The following attribute is the only attribute available for the <package> element:
| Attribute | Description |
|---|---|
| XML namespace for this element. Not required for the manifest file to work, but if you want XML IntelliSense support in Visual Studio, set this to |
The following child elements are available for the <package> element:
| Element | Number | Description |
|---|---|---|
| <name> | Once | The package name. |
| <title> | Once | The display title text of this package. |
| <description> | Once | The description of the package. When using html content please set it in CDATA. |
| <published> | Once | The package publish date in GMT date format. |
| <author> | Once | Present the publisher information. |
| <version> | Once | Present the verion of the package. |
| <licenses> | Once | A licenses list of the package. |
| <images> | Once | A set of the images of the package. |
| <links> | Once | A set of the links of the package. |
<author> element
Present the publisher information.
The following table list the attributes for the <author> element
| Attribute | Description |
|---|---|
| name | The author name. |
| organzation | The organzation of the author. |
| href | The url of the organzation. |
| The author email. |
<version> element
Present the verion of the package.
The following table list the child elements for the <version> element:
| Element | Number | Description |
|---|---|---|
| <build> | Once | Specified the package build version in v Major.Minor.Build format. |
| <notes> | Once | Specified the release notes. |
<licenses> element
<license> element
| Attribute | Description |
|---|---|
| name | The license name |
| href | The license url. |
<images> element
Presents images in the package , can include one or many <image>sub elements
<image> element
| Attribute | Description |
|---|---|
| title | The title text of image |
| src | The location of image file that in the package , can't start with "/" or "~/" |
| default | Identity current element contains default image. |
<links> element
Presents the links about the package, can include one or many <link> children elements
<link> element
The following table list the attributes for the <link> element
| Attribute | Description |
|---|---|
| title | The display title text of the link. |
| href | The url of the link. |
-
Average:
-
Reads(619)
-
Trackback(0)
-
Permalink


















Comments (0)