diff --git a/.gitignore b/.gitignore
index 49032888dca..8b96a911955 100644
--- a/.gitignore
+++ b/.gitignore
@@ -146,3 +146,4 @@ tests/**/TestResults/*.trx
# Standard output/error files in root directory
StandardOutput.txt
StandardError.txt
+**/TestResults/
diff --git a/docs/release-notes/.VisualStudio/17.13.md b/docs/release-notes/.VisualStudio/17.13.md
index 3d773a92b2f..6ed464505ed 100644
--- a/docs/release-notes/.VisualStudio/17.13.md
+++ b/docs/release-notes/.VisualStudio/17.13.md
@@ -5,5 +5,6 @@
* Code fix for adding missing `seq`. ([PR #17772](https://github.com/dotnet/fsharp/pull/17772))
### Changed
+* Updated OpenTelemetry package references to version 1.11.2 for improved telemetry capabilities.
### Breaking Changes
diff --git a/docs/release-notes/.VisualStudio/17.14.md b/docs/release-notes/.VisualStudio/17.14.md
index f9b710ea122..62e2bdb97ce 100644
--- a/docs/release-notes/.VisualStudio/17.14.md
+++ b/docs/release-notes/.VisualStudio/17.14.md
@@ -6,5 +6,6 @@
### Changed
* Make indent in generated overridden member code depend on the context, not fix to 4. ([PR #18341](https://github.com/dotnet/fsharp/pull/18341))
+* Updated OpenTelemetry package references to version 1.11.2 for improved telemetry capabilities.
### Breaking Changes
diff --git a/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj b/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj
index 81ac58f186c..862decf5606 100644
--- a/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj
+++ b/src/FSharp.VisualStudio.Extension/FSharp.VisualStudio.Extension.csproj
@@ -19,12 +19,12 @@
diff --git a/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj b/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj
index f9eed0619ad..484f8acfbb0 100644
--- a/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj
+++ b/tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj
@@ -103,7 +103,7 @@
-
+
diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj
index 8ccba61a5af..4618caa295b 100644
--- a/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj
+++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.fsproj
@@ -196,7 +196,7 @@
-
+