File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public class CSharpLanguageService : LanguageProcessor
1818 public override string Name { get ; } = "C#" ;
1919 public override string [ ] Extensions { get ; } = { ".dll" } ;
2020 public override string ProcessName => _csharpParserToolPath ;
21- public override string VersionString { get ; } = "27 " ;
21+ public override string VersionString { get ; } = "28 " ;
2222
2323 public CSharpLanguageService ( IConfiguration configuration , TelemetryClient telemetryClient ) : base ( telemetryClient )
2424 {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ parameters:
44 default : ' https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json'
55 - name : CSharpAPIParserVersion
66 type : string
7- default : ' 1.0.0-dev.20240719 .1'
7+ default : ' 1.0.0-dev.20240723 .1'
88
99trigger :
1010 branches :
You can’t perform that action at this time.
0 commit comments