Release preparation for version 2.20.2

This commit is contained in:
github-actions[bot]
2025-01-20 14:44:12 +00:00
committed by Chris Smowton
parent 3e5707154a
commit a0512a50f2
178 changed files with 479 additions and 211 deletions

View File

@@ -1,3 +1,7 @@
## 1.7.32
No user-facing changes.
## 1.7.31
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.7.32
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.31
lastReleaseVersion: 1.7.32

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-all
version: 1.7.32-dev
version: 1.7.32
groups:
- csharp
- solorigate

View File

@@ -1,3 +1,7 @@
## 1.7.32
No user-facing changes.
## 1.7.31
No user-facing changes.

View File

@@ -0,0 +1,3 @@
## 1.7.32
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.31
lastReleaseVersion: 1.7.32

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-queries
version: 1.7.32-dev
version: 1.7.32
groups:
- csharp
- solorigate

View File

@@ -1,3 +1,11 @@
## 4.0.2
### Minor Analysis Improvements
* Added extractor support for extracting implicit `ToString` calls in binary `+` expressions and string interpolation expressions.
* The Razor source generator invocation in `build-mode:none` extraction has been changed to use relative file paths instead of absolute ones.
* C# 13: Added extractor support and call dispatch logic (data flow) for the (negative) type parameter constraint `allows ref struct`. Added extractor support for the type parameter constraint `notnull`.
## 4.0.1
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* C# 13: Added extractor support and call dispatch logic (data flow) for the (negative) type parameter constraint `allows ref struct`. Added extractor support for the type parameter constraint `notnull`.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The Razor source generator invocation in `build-mode:none` extraction has been changed to use relative file paths instead of absolute ones.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added extractor support for extracting implicit `ToString` calls in binary `+` expressions and string interpolation expressions.

View File

@@ -0,0 +1,7 @@
## 4.0.2
### Minor Analysis Improvements
* Added extractor support for extracting implicit `ToString` calls in binary `+` expressions and string interpolation expressions.
* The Razor source generator invocation in `build-mode:none` extraction has been changed to use relative file paths instead of absolute ones.
* C# 13: Added extractor support and call dispatch logic (data flow) for the (negative) type parameter constraint `allows ref struct`. Added extractor support for the type parameter constraint `notnull`.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.1
lastReleaseVersion: 4.0.2

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-all
version: 4.0.2-dev
version: 4.0.2
groups: csharp
dbscheme: semmlecode.csharp.dbscheme
extractor: csharp

View File

@@ -1,3 +1,7 @@
## 1.0.15
No user-facing changes.
## 1.0.14
### Minor Analysis Improvements

View File

@@ -0,0 +1,3 @@
## 1.0.15
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.0.14
lastReleaseVersion: 1.0.15

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 1.0.15-dev
version: 1.0.15
groups:
- csharp
- queries