markus / MarkupDataParse / package.nuspec @ c095f3cb
이력 | 보기 | 이력해설 | 다운로드 (675 Bytes)
1 | c095f3cb | taeseongkim | <?xml version="1.0"?> |
---|---|---|---|
2 | <package> |
||
3 | <metadata> |
||
4 | <!--*--> |
||
5 | <id>$id$</id> |
||
6 | <!--*--> |
||
7 | <version>$version$</version> |
||
8 | <title></title> |
||
9 | <!--*--> |
||
10 | <authors>$author$</authors> |
||
11 | <owners>$author$</owners> |
||
12 | <!-- |
||
13 | <licenseUrl></licenseUrl> |
||
14 | <projectUrl></projectUrl> |
||
15 | <iconUrl></iconUrl> |
||
16 | --> |
||
17 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
||
18 | <!--*--> |
||
19 | <description>$description$</description> |
||
20 | <!--*--> |
||
21 | <releaseNotes> </releaseNotes> |
||
22 | <copyright>$copyright$</copyright> |
||
23 | <tags> </tags> |
||
24 | <dependencies> |
||
25 | <!-- |
||
26 | <dependency id="SampleDependency" version="1.0" /> |
||
27 | --> |
||
28 | </dependencies> |
||
29 | </metadata> |
||
30 | </package> |