Release preparation for version 2.16.3

This commit is contained in:
github-actions[bot]
2024-02-20 14:26:23 +00:00
parent ed3dba8334
commit 6d061fbc35
145 changed files with 408 additions and 157 deletions

View File

@@ -1,3 +1,7 @@
## 1.7.9
No user-facing changes.
## 1.7.8
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.8
lastReleaseVersion: 1.7.9

View File

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

View File

@@ -1,3 +1,7 @@
## 1.7.9
No user-facing changes.
## 1.7.8
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.8
lastReleaseVersion: 1.7.9

View File

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

View File

@@ -1,3 +1,11 @@
## 0.8.9
### Minor Analysis Improvements
* C# 12: The QL and data flow library now support primary constructors.
* Added a new database relation to store key-value pairs corresponding to compilations. The new relation is used in
buildless mode to surface information related to dependency fetching.
## 0.8.8
### Minor Analysis Improvements

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* C# 12: The QL and data flow library now support primary constructors.

View File

@@ -1,6 +1,7 @@
---
category: minorAnalysis
---
## 0.8.9
### Minor Analysis Improvements
* C# 12: The QL and data flow library now support primary constructors.
* Added a new database relation to store key-value pairs corresponding to compilations. The new relation is used in
buildless mode to surface information related to dependency fetching.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.8
lastReleaseVersion: 0.8.9

View File

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

View File

@@ -1,3 +1,9 @@
## 0.8.9
### Minor Analysis Improvements
* Added sanitizers for relative URLs, `List.Contains()`, and checking the `.Host` property on an URI to the `cs/web/unvalidated-url-redirection` query.
## 0.8.8
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
* Added sanitizers for relative URLs, `List.Contains()`, and checking the `.Host` property on an URI to the `cs/web/unvalidated-url-redirection` query.
## 0.8.9
### Minor Analysis Improvements
* Added sanitizers for relative URLs, `List.Contains()`, and checking the `.Host` property on an URI to the `cs/web/unvalidated-url-redirection` query.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.8.8
lastReleaseVersion: 0.8.9

View File

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