diff --git a/Moq.AutoMock/Moq.AutoMock.csproj b/Moq.AutoMock/Moq.AutoMock.csproj index c3c7fd2..85b5320 100644 --- a/Moq.AutoMock/Moq.AutoMock.csproj +++ b/Moq.AutoMock/Moq.AutoMock.csproj @@ -24,6 +24,7 @@ snupkg true + NuGetIcon.png $(NoWarn);AMG0002 @@ -42,6 +43,7 @@ + diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..459dd2e --- /dev/null +++ b/NuGet.config @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/Logo.pdn b/assets/Logo.pdn new file mode 100644 index 0000000..9a00355 Binary files /dev/null and b/assets/Logo.pdn differ diff --git a/assets/NugetIcon.png b/assets/NugetIcon.png new file mode 100644 index 0000000..fbfc2ce Binary files /dev/null and b/assets/NugetIcon.png differ