Skip to content

Commit 11fabac

Browse files
committed
Add CHANGELOG entry for version 1.1.1
1 parent c90553e commit 11fabac

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [1.1.1][1.1.1] - 2024-11-07
8+
9+
* Fixed a bug where Chisel could fail in Visual Studio with a `MissingMethodException`.
10+
```
11+
Method not found: 'NuGet.Frameworks.NuGetFramework NuGet.ProjectModel.TargetFrameworkInformation.get_FrameworkName()'.
12+
at Chisel.LockFileExtensions.ReadPackages(LockFile lockFile, String tfm, String rid, Predicate`1 filter)
13+
at Chisel.Chisel.ProcessGraph() in /_/src/Chisel/Chisel.cs:line 161
14+
at Chisel.Chisel.Execute() in /_/src/Chisel/Chisel.cs:line 140
15+
```
16+
17+
This issue was only affecting Visual Studio. Rider and the `dotnet` command line interface were not affected.
18+
719
## [1.1.0][1.1.0] - 2024-09-13
820

921
* The `ChiselGraphIgnore` items now support simple globbing. For example to ignore all packages starting with `System.` in the graph, use the following syntax:
@@ -46,6 +58,7 @@ class Microsoft.Data.SqlClient default
4658

4759
Initial release on NuGet
4860

61+
[1.1.1]: https://github.com/0xced/Chisel/compare/1.1.0...1.1.1
4962
[1.1.0]: https://github.com/0xced/Chisel/compare/1.0.0...1.1.0
5063
[1.0.0]: https://github.com/0xced/Chisel/compare/1.0.0-rc.2...1.0.0
5164
[1.0.0-rc.2]: https://github.com/0xced/Chisel/compare/1.0.0-rc.1...1.0.0-rc.2

0 commit comments

Comments
 (0)