From dd682b89c8075e26a54621421cffc98f0a96dab2 Mon Sep 17 00:00:00 2001 From: Rob Wood Date: Tue, 26 May 2026 08:06:08 +0100 Subject: [PATCH 1/4] Fix typo in project name in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7592704..b71a41d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Fake4Dataverse +# Fake4Datavese +![Fake4Dataverse](logo.png) An in-memory fake `IOrganizationService` and `IOrganizationServiceAsync2` for unit testing Dataverse / Dynamics 365 applications — no live connection required. From 563a13c8980c5f753b57bdf9d944706916783561 Mon Sep 17 00:00:00 2001 From: Rob Wood Date: Tue, 26 May 2026 08:06:43 +0100 Subject: [PATCH 2/4] Fix typo in project name from 'Fake4Datavese' to 'Fake4Dataverse' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b71a41d..0e1cc54 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Fake4Datavese +# Fake4Dataverse ![Fake4Dataverse](logo.png) An in-memory fake `IOrganizationService` and `IOrganizationServiceAsync2` for unit testing Dataverse / Dynamics 365 applications — no live connection required. From 12279bf080d8578d3f12773c334cbe283632fed7 Mon Sep 17 00:00:00 2001 From: Rob Wood Date: Tue, 26 May 2026 08:07:58 +0100 Subject: [PATCH 3/4] Change logo format in README.md Updated logo display format in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1cc54..33a313f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Fake4Dataverse -![Fake4Dataverse](logo.png) + An in-memory fake `IOrganizationService` and `IOrganizationServiceAsync2` for unit testing Dataverse / Dynamics 365 applications — no live connection required. From 1082230950821e573270b150c636ac09577e2279 Mon Sep 17 00:00:00 2001 From: Rob Wood Date: Tue, 26 May 2026 08:08:16 +0100 Subject: [PATCH 4/4] Adjust logo width in README Updated logo image width in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a313f..a479d92 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Fake4Dataverse - + An in-memory fake `IOrganizationService` and `IOrganizationServiceAsync2` for unit testing Dataverse / Dynamics 365 applications — no live connection required.