Skip to content

Commit e802808

Browse files
committed
Make sure nuspec file is created (tags, projecturl) as before
1 parent 87fd511 commit e802808

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Src/NHibernate.Envers/NHibernate.Envers.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<Authors>Roger Kratz, NHibernate community, Hibernate community</Authors>
77
<Description>Audit trail integrated with NHibernate.</Description>
88
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
9+
<PackageTags>Audit, NHibernate, Envers, History, Auditing</PackageTags>
10+
<PackageProjectUrl>https://bitbucket.org/RogerKratz/nhibernate.envers</PackageProjectUrl>
911
<AssemblyOriginatorKeyFile>Envers.snk</AssemblyOriginatorKeyFile>
1012
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1113
</PropertyGroup>

0 commit comments

Comments
 (0)