Skip to content

Commit

Permalink
Update NuGet specification info and released version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayIT committed Dec 6, 2022
1 parent 485069b commit b727730
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
17 changes: 0 additions & 17 deletions RtfDomParser.nuspec

This file was deleted.

26 changes: 24 additions & 2 deletions Source/RtfDomParser/RtfDomParser.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>

<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Deterministic>false</Deterministic>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>RTF DOM Parser</Title>
<Version>7.0.0</Version>
<Authors>Nikolay.IT, yuan yong fu</Authors>
<PackageProjectUrl>https://github.com/NikolayIT/RtfDomParser</PackageProjectUrl>
<Description>RtfDomParser (a.k.a. DCSoft.RTF and XDesigner.RTF) is an open source C# library for parsing RTF documents and generating RTF DOM Tree.</Description>
<PackageReleaseNotes>Original version from yuan yong fu targeting .NET 7.0 with DCSoft.RTF namespaces</PackageReleaseNotes>
<PackageTags>RTF, RtfDomParser, DCSoft.RTF, XDesigner.RTF</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/SourceCodeBackup</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
Expand Down

0 comments on commit b727730

Please sign in to comment.