File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.57.1] - 2022-03-21
9+
10+ ### Fixed
11+
12+ - Packages that depend on project-to-project references for packaging now correctly determine package versions.
13+
814## [ 0.57.0] - 2022-03-20
915
1016### Changed
1117
1218- ProjectController.LoadProject now returns an Async bool to indicate eventual completion
13- - Fix heisen test https://github.com/ionide/proj-info/issues/136
19+ - Fix heisen test < https://github.com/ionide/proj-info/issues/136 >
1420- Multiple agents being created by ProjectSystem
1521
1622## [ 0.56.0] - 2022-03-19
Original file line number Diff line number Diff line change 77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
88 </PropertyGroup >
99
10- <ItemGroup >
11- <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 0.1.66" >
12- <PrivateAssets >all</PrivateAssets >
13- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
14- </PackageReference >
15- </ItemGroup >
1610 <Import Project =" ..\..\.paket\Paket.Restore.targets" />
1711</Project >
You can’t perform that action at this time.
0 commit comments