diff --git a/CHANGES.md b/CHANGES.md
index c902a8640..6341b4438 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,10 @@
# LibGit2Sharp Changes
+## v0.27.1 - ([diff](https://github.com/libgit2/libgit2sharp/compare/0.27.0..0.27.1))
+
+### Fixes
+ - AssemblyVersion of v0.27.0 is `0.0.0.0`, which is lower than the AssemblyVersion of the v0.26.x releases. [#2030](https://github.com/libgit2/libgit2sharp/pull/2030)
+
## v0.27 - ([diff](https://github.com/libgit2/libgit2sharp/compare/v0.26..0.27.0))
### Changes
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index 6aa70519c..abab84c8a 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -15,6 +15,7 @@
true
..\libgit2sharp.snk
square-logo.png
+ App_Readme/README.md
App_Readme/LICENSE.md
true
preview.0
@@ -46,4 +47,12 @@
+
+
+ $(MinVerMajor).$(MinVerMinor).0.0
+ $(MinVerMajor).$(MinVerMinor).$(MinVerPatch)
+ $(PackageVersion)-$(MinVerPreRelease)
+
+
+