Skip to content

Commit bd6cd8e

Browse files
committed
fix versioning issue with project-to-project references
1 parent 5bc6881 commit bd6cd8e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

src/Ionide.ProjInfo.Sln/Ionide.ProjInfo.Sln.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,5 @@
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>

0 commit comments

Comments
 (0)