Skip to content

Commit 5659ec6

Browse files
Add package readme
1 parent 427c536 commit 5659ec6

4 files changed

Lines changed: 20 additions & 9 deletions

File tree

ICSharpCode.AvalonEdit.Sample/app.net35.config

Lines changed: 0 additions & 6 deletions
This file was deleted.

ICSharpCode.AvalonEdit/ICSharpCode.AvalonEdit.csproj

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
1010
<Company>ic#code</Company>
1111
<Copyright>2000-2022 AlphaSierraPapa for the SharpDevelop Team</Copyright>
12-
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop. There are five builds of AvalonEdit included in this package: .NET Framework 4.5 and 4.0, .NET Core 3.1, .NET 5.0 for Windows, .NET 6.0 for Windows.</Description>
12+
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop.</Description>
1313
<Version>6.2</Version>
1414
<AssemblyVersion>6.2.0.0</AssemblyVersion>
1515
<FileVersion>6.2.0.0</FileVersion>
@@ -29,6 +29,15 @@
2929
<PackageIcon>images\AvalonEditNuGetPackageIcon.png</PackageIcon>
3030
<PackageTags>WPF Text Editor SharpDevelop AvalonEdit</PackageTags>
3131
<PackageReleaseNotes>Changes are detailed at https://github.com/icsharpcode/AvalonEdit/blob/master/ChangeLog.md</PackageReleaseNotes>
32+
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
33+
</PropertyGroup>
34+
35+
<ItemGroup>
36+
<None Include="docs\PackageReadme.md" Pack="true" PackagePath="\" />
37+
</ItemGroup>
38+
39+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
40+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
3241
</PropertyGroup>
3342

3443
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0-windows' ">
@@ -40,7 +49,7 @@
4049
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' ">
4150
<DefineConstants>TRACE</DefineConstants>
4251
</PropertyGroup>
43-
52+
4453
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
4554
<Reference Include="System.Windows.Forms" />
4655
</ItemGroup>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## About
2+
3+
Check out the [official documentation](http://avalonedit.net/documentation/) and the
4+
[samples and articles wiki page](https://github.com/icsharpcode/AvalonEdit/wiki/Samples-and-Articles)
5+
6+
Make sure to try the AvalonEdit sample application in the repository - its project has additional documentation included.
7+
8+
OSS projects using AvalonEdit are listed on the repository main page.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ can be found on the [AvalonEdit homepage](http://avalonedit.net/)
1212
How to build
1313
-------
1414

15-
AvalonEdit is targeting net6.0-windows, net5.0-windows, netcoreapp3.1, net40 and net45 TFMs. Because of net6.0-windows you must have the .NET 6.0 SDK installed
15+
AvalonEdit is targeting net6.0-windows and net462 TFMs. Because of net6.0-windows you must have the .NET 6.0 SDK installed
1616
on your machine. Visual Studio 2022 Community and up is required for working with the solution (global.json will select the proper SDK to use for building for you).
1717

1818

0 commit comments

Comments
 (0)