Skip to content

Commit 78ce5e1

Browse files
committed
Update NuGet packages
1 parent b74e1d6 commit 78ce5e1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
106106
shell: powershell
107107
run: |
108-
.\.sonar\scanner\dotnet-sonarscanner begin /k:"sungaila_SUBSTitute" /o:"sungaila" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml
108+
.\.sonar\scanner\dotnet-sonarscanner begin /k:"sungaila_SUBSTitute" /o:"sungaila" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml
109109
dotnet restore SUBSTitute.sln
110110
dotnet build SUBSTitute.sln --configuration ${{ github.event_name != 'workflow_dispatch' && 'Debug' || inputs.build_configuration }} --no-restore -p:BuildMsix=false -p:GenerateAppxPackageOnBuild=false -p:AppxPackageSigningEnabled=false
111-
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
111+
.\.sonar\scanner\dotnet-sonarscanner end

src/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="42088DavidSungaila.426978D2B4847"
1212
Publisher="CN=A7B45941-28FC-4F92-B416-DDCDFFD9BCBC"
13-
Version="3.0.4.0" />
13+
Version="3.0.5.0" />
1414

1515
<mp:PhoneIdentity PhoneProductId="7524fd35-31df-41fe-9a89-532682530c83" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
1616

src/SUBSTitute.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
<!-- NuGet -->
4545
<PropertyGroup>
46-
<VersionPrefix>3.0.4</VersionPrefix>
46+
<VersionPrefix>3.0.5</VersionPrefix>
4747
<VersionSuffix></VersionSuffix>
4848
<Authors>David Sungaila</Authors>
4949
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
@@ -108,19 +108,19 @@
108108

109109
<!-- NuGet packages -->
110110
<ItemGroup>
111-
<PackageReference Include="CommunityToolkit.Labs.WinUI.Controls.DataTable" Version="0.1.250829-build.2245" />
111+
<PackageReference Include="CommunityToolkit.Labs.WinUI.Controls.DataTable" Version="0.1.251101-build.2372" />
112112
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
113113
<PackageReference Include="CommunityToolkit.WinUI.Behaviors" Version="8.2.250402" />
114114
<PackageReference Include="CommunityToolkit.WinUI.Collections" Version="8.2.250402" />
115115
<PackageReference Include="CommunityToolkit.WinUI.Controls.Segmented" Version="8.2.250402" />
116116
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.2.250402" />
117117
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.3.2" />
118118
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.2.0" />
119-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.250907003" />
120-
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.205" PrivateAssets="all" />
121-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3179.45" ExcludeAssets="all" />
119+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.251106002" />
120+
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.242" PrivateAssets="all" />
121+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3595.46" ExcludeAssets="all" />
122122
<PackageReference Include="Sungaila.ImmersiveDarkMode.WinUI" Version="1.0.0" />
123-
<PackageReference Include="WinUIEx" Version="2.8.0" />
123+
<PackageReference Include="WinUIEx" Version="2.9.0" />
124124
</ItemGroup>
125125

126126
<ItemGroup>

0 commit comments

Comments
 (0)