Skip to content

Commit edb01f4

Browse files
committed
5.0.2 nuspec
1 parent 59948f2 commit edb01f4

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

packages/AvalonEdit.Sample.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>AvalonEdit.Sample</id>
5-
<version>5.0.1-pre</version>
5+
<version>5.0.2</version>
66
<authors>Daniel Grunwald</authors>
77
<owners>SharpDevelop</owners>
88
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
99
<projectUrl>http://www.avalonedit.net</projectUrl>
1010
<iconUrl>http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png</iconUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>Sample code for AvalonEdit the WPF-based text editor used in SharpDevelop 4.0.
12+
<description>Sample code for AvalonEdit the WPF-based text editor used in SharpDevelop.
1313
Modify your App.xaml file so the StartupUri points to the AvalonEdit Sample window:
1414

1515
StartupUri="/Samples/AvalonEdit/Window1.xaml"</description>
16-
<summary>Sample code for AvalonEdit the WPF-based text editor used in SharpDevelop 4.0.</summary>
16+
<summary>Sample code for AvalonEdit the WPF-based text editor used in SharpDevelop.</summary>
1717
<language>en-US</language>
1818
<dependencies>
19-
<dependency id="AvalonEdit" version="5.0.1-pre" />
19+
<dependency id="AvalonEdit" version="5.0.2" />
2020
</dependencies>
2121
<frameworkAssemblies>
2222
<frameworkAssembly assemblyName="System.Windows.Forms" />

packages/AvalonEdit.nuspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
33
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<id>AvalonEdit</id>
5-
<version>5.0.1-pre</version>
5+
<version>5.0.2</version>
66
<authors>Daniel Grunwald</authors>
77
<owners>SharpDevelop</owners>
88
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -16,6 +16,7 @@
1616
* New Feature: Hide mouse cursor while typing (enabled by default)
1717
* New Feature: Highlight current line (disabled by default)
1818
* New Feature: Overstrike mode (disabled by default)
19+
* New Feature: 'underline' attribute in syntax highlighting definitions
1920
* AvalonEdit now raises the WPF DataObject attached events on clipboard and drag'n'drop operations.
2021
* Encoding detection now distinguishes between UTF-8 with BOM and UTF-8 without BOM. This prevents AvalonEdit from adding the BOM to existing UTF-8 files.
2122
* Improved handling of grapheme clusters. A base character followed by a combining mark is now treated as a single character by the caret movement logic.

0 commit comments

Comments
 (0)