-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathMediaburst.Text.nuspec
26 lines (26 loc) · 1.24 KB
/
Mediaburst.Text.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-16"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Mediaburst.Text.GSMEncoding</id>
<version>1.0</version>
<title>Mediaburst.Text.GSMEncoding</title>
<authors>Mediaburst Ltd</authors>
<owners />
<licenseUrl>https://github.com/mediaburst/.NET-GSM-Encoding/blob/master/License.txt</licenseUrl>
<projectUrl>https://www.clockworksms.com/</projectUrl>
<iconUrl>http://www.mediaburst.co.uk/downloads/clockwork-nuget.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Converts characters between the .NET internal Unicode encoding and the GSM03.38 alphabet.</description>
<summary>System.Text encoder for the GSM character set.</summary>
<copyright>Mediaburst Ltd 2015</copyright>
<language>en-GB</language>
<tags>gsm sms mediaburst</tags>
<releaseNotes>
* 1.0 - First release on NuGet (on GitHub for 5 years)
</releaseNotes>
</metadata>
<files>
<file src="bin\Release\Mediaburst.Text.dll" target="lib" />
<file src="bin\Release\Mediaburst.Text.dll" target="lib" />
</files>
</package>