From 7366c4a80e9f9feb8956ce9bf2d406d68893beb9 Mon Sep 17 00:00:00 2001 From: Andrii Chebukin Date: Sun, 24 May 2026 01:01:46 +0200 Subject: [PATCH] chore: update NuGet packages Updated multiple NuGet packages to latest versions: altcover, Argu, FAKE, FSharp.Compiler.Service, MSTest, NuGet, R3, and Unquote --- Directory.Packages.props | 48 ++++++++++++++++++++-------------------- build/Changelog.fs | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 7a0be7c..05b5418 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,31 +1,31 @@ - - + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - + + - + \ No newline at end of file diff --git a/build/Changelog.fs b/build/Changelog.fs index 47ea283..89245fe 100644 --- a/build/Changelog.fs +++ b/build/Changelog.fs @@ -167,7 +167,7 @@ let updateChangelog changelogPath (changelog : Fake.Core.Changelog.Changelog) gi ) let newChangelog = - Changelog.Changelog.New (changelog.Header, changelog.Description, None, newEntry :: changelog.Entries) + Changelog.Changelog.New (changelog.Header, changelog.Description, None, newEntry :: changelog.Entries, changelog.References) // Save changelog to temporary file before making any edits changelogBackupFilename <- System.IO.Path.GetTempFileName ()