forked from viciproject/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVici.Core.nuspec
More file actions
17 lines (16 loc) · 755 Bytes
/
Vici.Core.nuspec
File metadata and controls
17 lines (16 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>vici.core</id>
<title>Vici Core</title>
<version>1.0.0</version>
<authors>Philippe Leybaert</authors>
<owners>Philippe Leybaert</owners>
<description>General purpose library for expression parsing, template rendering, type conversion, configuration management, ...</description>
<language>en-US</language>
<projectUrl>http://viciproject.com/</projectUrl>
<licenseUrl>http://viciproject.com/license</licenseUrl>
<iconUrl>http://dstyler.com/vici/32x32/im-_IconPlain100-w32-h32.png</iconUrl>
<tags>vici core expressions parser configuration conversion</tags>
</metadata>
</package>