Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maniceraf committed Jun 16, 2024
1 parent f343870 commit 351c90b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions EasyHtmlToolkit/EasyHtmlToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Title>EasyHtmlToolkit</Title>
<PackageId>Maniceraf.EasyHtmlToolkit</PackageId>
<Authors>Maniceraf</Authors>
<Company>Maniceraf</Company>
<Description>EasyHtmlToolkit is a versatile library designed to simplify the creation and manipulation of HTML content in C#. It provides a straightforward and intuitive API for generating HTML documents dynamically, making it easier to integrate HTML generation into your applications.</Description>
<Copyright>Copyright © 2024 Maniceraf</Copyright>
<PackageProjectUrl>https://github.com/Maniceraf/EasyHtmlToolkit</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/Maniceraf/EasyHtmlToolkit</RepositoryUrl>
<PackageTags>Maniceraf;Maniceraf.EasyHtmlToolkit</PackageTags>
<IncludeSymbols>True</IncludeSymbols>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>

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

</Project>
1 change: 1 addition & 0 deletions EasyHtmlToolkit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EasyHtmlToolkit is a lightweight and versatile C# library designed to simplify the generation and manipulation of HTML content programmatically. Whether you're creating dynamic web pages, generating HTML emails, or automating report generation, EasyHtmlToolkit provides an intuitive API to streamline the process.

0 comments on commit 351c90b

Please sign in to comment.