diff --git a/README.md b/README.md index e285f9a..345dc5f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ var avatarURL= GiveMeAnAvatar.GetAvatarURL(settings); |--------------------------------------------|------------------------------------------------------| | [placeholder.com](https://placeholder.com) | ![image](https://via.placeholder.com/128?Text=J%20S) | | [placeimg.com](https://placeimg.com) | ![image](https://placeimg.com/128/128/people) | -| [placekitten.com](https://placekitten.com) | ![image](https://placekitten.com/g/128/128?cache=nuget) | +| [placekitten.com](https://placekitten.com) | ![image](https://placekitten.com/g/128/128?usage=readme) | | [dummyimage.com](https://dummyimage.com/) | ![image](https://dummyimage.com/128x128&text=J%20S) | | [loremflickr.com](https://loremflickr.com) | ![image](https://loremflickr.com/128/128/human) | | [baconmockup.com](https://baconmockup.com) | ![image](https://baconmockup.com/128/128/) | diff --git a/src/GiveMeAnAvatar/GiveMeAnAvatar.csproj b/src/GiveMeAnAvatar/GiveMeAnAvatar.csproj index c0f12d3..04bf506 100644 --- a/src/GiveMeAnAvatar/GiveMeAnAvatar.csproj +++ b/src/GiveMeAnAvatar/GiveMeAnAvatar.csproj @@ -3,10 +3,11 @@ netstandard2.0;net5.0 true - 0.2.0 + 0.3.0 Gets a random avatar URL from a collection of different avatar generation services. Clyde D'Souza Give Me an Avatar + Give Me an Avatar MIT Copyright (c) 2020 Clyde D'Souza https://github.com/ClydeDz/give-me-an-avatar-nuget diff --git a/src/GiveMeAnAvatar/Model/AvatarSettings.cs b/src/GiveMeAnAvatar/Model/AvatarSettings.cs index 54557eb..1e87719 100644 --- a/src/GiveMeAnAvatar/Model/AvatarSettings.cs +++ b/src/GiveMeAnAvatar/Model/AvatarSettings.cs @@ -9,6 +9,11 @@ public class AvatarSettings private int? _size; private string _extraFilter; + /// + /// Use these avatar settings to customize your avatar a bit. + /// + public AvatarSettings() { } + /// /// (Optional) Some avatars display user initials or even the full name and if this setting isn't supplied, /// the program randomly decides a user initial. Feel free to supply a value if you need to