Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions UniqueNameGenerator/UniqueNameGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<PropertyGroup>
<Authors>Michael Wolfenden</Authors>
<Description>Unique name generator is a package for generating random and unique names.</Description>
<Copyright>Copyright 2025-$([System.DateTime]::Now.ToString(yyyy)) Michael Wolfenden</Copyright>
<PackageProjectUrl>https://github.com/michael-wolfenden/UniqueNameGenerator</PackageProjectUrl>
<PackageTags>random names;unique names;name generator;word generator;string generator</PackageTags>
Expand Down
Loading