diff --git a/README.md b/README.md
index 2366c0e..be9dbc5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
# WoofWare.Expect
+[](https://www.nuget.org/packages/WoofWare.Expect)
+[](https://github.com/Smaug123/WoofWare.Expect/actions?query=branch%3Amain)
+[](./LICENSE)
+
+
+
+
+
+
+
An [expect-testing](https://blog.janestreet.com/the-joy-of-expect-tests/) library for F#.
(Also known as "snapshot testing".)
diff --git a/WoofWare.Expect.Test/TestSurface.fs b/WoofWare.Expect.Test/TestSurface.fs
index 787ec73..f50f82d 100644
--- a/WoofWare.Expect.Test/TestSurface.fs
+++ b/WoofWare.Expect.Test/TestSurface.fs
@@ -18,7 +18,7 @@ module TestSurface =
let ``Ensure public API is fully documented`` () =
DocCoverage.assertFullyDocumented assembly
- []
+ []
// https://github.com/nunit/nunit3-vs-adapter/issues/876
let ``EnsureVersionIsMonotonic`` () =
MonotonicVersion.validate assembly "WoofWare.Expect"
diff --git a/WoofWare.Expect/WoofWare.Expect.fsproj b/WoofWare.Expect/WoofWare.Expect.fsproj
index 5c2cc1e..45694d7 100644
--- a/WoofWare.Expect/WoofWare.Expect.fsproj
+++ b/WoofWare.Expect/WoofWare.Expect.fsproj
@@ -1,4 +1,4 @@
-
+
netstandard2.0
@@ -23,9 +23,9 @@
True
\
-
+
True
- \
+ \logo.png
diff --git a/WoofWare.Expect/version.json b/WoofWare.Expect/version.json
index 4b1d8f3..e1081d8 100644
--- a/WoofWare.Expect/version.json
+++ b/WoofWare.Expect/version.json
@@ -5,8 +5,9 @@
],
"pathFilters": [
":/WoofWare.Expect/",
+ ":/logos/",
":/README.md",
":/Directory.Build.props",
":/LICENSE"
]
-}
\ No newline at end of file
+}
diff --git a/logo.png b/logo.png
deleted file mode 100644
index 8c79ba3..0000000
Binary files a/logo.png and /dev/null differ
diff --git a/logos/logo-dark-background.png b/logos/logo-dark-background.png
new file mode 100644
index 0000000..734404a
Binary files /dev/null and b/logos/logo-dark-background.png differ
diff --git a/logos/logo-light-background.png b/logos/logo-light-background.png
new file mode 100644
index 0000000..84c7de4
Binary files /dev/null and b/logos/logo-light-background.png differ