Skip to content

Commit cd95ff8

Browse files
author
Gideon de Swardt
committed
Update the package settings
Removed the version information and added the license and readme file for the NuGet package information.
1 parent 232723b commit cd95ff8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/ExCSS/ExCSS.csproj

+11-5
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,25 @@
22

33
<PropertyGroup>
44
<LangVersion>9.0</LangVersion>
5-
<TargetFrameworks>net7.0;net6.0;netstandard2.1;netstandard2.0;netcoreapp3.1;net452</TargetFrameworks>
5+
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1;net48;netstandard2.1;netstandard2.0</TargetFrameworks>
66
<AssemblyName>ExCSS</AssemblyName>
77
<PackageId>ExCSS</PackageId>
88
<Title>ExCSS .NET Stylesheet Parser</Title>
99
<Authors>Tyler Brinks</Authors>
10-
<Description>ExCSS is a CSS 2.1 and CSS 3 parser for .NET. ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.</Description>
11-
<RepositoryUrl>https://github.com/TylerBrinks/ExCSS</RepositoryUrl>
12-
<PackageVersion>4.0.2</PackageVersion>
10+
<Description>
11+
ExCSS is a CSS 2.1 and CSS 3 parser for .NET.
12+
ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
13+
</Description>
14+
<PackageProjectUrl>https://github.com/TylerBrinks/ExCSS</PackageProjectUrl>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16+
<PackageReadmeFile>README.md</PackageReadmeFile>
17+
<RespositoryType>git</RespositoryType>
18+
<RepositoryUrl>https://github.com/TylerBrinks/ExCSS</RepositoryUrl>
1319
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1420
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1521
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
1622
<SignAssembly>true</SignAssembly>
1723
<AssemblyOriginatorKeyFile>ExCSS.snk</AssemblyOriginatorKeyFile>
18-
<Version>4.1.3</Version>
1924
</PropertyGroup>
2025

2126
<ItemGroup>
@@ -24,6 +29,7 @@
2429

2530
<ItemGroup>
2631
<Folder Include="Properties\" />
32+
<None Include="..\..\readme.md" Pack="true" PackagePath="\" />
2733
</ItemGroup>
2834

2935
</Project>

0 commit comments

Comments
 (0)