Skip to content

Commit

Permalink
fix versioning issue with project-to-project references
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Mar 20, 2022
1 parent 5bc6881 commit bd6cd8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/ionide/proj-info/issues/136>
- Multiple agents being created by ProjectSystem

## [0.56.0] - 2022-03-19
Expand Down
6 changes: 0 additions & 6 deletions src/Ionide.ProjInfo.Sln/Ionide.ProjInfo.Sln.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,5 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DotNet.ReproducibleBuilds" Version="0.1.66">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>

0 comments on commit bd6cd8e

Please sign in to comment.