You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-28Lines changed: 30 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,77 +46,79 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
46
47
47
### Changed
48
48
49
-
* We now use the [Microsoft.VisualStudio.SolutionPersistence](https://github.com/microsoft/vs-solutionpersistence) library to parse solution files. This should be more reliable and faster than the previous implementation.
49
+
- We now use the [Microsoft.VisualStudio.SolutionPersistence](https://github.com/microsoft/vs-solutionpersistence) library to parse solution files. This should be more reliable and faster than the previous implementation.
50
50
51
51
## [0.68.0] - 2024-11-18
52
52
53
53
### Added
54
54
55
-
*[Support for F# 9 and .NET 9](https://github.com/ionide/proj-info/pull/219)
55
+
-[Support for F# 9 and .NET 9](https://github.com/ionide/proj-info/pull/219)
56
56
57
57
### Removed
58
58
59
-
*[Support for .NET 6 and 7 targets](https://github.com/ionide/proj-info/pull/219)
59
+
-[Support for .NET 6 and 7 targets](https://github.com/ionide/proj-info/pull/219)
60
60
61
61
62
62
## [0.67.0] - 2024-10-02
63
63
64
-
*[Add CompileItem metadata to types](https://github.com/ionide/proj-info/pull/213) (thanks @Smaug123)
64
+
### Changed
65
+
66
+
-[Add CompileItem metadata to types](https://github.com/ionide/proj-info/pull/213) (thanks @Smaug123)
65
67
66
68
## [0.66.1] - 2024-09-02
67
69
68
70
### Changed
69
71
70
-
*[Add clearer message on some failure cases](https://github.com/ionide/proj-info/pull/210) (thanks @Smaug123)
72
+
-[Add clearer message on some failure cases](https://github.com/ionide/proj-info/pull/210) (thanks @Smaug123)
71
73
72
74
## [0.66.0] - 2024-08-17
73
75
74
76
### Changed
75
77
76
-
*[Update FSharp packages for the .NET SDK 8.0.400 release](https://github.com/ionide/proj-info/pull/209)
78
+
-[Update FSharp packages for the .NET SDK 8.0.400 release](https://github.com/ionide/proj-info/pull/209)
77
79
78
80
## [0.65.0] - 2024-05-15
79
81
80
82
### Changed
81
83
82
-
* Updated F# Packages
83
-
* FSharp.Compiler.Service to 43.8.300
84
-
* FSharp.Core to 8.0.300
84
+
- Updated F# Packages
85
+
- FSharp.Compiler.Service to 43.8.300
86
+
- FSharp.Core to 8.0.300
85
87
86
88
## [0.64.0] - 2024-04-21
87
89
88
90
### Added
89
91
90
-
*[Support for loading projects that are missing or have invalid Imports](https://github.com/ionide/proj-info/pull/206)
91
-
*[Traversal projects can now be loaded successfully](https://github.com/ionide/proj-info/pull/207)
92
+
-[Support for loading projects that are missing or have invalid Imports](https://github.com/ionide/proj-info/pull/206)
93
+
-[Traversal projects can now be loaded successfully](https://github.com/ionide/proj-info/pull/207)
92
94
93
95
### Changed
94
96
95
-
*[Removed some uses of APIs that do not work from single-file publishing](https://github.com/ionide/proj-info/pull/204)
97
+
-[Removed some uses of APIs that do not work from single-file publishing](https://github.com/ionide/proj-info/pull/204)
96
98
97
99
## [0.63.0] - 2024-02-06
98
100
99
101
### Changed
100
102
101
-
*[Add support for reference assemblies to project cracking and FCS ProjectOptions mapping](https://github.com/ionide/proj-info/pull/200)
103
+
-[Add support for reference assemblies to project cracking and FCS ProjectOptions mapping](https://github.com/ionide/proj-info/pull/200)
102
104
103
105
## [0.62.0] - 2023-08-21
104
106
105
107
### Changed
106
108
107
-
* Updated to FSharp.Compiler.Service version 7.0.400
109
+
- Updated to FSharp.Compiler.Service version 7.0.400
108
110
109
111
## [0.61.3] - 2022-04-01
110
112
111
113
### Fixed
112
114
113
-
*[Pulling logs from MsBuild](https://github.com/ionide/proj-info/pull/189)
115
+
-[Pulling logs from MsBuild](https://github.com/ionide/proj-info/pull/189)
114
116
115
117
## [0.61.2] - 2022-02-20
116
118
117
119
### Fixed
118
120
119
-
* Updated version constraint for FSharp.Compiler.Service so that it doesn't have an upper bound
121
+
- Updated version constraint for FSharp.Compiler.Service so that it doesn't have an upper bound
120
122
121
123
## [0.61.1] - 2022-12-09
122
124
@@ -146,47 +148,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146
148
147
149
### Changed
148
150
149
-
*[Fix project file loading for Graph Build](https://github.com/ionide/proj-info/pull/169) (Thanks @TheAngryByrd!)
151
+
-[Fix project file loading for Graph Build](https://github.com/ionide/proj-info/pull/169) (Thanks @TheAngryByrd!)
150
152
151
153
## [0.60.0] - 2022-08-21
152
154
153
155
### Added
154
156
155
-
*[Logging for solution parsing failures](https://github.com/ionide/proj-info/pull/161) (Thanks @TheAngryByrd!)
157
+
-[Logging for solution parsing failures](https://github.com/ionide/proj-info/pull/161) (Thanks @TheAngryByrd!)
156
158
157
159
### Fixed
158
160
159
-
*[Support running on 6.0.400 by always performing Clean builds](https://github.com/ionide/proj-info/pull/162) (Thanks @TheAngryByrd!)
160
-
*[Graph builder works for more types of projects](https://github.com/ionide/proj-info/pull/165) (Thanks @TheAngryByrd!)
*[Add a method to efficiently map many ProjectOptions into FSharpProjectOptions](https://github.com/ionide/proj-info/pull/156) and [test it](https://github.com/ionide/proj-info/pull/159) (thanks @safesparrow!)
169
+
-[Add a method to efficiently map many ProjectOptions into FSharpProjectOptions](https://github.com/ionide/proj-info/pull/156) and [test it](https://github.com/ionide/proj-info/pull/159) (thanks @safesparrow!)
168
170
169
171
## [0.59.1] - 2022-04-16
170
172
171
173
### Changed
172
174
173
-
*[Better handling for C#/VB references](https://github.com/ionide/proj-info/pull/153)
175
+
-[Better handling for C#/VB references](https://github.com/ionide/proj-info/pull/153)
174
176
175
177
## [0.59.0] - 2022-04-16
176
178
177
179
### Added
178
180
179
-
*[Support JSON output for the proj-info tool](https://github.com/ionide/proj-info/pull/150)
180
-
*[Support C#/VB project dll references in FCS APIs](https://github.com/ionide/proj-info/pull/148) (Thanks @nojaf!)
181
-
*[Support for projects that use references from .NET Workloads](https://github.com/ionide/proj-info/pull/152)
181
+
-[Support JSON output for the proj-info tool](https://github.com/ionide/proj-info/pull/150)
182
+
-[Support C#/VB project dll references in FCS APIs](https://github.com/ionide/proj-info/pull/148) (Thanks @nojaf!)
183
+
-[Support for projects that use references from .NET Workloads](https://github.com/ionide/proj-info/pull/152)
182
184
183
185
### Fixed
184
186
185
-
*[Potential NullRef in the project system](https://github.com/ionide/proj-info/pull/143) (Thanks @knocte!)
187
+
-[Potential NullRef in the project system](https://github.com/ionide/proj-info/pull/143) (Thanks @knocte!)
186
188
187
189
### Changed
188
190
189
-
*[Perf improvement on translating project data for Graph Workspaces](https://github.com/ionide/proj-info/pull/144) (Thanks @nojaf!)
191
+
-[Perf improvement on translating project data for Graph Workspaces](https://github.com/ionide/proj-info/pull/144) (Thanks @nojaf!)
0 commit comments