Skip to content

Commit

Permalink
Update debugger Nugets to 20221103.1129.0 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindshmicrosoft committed Dec 5, 2022
1 parent b152595 commit 9109e2e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Engine/SQLCallStackResolver.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
</ContentWithTargetPath>
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20220912.1623.0\content\amd64\dbghelp.dll">
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20221103.1129.0\content\amd64\dbghelp.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>dbghelp.dll</TargetPath>
<Link>DebuggerFiles\dbghelp.dll</Link>
</ContentWithTargetPath>
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20220912.1623.0\content\amd64\symsrv.dll">
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20221103.1129.0\content\amd64\symsrv.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>symsrv.dll</TargetPath>
<Link>DebuggerFiles\symsrv.dll</Link>
Expand Down
4 changes: 2 additions & 2 deletions Engine/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!--// Copyright (c) Microsoft Corporation. Licensed under the MIT License - see LICENSE file in this repo.-->
<packages>
<package id="Microsoft.Debugging.Platform.DbgEng" version="20220912.1623.0" targetFramework="net472" />
<package id="Microsoft.Debugging.Platform.SymSrv" version="20220912.1623.0" targetFramework="net472" />
<package id="Microsoft.Debugging.Platform.DbgEng" version="20221103.1129.0" targetFramework="net472" />
<package id="Microsoft.Debugging.Platform.SymSrv" version="20221103.1129.0" targetFramework="net472" />
<package id="Microsoft.SqlServer.XEvent.XELite" version="2022.11.10.6" targetFramework="net472" />
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
<package id="System.Collections.Immutable" version="7.0.0" targetFramework="net472" />
Expand Down
2 changes: 1 addition & 1 deletion latestrelease.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-11-09 00:00
2022-12-05 00:00
4 changes: 2 additions & 2 deletions utils/getBuildPreReqs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if ((dir "DIA/*").Length -ne 3)
$diaManifestPath = "DIA/msdia140.dll.manifest"
(Get-Content $diaManifestPath).Replace("DIA/msdia140.dll", "msdia140.dll") -Replace " description", " threadingModel=`"Both`" description " | Set-Content $diaManifestPath

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

0 comments on commit 9109e2e

Please sign in to comment.