commit 90d0fbaedae9975ac562c5cd4a0ebfe06b6a8820 parent ed2b714b4931cf530ae74e6fd55ae2ce3b0875ce Author: SkandaBT <9980056379Skanda@gmail.com> Date: Wed, 18 Sep 2024 12:49:45 +0530 Fix grammatical issues in Bug Report.yml, and Update dependencies (#4788) Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -9,7 +9,7 @@ body: > **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to GitHub issues**. > Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. > - > If this is an application crash, please also provide a Feedback Hub submission link if at all possible so we can find your diagnostic data on the backend. + > If this is an application crash, please provide a Feedback Hub submission link if possible so we can find your diagnostic data on the backend. > You can open the Feedback Hub directly to the prepopulated form at https://aka.ms/winget-feedback > Alternatively, use the category "Apps > Windows Package Manager" and choose "Share My Feedback" after submission to get the link. > diff --git a/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj b/src/AppInstallerCLIE2ETests/AppInstallerCLIE2ETests.csproj @@ -21,7 +21,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.8" /> + <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.18" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.2" /> <PackageReference Include="Microsoft.Msix.Utils" Version="2.1.1" /> <PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" /> diff --git a/src/Microsoft.Management.Configuration.UnitTests/Microsoft.Management.Configuration.UnitTests.csproj b/src/Microsoft.Management.Configuration.UnitTests/Microsoft.Management.Configuration.UnitTests.csproj @@ -35,7 +35,7 @@ <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> <PackageReference Include="Moq" Version="4.18.2" /> - <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.8" GeneratePathProperty="true" /> + <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.18" GeneratePathProperty="true" /> </ItemGroup> <ItemGroup>