diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 2b860544..5b380e2d 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -4,6 +4,16 @@ See also [releases](https://github.com/NLog/NLog.Web/releases) and [milestones](
Date format: (year/month/day)
+### Version 5.3.13 (2024/09/12)
+
+- **NLog.Web.AspNetCore**
+ - [#1053](https://github.com/NLog/NLog.Web/pull/1053) AspNetRequestUrlRenderer - Mark Properties-option as DefaultParameter (#1053) (@snakefoot)
+ - [#1054](https://github.com/NLog/NLog.Web/pull/1054) Updated dependency NLog.Extensions.Logging v5.3.13 (#1054) (@snakefoot)
+
+- **NLog.Web**
+ - [#1053](https://github.com/NLog/NLog.Web/pull/1053) AspNetRequestUrlRenderer - Mark Properties-option as DefaultParameter (#1053) (@snakefoot)
+ - [#1054](https://github.com/NLog/NLog.Web/pull/1054) Updated dependency NLog v5.3.4 (#1054) (@snakefoot)
+
### Version 5.3.12 (2024/08/12)
- **NLog.Web.AspNetCore**
diff --git a/build.ps1 b/build.ps1
index c6b2bb95..7c6d0627 100644
--- a/build.ps1
+++ b/build.ps1
@@ -2,7 +2,7 @@
# creates NuGet package at \artifacts
dotnet --version
-$versionPrefix = "5.3.12" # Also update version for minor versions in appveyor.yml
+$versionPrefix = "5.3.13" # Also update version for minor versions in appveyor.yml
$versionSuffix = ""
$versionFile = $versionPrefix + "." + ${env:APPVEYOR_BUILD_NUMBER}
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
diff --git a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj
index 7864388a..5eb7a24f 100644
--- a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj
+++ b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/ASP.NET 4.6.1 - VS2017.csproj
@@ -49,11 +49,12 @@
..\..\..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll
- ..\..\..\..\packages\NLog.5.3.3\lib\net46\NLog.dll
+ ..\..\..\..\packages\NLog.5.3.4\lib\net46\NLog.dll
+
diff --git a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config
index b5645a5c..d3d81e79 100644
--- a/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config
+++ b/examples/ASP.NET 4.6.1/Visual Studio 2017/ASP.NET 4.6.1 - VS2017/packages.config
@@ -11,6 +11,6 @@
-
+
\ No newline at end of file
diff --git a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
index 13631b21..9e43f2e6 100644
--- a/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
+++ b/src/NLog.Web.AspNetCore/NLog.Web.AspNetCore.csproj
@@ -15,7 +15,8 @@ Integrates NLog as provider for Microsoft.Extensions.Logging, and provides NLog
ChangeLog:
-- Updated dependency NLog.Extensions.Logging v5.3.12 (#1051) (@snakefoot)
+- AspNetRequestUrlRenderer - Mark Properties-option as DefaultParameter (#1053) (@snakefoot)
+- Updated dependency NLog.Extensions.Logging v5.3.13 (#1054) (@snakefoot)
List of major changes in NLog 5.0: https://nlog-project.org/2022/05/16/nlog-5-0-finally-ready.html
@@ -72,7 +73,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
$(Title)
-
+
diff --git a/src/NLog.Web/NLog.Web.csproj b/src/NLog.Web/NLog.Web.csproj
index 5e6d0d74..1dd56a09 100644
--- a/src/NLog.Web/NLog.Web.csproj
+++ b/src/NLog.Web/NLog.Web.csproj
@@ -69,7 +69,7 @@ List of available Layout Renderers: https://nlog-project.org/config/?tab=layout-
-
+