-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTempMailNET.csproj
More file actions
19 lines (18 loc) · 889 Bytes
/
TempMailNET.csproj
File metadata and controls
19 lines (18 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Authors>Firefly</Authors>
<Description>A high-performance .NET client library for the tempmail.plus API.</Description>
<PackageProjectUrl>https://github.com/ohmyfate/TempMail.NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/ohmyfate/TempMail.NET</RepositoryUrl>
<PackageTags>tempmail;email;api;dotnet;high-performance</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>