forked from turquoiseowl/i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
i18n.nuspec
23 lines (23 loc) · 909 Bytes
/
i18n.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>I18N</id>
<version>1.0.8</version>
<authors>Daniel Crenna</authors>
<owners>Daniel Crenna</owners>
<summary>Smart internationalization for .NET web apps</summary>
<description>
Smart internationalization for .NET web apps;
Globally recognized interface; localize like the big kids;
Localizes everything; controller calls, views, validation attributes, and routes.
</description>
<language>en-US</language>
<projectUrl>http://github.com/danielcrenna/i18n</projectUrl>
<licenseUrl>https://github.com/danielcrenna/i18n/blob/master/LICENSE</licenseUrl>
<iconUrl>http://apitize.com.s3.amazonaws.com/logo_i18n.png</iconUrl>
<tags>i18n localization globalization</tags>
<dependencies>
<dependency id="container" version="0.0.4" />
</dependencies>
</metadata>
</package>