asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
194 stars 55 forks source link

[FEATURE] update logo and project URLs #184

Closed m-wild closed 4 months ago

m-wild commented 4 months ago

Why do we need this improvement?

Nuget package still has the old logo and URLs

How will this change help?

Prevent confusion and make the project look up-to-date

Screenshots

No response

How could it be implemented/designed?

Update csproj

    <PackageIcon>logo.png</PackageIcon>
    <Authors>tehmantra</Authors>
    <RepositoryUrl>https://github.com/tehmantra/saunter</RepositoryUrl>
    <PackageProjectUrl>https://github.com/tehmantra/saunter</PackageProjectUrl>

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

None