Skip to content

Commit

Permalink
Bump version, update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ClydeDz committed Dec 30, 2020
1 parent 6502174 commit 5cc5e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GiveMeAnAvatar/GiveMeAnAvatar.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.3.0</Version>
<Version>1.0.0</Version>
<Description>Gets a random avatar URL from a collection of different avatar generation services.</Description>
<Authors>Clyde D'Souza</Authors>
<Product>Give Me an Avatar</Product>
Expand All @@ -13,7 +13,7 @@
<PackageProjectUrl>https://github.com/ClydeDz/give-me-an-avatar-nuget</PackageProjectUrl>
<RepositoryUrl>https://github.com/ClydeDz/give-me-an-avatar-nuget</RepositoryUrl>
<PackageIcon>Icon.jpg</PackageIcon>
<PackageReleaseNotes>Development release.</PackageReleaseNotes>
<PackageReleaseNotes>Add functionality to get a random avatar URL from a collection of different avatar generation services.</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>avatar avatar-generator avatar-library random-avatar mock-avatars gravatar placeholder-image identicon robohash thispersondoesnotexist human-avatars pixel-art-avatar ui-avatar picsum dummyimage avataaar uimaterial-avatars jdenticon</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit 5cc5e74

Please sign in to comment.