Skip to content

Commit b727730

Browse files
committed
Update NuGet specification info and released version 7.0.0
1 parent 485069b commit b727730

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

RtfDomParser.nuspec

-17
This file was deleted.

Source/RtfDomParser/RtfDomParser.csproj

+24-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,34 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net7.0</TargetFramework>
5-
65
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
76
<Deterministic>false</Deterministic>
7+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
8+
<Title>RTF DOM Parser</Title>
9+
<Version>7.0.0</Version>
10+
<Authors>Nikolay.IT, yuan yong fu</Authors>
11+
<PackageProjectUrl>https://github.com/NikolayIT/RtfDomParser</PackageProjectUrl>
12+
<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>
13+
<PackageReleaseNotes>Original version from yuan yong fu targeting .NET 7.0 with DCSoft.RTF namespaces</PackageReleaseNotes>
14+
<PackageTags>RTF, RtfDomParser, DCSoft.RTF, XDesigner.RTF</PackageTags>
15+
<PackageReadmeFile>README.md</PackageReadmeFile>
16+
<RepositoryUrl>https://github.com/SourceCodeBackup</RepositoryUrl>
17+
<RepositoryType>git</RepositoryType>
18+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
819
</PropertyGroup>
920

21+
<ItemGroup>
22+
<None Include="..\..\LICENSE">
23+
<Pack>True</Pack>
24+
<PackagePath>\</PackagePath>
25+
</None>
26+
<None Include="..\..\README.md">
27+
<Pack>True</Pack>
28+
<PackagePath>\</PackagePath>
29+
</None>
30+
</ItemGroup>
31+
1032
<ItemGroup>
1133
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
1234
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />

0 commit comments

Comments
 (0)