Fix the doxygen error which was caused by using #
[platform/core/csapi/tizen.git] / Tizen / Tizen.nuspec
1 <?xml version="1.0"?>
2 <package>
3   <metadata>
4     <id>Tizen</id>
5     <version>$version$</version>
6     <title>Tizen Base Library</title>
7     <authors>Samsung Electronics</authors>
8     <requireLicenseAcceptance>false</requireLicenseAcceptance>
9     <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
10     <projectUrl>https://www.tizen.org/</projectUrl>
11     <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
12     <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
13     <description>Provides the basic structures and classes that are used in the other Tizen Device API.</description>
14     <dependencies>
15       <dependency id="Tizen.Log" version="1.0.0" />
16     </dependencies>
17   </metadata>
18 </package>