diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf5d568..872d9467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.57.1] - 2022-03-21 + +### Fixed + +- Packages that depend on project-to-project references for packaging now correctly determine package versions. + ## [0.57.0] - 2022-03-20 ### Changed - ProjectController.LoadProject now returns an Async bool to indicate eventual completion -- Fix heisen test https://github.com/ionide/proj-info/issues/136 +- Fix heisen test - Multiple agents being created by ProjectSystem ## [0.56.0] - 2022-03-19 diff --git a/src/Ionide.ProjInfo.Sln/Ionide.ProjInfo.Sln.csproj b/src/Ionide.ProjInfo.Sln/Ionide.ProjInfo.Sln.csproj index fed9fcec..15966cd6 100644 --- a/src/Ionide.ProjInfo.Sln/Ionide.ProjInfo.Sln.csproj +++ b/src/Ionide.ProjInfo.Sln/Ionide.ProjInfo.Sln.csproj @@ -7,11 +7,5 @@ true - - - all - runtime; build; native; contentfiles; analyzers - - \ No newline at end of file