Commit ee628da 1 parent 74884e7 commit ee628da Copy full SHA for ee628da
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
+ ## 2.1.36
4
+ * Updated NuGet.* packages to 6.9.1 to address CVE-2024 -0057
5
+
3
6
## 2.1.35
4
7
* Update NuGet.* packages to 6.8.0
5
8
* net8.0 support
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Function Install-NuGetExe {
72
72
$nugetDir = Split-Path $nugetExe
73
73
New-Item - ItemType Directory - Force - Path $nugetDir
74
74
75
- Invoke-WebRequest https:// dist.nuget.org/ win- x86- commandline/ v6.8.0 / nuget.exe - OutFile $nugetExe
75
+ Invoke-WebRequest https:// dist.nuget.org/ win- x86- commandline/ v6.9.1 / nuget.exe - OutFile $nugetExe
76
76
}
77
77
}
78
78
Original file line number Diff line number Diff line change 1
1
<Project ToolsVersion =" 15.0" >
2
2
<!-- Dependency versions -->
3
3
<PropertyGroup >
4
- <NuGetPackageVersion >6.8.0 </NuGetPackageVersion >
4
+ <NuGetPackageVersion >6.9.1 </NuGetPackageVersion >
5
5
</PropertyGroup >
6
6
7
7
<!-- Config -->
You can’t perform that action at this time.
0 commit comments