diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index 140b6a1..1dd811f 100644 --- a/Engine/SQLCallStackResolver.Engine.csproj +++ b/Engine/SQLCallStackResolver.Engine.csproj @@ -112,12 +112,12 @@ - + PreserveNewest dbghelp.dll DebuggerFiles\dbghelp.dll - + PreserveNewest symsrv.dll DebuggerFiles\symsrv.dll @@ -128,6 +128,8 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + cd $(ProjectDir) @@ -138,4 +140,6 @@ type ..\utils\import-vsenv.ps1 ..\utils\getBuildPreReqs.ps1 2>nul | powershel false false + + \ No newline at end of file diff --git a/Engine/packages.config b/Engine/packages.config index d50faba..08f5b8f 100644 --- a/Engine/packages.config +++ b/Engine/packages.config @@ -1,8 +1,8 @@  - - + + diff --git a/latestrelease.txt b/latestrelease.txt index c80d726..8465647 100644 --- a/latestrelease.txt +++ b/latestrelease.txt @@ -1 +1 @@ -2025-06-06 00:00 +2025-06-22 00:00 diff --git a/utils/getBuildPreReqs.ps1 b/utils/getBuildPreReqs.ps1 index accbe7b..951fbaf 100644 --- a/utils/getBuildPreReqs.ps1 +++ b/utils/getBuildPreReqs.ps1 @@ -19,5 +19,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.20250411.1210.0/content/amd64/dbghelp.dll").VersionInfo.ToString() -@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250411.1210.0/content/amd64/symsrv.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20250611.1057.0/content/amd64/dbghelp.dll").VersionInfo.ToString() +@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20250611.1057.0/content/amd64/symsrv.dll").VersionInfo.ToString()