~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.nuspec

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
3
  <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
 
4
    <id>AvalonEdit</id>
 
5
    <version>4.0.0.7070</version>
 
6
    <authors>Daniel Grunwald</authors>
 
7
    <owners>SharpDevelop</owners>
 
8
    <licenseUrl>http://www.opensource.org/licenses/lgpl-2.1.php</licenseUrl>
 
9
    <projectUrl>http://www.avalonedit.net</projectUrl>
 
10
    <iconUrl>http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png</iconUrl>
 
11
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
 
12
    <description>AvalonEdit is the WPF-based text editor used in SharpDevelop 4.0. 
 
13
    There are two builds of AvalonEdit included in this package. One that targets .NET 4.0 and 
 
14
    one that targets .NET 3.5.</description>
 
15
    <summary>AvalonEdit is the WPF-based text editor used in SharpDevelop 4.0.</summary>
 
16
    <language>en-US</language>
 
17
  </metadata>
 
18
</package>
 
 
b'\\ No newline at end of file'