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 ()