Skip to content

Commit 8cadeb5

Browse files
Bump version to 0.55.3
1 parent 054d710 commit 8cadeb5

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
56
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

8+
## [0.55.3] - 2021-11-19
9+
10+
### Fixed
11+
12+
- [Fix the project references in FCS layer](https://github.com/ionide/proj-info/pull/128)
13+
714
## [0.55.2] - 2021-11-17
815

916
### Changed
@@ -29,14 +36,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2936
- [fetch dotnet runtimes more safely](https://github.com/ionide/proj-info/pull/119) (thanks @Booksbaum!)
3037
- [Misc. fixes for cracking found from FSAC, support normalized drive letters and resource paths](https://github.com/ionide/proj-info/pull/120/files)
3138

32-
3339
## [0.54.1] - 2021-10-16
3440

3541
### Fixed
3642

3743
- Added more environment variable lookups for the `dotnet` binary, so modes like running under `dotnet test` should work more consistently.
3844

3945
## [0.54.0] - 2021-08-08
46+
4047
### Added
4148

4249
- The save path for binary logs can now be set
@@ -113,19 +120,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113120
- Fixed a bug with loading same project multiple times at the same time.
114121
- Fix a bug where C# projects were passed as project references when creating `FSharpProjectOptions`
115122

116-
117123
## [0.45.0] - 2020-12-19
118124

119125
### Changed
126+
120127
- Rename from `Dotnet.ProjInfo` to `Ionide.ProjInfo`
121128
- Rewrite using MsBuild API
122129

123130
### Added
131+
124132
- Add `Ionide.ProjInfo.Sln` (ported from `enricosada/Sln`)
125133
- Add `Ionide.ProjInfo.ProjectSystem` (ported from `fsharp/FsAutocomplete`)
126134
- Add `Ionide.ProjInfo.FCS`
127135

128136
### Removed
137+
129138
- Remove support for old/verbose project files
130139
- Remove CLI tool
131140
- Remove `Ionide.ProjInfo.Workspace` - functionality now in new `Ionide.ProjInfo`
@@ -134,4 +143,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134143
## [0.44.0] - 2020-08-11
135144

136145
### Added
137-
- Last version using manual MsBuild invoke and custom targets
146+
147+
- Last version using manual MsBuild invoke and custom targets

0 commit comments

Comments
 (0)