Skip to content

Commit 58b9ce4

Browse files
committed
edit package infos
1 parent fc5e814 commit 58b9ce4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/AspNetCore.Honeypot/AspNetCore.Honeypot.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6+
<Authors>usercode</Authors>
7+
<Description>Simple honeypot implementation for ASP.NET Core to detect bot posts.</Description>
8+
<PackageProjectUrl>https://github.com/usercode/AspNetCore.Honeypot</PackageProjectUrl>
9+
<PackageTags>asp.net; honeypot</PackageTags>
10+
<AssemblyVersion>1.0.3.0</AssemblyVersion>
11+
<FileVersion>1.0.3.0</FileVersion>
12+
<Version>1.0.3</Version>
513
</PropertyGroup>
614

715
<ItemGroup>

0 commit comments

Comments
 (0)