Skip to content

Commit

Permalink
Update embedded JavaScript analyzer to 9.11.0.20161 (#3341)
Browse files Browse the repository at this point in the history
Fxies #3334
  • Loading branch information
duncanp-sonar committed Nov 23, 2022
1 parent 8941a8a commit 32fd24d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/EmbeddedSonarAnalyzer.props
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<!-- Manually set the version of the SonarC# and VB analyzers to embed.
NB we assume that the SonarC# and SonarVB NuGet packages have the same version number. -->
<PropertyGroup>
<!-- Note: don't forget to upload the new packages to the package feed when changing
the SonarAnalyzer version -->
<EmbeddedSonarAnalyzerVersion>8.49.0.57237</EmbeddedSonarAnalyzerVersion>
<EmbeddedSonarCFamilyAnalyzerVersion>6.39.0.60440</EmbeddedSonarCFamilyAnalyzerVersion>
<EmbeddedSonarJSAnalyzerVersion>9.9.0.19492</EmbeddedSonarJSAnalyzerVersion>
<EmbeddedSonarJSAnalyzerVersion>9.11.0.20161</EmbeddedSonarJSAnalyzerVersion>
<EmbeddedSonarSecretsAnalyzerVersion>1.0.3</EmbeddedSonarSecretsAnalyzerVersion>
</PropertyGroup>

</Project>

0 comments on commit 32fd24d

Please sign in to comment.