Skip to content

Commit

Permalink
Merge pull request #319 from Numpsy/rw/metadata
Browse files Browse the repository at this point in the history
Add descriptions and license expressions to the nuget packages
  • Loading branch information
danipen authored Mar 31, 2023
2 parents b036472 + e4385e5 commit 34c9da9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/AvaloniaEdit.TextMate/AvaloniaEdit.TextMate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Description>TextMate integration for AvaloniaEdit.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/AvaloniaEdit/AvaloniaEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
<Description>This project is a port of AvalonEdit, a WPF-based text editor for Avalonia.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 34c9da9

Please sign in to comment.