Skip to content

Commit 9109e2e

Browse files
Update debugger Nugets to 20221103.1129.0 (#110)
1 parent b152595 commit 9109e2e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Engine/SQLCallStackResolver.Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@
104104
</ContentWithTargetPath>
105105
</ItemGroup>
106106
<ItemGroup>
107-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20220912.1623.0\content\amd64\dbghelp.dll">
107+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20221103.1129.0\content\amd64\dbghelp.dll">
108108
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
109109
<TargetPath>dbghelp.dll</TargetPath>
110110
<Link>DebuggerFiles\dbghelp.dll</Link>
111111
</ContentWithTargetPath>
112-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20220912.1623.0\content\amd64\symsrv.dll">
112+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20221103.1129.0\content\amd64\symsrv.dll">
113113
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
114114
<TargetPath>symsrv.dll</TargetPath>
115115
<Link>DebuggerFiles\symsrv.dll</Link>

Engine/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--// Copyright (c) Microsoft Corporation. Licensed under the MIT License - see LICENSE file in this repo.-->
33
<packages>
4-
<package id="Microsoft.Debugging.Platform.DbgEng" version="20220912.1623.0" targetFramework="net472" />
5-
<package id="Microsoft.Debugging.Platform.SymSrv" version="20220912.1623.0" targetFramework="net472" />
4+
<package id="Microsoft.Debugging.Platform.DbgEng" version="20221103.1129.0" targetFramework="net472" />
5+
<package id="Microsoft.Debugging.Platform.SymSrv" version="20221103.1129.0" targetFramework="net472" />
66
<package id="Microsoft.SqlServer.XEvent.XELite" version="2022.11.10.6" targetFramework="net472" />
77
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
88
<package id="System.Collections.Immutable" version="7.0.0" targetFramework="net472" />

latestrelease.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-11-09 00:00
1+
2022-12-05 00:00

utils/getBuildPreReqs.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if ((dir "DIA/*").Length -ne 3)
1818
$diaManifestPath = "DIA/msdia140.dll.manifest"
1919
(Get-Content $diaManifestPath).Replace("DIA/msdia140.dll", "msdia140.dll") -Replace " description", " threadingModel=`"Both`" description " | Set-Content $diaManifestPath
2020

21-
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20220912.1623.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
22-
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20220912.1623.0/content/amd64/symsrv.dll").VersionInfo.ToString()
21+
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20221103.1129.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
22+
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20221103.1129.0/content/amd64/symsrv.dll").VersionInfo.ToString()

0 commit comments

Comments
 (0)