Add package readme
This commit is contained in:
Родитель
427c536c30
Коммит
5659ec6db7
|
@ -1,6 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v2.0.50727" />
|
||||
</startup>
|
||||
</configuration>
|
|
@ -9,7 +9,7 @@
|
|||
<AssemblyOriginatorKeyFile>ICSharpCode.AvalonEdit.snk</AssemblyOriginatorKeyFile>
|
||||
<Company>ic#code</Company>
|
||||
<Copyright>2000-2022 AlphaSierraPapa for the SharpDevelop Team</Copyright>
|
||||
<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>
|
||||
<Description>AvalonEdit is the WPF-based text editor used in SharpDevelop.</Description>
|
||||
<Version>6.2</Version>
|
||||
<AssemblyVersion>6.2.0.0</AssemblyVersion>
|
||||
<FileVersion>6.2.0.0</FileVersion>
|
||||
|
@ -29,6 +29,15 @@
|
|||
<PackageIcon>images\AvalonEditNuGetPackageIcon.png</PackageIcon>
|
||||
<PackageTags>WPF Text Editor SharpDevelop AvalonEdit</PackageTags>
|
||||
<PackageReleaseNotes>Changes are detailed at https://github.com/icsharpcode/AvalonEdit/blob/master/ChangeLog.md</PackageReleaseNotes>
|
||||
<PackageReadmeFile>PackageReadme.md</PackageReadmeFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="docs\PackageReadme.md" Pack="true" PackagePath="\" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
|
||||
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0-windows' ">
|
||||
|
@ -40,7 +49,7 @@
|
|||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462' ">
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
</ItemGroup>
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
## About
|
||||
|
||||
Check out the [official documentation](http://avalonedit.net/documentation/) and the
|
||||
[samples and articles wiki page](https://github.com/icsharpcode/AvalonEdit/wiki/Samples-and-Articles)
|
||||
|
||||
Make sure to try the AvalonEdit sample application in the repository - its project has additional documentation included.
|
||||
|
||||
OSS projects using AvalonEdit are listed on the repository main page.
|
|
@ -12,7 +12,7 @@ can be found on the [AvalonEdit homepage](http://avalonedit.net/)
|
|||
How to build
|
||||
-------
|
||||
|
||||
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
|
||||
AvalonEdit is targeting net6.0-windows and net462 TFMs. Because of net6.0-windows you must have the .NET 6.0 SDK installed
|
||||
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).
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче