diff --git a/Docs/logo_256x256.png b/Docs/Mockolate_256x256.png similarity index 100% rename from Docs/logo_256x256.png rename to Docs/Mockolate_256x256.png diff --git a/Docs/logo_512x512.png b/Docs/Mockolate_512x512.png similarity index 100% rename from Docs/logo_512x512.png rename to Docs/Mockolate_512x512.png diff --git a/Docs/logo.png b/Docs/logo.png new file mode 100644 index 00000000..5a7f8bd6 Binary files /dev/null and b/Docs/logo.png differ diff --git a/Docs/pages/00-index.md b/Docs/pages/00-index.md index 1868f258..be780133 100644 --- a/Docs/pages/00-index.md +++ b/Docs/pages/00-index.md @@ -1,10 +1,10 @@ # Mockolate -Mockolate logo +Mockolate logo [![Nuget](https://img.shields.io/nuget/v/Mockolate)](https://www.nuget.org/packages/Mockolate) -[**Mockolate**](https://github.com/aweXpect/Mockolate) is a modern, strongly-typed, AOT-compatible mocking library for .NET, powered by source generators. +[**Mockolate**](https://github.com/Testably/Mockolate) is a modern, strongly-typed, AOT-compatible mocking library for .NET, powered by source generators. It enables fast, compile-time validated mocking with .NET Standard 2.0, .NET 8, .NET 10 and .NET Framework 4.8. - **Source generator-based**: No runtime proxy generation. @@ -24,7 +24,7 @@ It enables fast, compile-time validated mocking with .NET Standard 2.0, .NET 8, For side-by-side setup, usage, and verification syntax against Moq, NSubstitute, and FakeItEasy, see the [full code comparison](08-comparison.md). -Already on Moq or NSubstitute? The companion package [`Mockolate.Migration`](https://github.com/aweXpect/Mockolate.Migration) +Already on Moq or NSubstitute? The companion package [`Mockolate.Migration`](https://github.com/Testably/Mockolate.Migration) ships analyzers and code fixers that translate common Moq and NSubstitute patterns to Mockolate syntax in-place: point it at an existing test project and apply the suggested fixes. diff --git a/Pipeline/Build.Pack.cs b/Pipeline/Build.Pack.cs index 29c18c63..3118eb3b 100644 --- a/Pipeline/Build.Pack.cs +++ b/Pipeline/Build.Pack.cs @@ -65,7 +65,7 @@ partial class Build if (foundBadge && string.IsNullOrWhiteSpace(line) && !addedImage) { sb.AppendLine(); - sb.AppendLine($"![Mockolate logo](https://raw.githubusercontent.com/{BuildExtensions.Owner}/{BuildExtensions.Repo}/main/Docs/logo_256x256.png) "); + sb.AppendLine($"![Mockolate logo](https://raw.githubusercontent.com/{BuildExtensions.Owner}/{BuildExtensions.Repo}/main/Docs/Mockolate_256x256.png) "); addedImage = true; } diff --git a/README.md b/README.md index 0e2b6663..1878200d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Mockolate -Mockolate logo +Mockolate logo [![Nuget](https://img.shields.io/nuget/v/Mockolate)](https://www.nuget.org/packages/Mockolate) [![Build](https://github.com/Testably/Mockolate/actions/workflows/build.yml/badge.svg)](https://github.com/Testably/Mockolate/actions/workflows/build.yml) diff --git a/Source/Directory.Build.props b/Source/Directory.Build.props index 621f012d..d56cd4a1 100644 --- a/Source/Directory.Build.props +++ b/Source/Directory.Build.props @@ -10,7 +10,7 @@ https://github.com/Testably/Mockolate.git git MIT - Docs/logo_256x256.png + Docs/logo.png Docs/README.md @@ -51,10 +51,14 @@ - + Link="\Docs\Mockolate_256x256.png"/> +