Skip to content

Commit 668eaf9

Browse files
Package still listed .NET 3.5 as supported
Link to change log added to Release Notes section
1 parent 170d586 commit 668eaf9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<DocumentationFile>ICSharpCode.AvalonEdit.xml</DocumentationFile>
1111
<Company>ic#code</Company>
1212
<Copyright>2000-2019 AlphaSierraPapa for the SharpDevelop Team</Copyright>
13-
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop. There are four builds of AvalonEdit included in this package. .NET 3.5, 4.0, 4.5 and .NET Core 3.0.</Description>
13+
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop. There are three builds of AvalonEdit included in this package: .NET 4.0, 4.5 and .NET Core 3.0.</Description>
1414
<Version>6.0</Version>
1515
<AssemblyVersion>6.0.0.0</AssemblyVersion>
1616
<FileVersion>6.0.0.0</FileVersion>
@@ -28,6 +28,7 @@
2828
<PackageProjectUrl>http://www.avalonedit.net</PackageProjectUrl>
2929
<PackageIconUrl>http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png</PackageIconUrl>
3030
<PackageTags>WPF Text Editor SharpDevelop AvalonEdit</PackageTags>
31+
<PackageReleaseNotes>Changes are detailed at https://github.com/icsharpcode/AvalonEdit/blob/master/ChangeLog.md</PackageReleaseNotes>
3132
</PropertyGroup>
3233

3334
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.0' ">

0 commit comments

Comments
 (0)