Skip to content

Commit 518c901

Browse files
committed
C#: Merge latest changes.
1 parent 103d140 commit 518c901

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

csharp/extractor/Semmle.Extraction/Extractor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@ public string OutputPath
203203

204204
public ILogger Logger { get; private set; }
205205

206-
public string Version => "1.8.0";
206+
public string Version => $"{ThisAssembly.Git.BaseTag} ({ThisAssembly.Git.Sha})";
207207
}
208208
}

csharp/extractor/Semmle.Extraction/Semmle.Extraction.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.CodeAnalysis" Version="2.8.0" />
12+
<PackageReference Include="GitInfo" Version="2.0.18" />
1213
</ItemGroup>
1314

1415
<ItemGroup>

0 commit comments

Comments
 (0)