Skip to content

Commit 39d1b85

Browse files
authored
Update Ionide.KeepAChangelog.Tasks to 0.3.1 (#240)
This picks up fixes for the issues with the old version breaking the build when running inside Visual Studio
1 parent b5079bf commit 39d1b85

File tree

2 files changed

+31
-29
lines changed

2 files changed

+31
-29
lines changed

CHANGELOG.md

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -46,77 +46,79 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4646

4747
### Changed
4848

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.
5050

5151
## [0.68.0] - 2024-11-18
5252

5353
### Added
5454

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)
5656

5757
### Removed
5858

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)
6060

6161

6262
## [0.67.0] - 2024-10-02
6363

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)
6567

6668
## [0.66.1] - 2024-09-02
6769

6870
### Changed
6971

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)
7173

7274
## [0.66.0] - 2024-08-17
7375

7476
### Changed
7577

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)
7779

7880
## [0.65.0] - 2024-05-15
7981

8082
### Changed
8183

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
8587

8688
## [0.64.0] - 2024-04-21
8789

8890
### Added
8991

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)
9294

9395
### Changed
9496

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)
9698

9799
## [0.63.0] - 2024-02-06
98100

99101
### Changed
100102

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)
102104

103105
## [0.62.0] - 2023-08-21
104106

105107
### Changed
106108

107-
* Updated to FSharp.Compiler.Service version 7.0.400
109+
- Updated to FSharp.Compiler.Service version 7.0.400
108110

109111
## [0.61.3] - 2022-04-01
110112

111113
### Fixed
112114

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)
114116

115117
## [0.61.2] - 2022-02-20
116118

117119
### Fixed
118120

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
120122

121123
## [0.61.1] - 2022-12-09
122124

@@ -146,47 +148,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
146148

147149
### Changed
148150

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!)
150152

151153
## [0.60.0] - 2022-08-21
152154

153155
### Added
154156

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!)
156158

157159
### Fixed
158160

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!)
161-
* [.NET 7 previews support](https://github.com/ionide/proj-info/pull/167)
161+
- [Support running on 6.0.400 by always performing Clean builds](https://github.com/ionide/proj-info/pull/162) (Thanks @TheAngryByrd!)
162+
- [Graph builder works for more types of projects](https://github.com/ionide/proj-info/pull/165) (Thanks @TheAngryByrd!)
163+
- [.NET 7 previews support](https://github.com/ionide/proj-info/pull/167)
162164

163165
## [0.59.2] - 2022-08-04
164166

165167
### Changed
166168

167-
* [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!)
168170

169171
## [0.59.1] - 2022-04-16
170172

171173
### Changed
172174

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)
174176

175177
## [0.59.0] - 2022-04-16
176178

177179
### Added
178180

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)
182184

183185
### Fixed
184186

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!)
186188

187189
### Changed
188190

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!)
190192

191193
## [0.58.2] - 2022-04-04
192194

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<ItemGroup>
1717
<!-- Packaging Dependencies -->
1818
<PackageVersion Include="Dotnet.ReproducibleBuilds" Version="1.2.25" PrivateAssets="All" />
19-
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" PrivateAssets="All" />
19+
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.3.1" PrivateAssets="All" />
2020
<!-- Main Project Dependencies -->
2121
<PackageVersion Include="FSharp.Core" Version="$(FSharpCoreVersion)" />
2222
<PackageVersion Include="FSharp.Compiler.Service" Version="$(FSharpCompilerVersion)" />

0 commit comments

Comments
 (0)