Skip to content

Commit c33fbd6

Browse files
committed
update window size for tags
bump vulnerable package
1 parent 91edd7b commit c33fbd6

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/AzureKeyVaultStudio.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
8989
<PackageReference Include="Microsoft.Identity.Client.Extensions.Msal" />
9090
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" />
91+
<PackageReference Include="Tmds.DBus.Protocol" />
9192
<PackageReference Include="Uno.WinUI.MSAL" />
9293
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" />
9394
<PackageReference Include="CommunityToolkit.WinUI.Controls.Segmented" />

src/uno/AzureKeyVaultStudio/AzureKeyVaultStudio/Presentation/ViewModels/VaultViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ private async Task ShowProperties(KeyVaultItemProperties model)
846846
{
847847
(itemVm as IDisposable)?.Dispose();
848848
};
849-
window.AppWindow.Resize(new SizeInt32 { Width = 620, Height = 580 });
849+
window.AppWindow.Resize(new SizeInt32 { Width = 620, Height = 680 });
850850
if (Application.Current is App app && app.MainWindow is Window mainWindow)
851851
{
852852
var mainPos = mainWindow.AppWindow.Position;

src/uno/AzureKeyVaultStudio/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ItemGroup>
99
<PackageVersion Include="FluentAssertions" Version="[7.0.0]" />
1010
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
11+
<PackageVersion Include="Tmds.DBus.Protocol" Version="0.92.0" />
1112
<PackageVersion Include="Uno.UITest.Helpers" Version="1.1.0-dev.70" />
1213
<PackageVersion Include="Azure.Core" Version="1.50.0" />
1314
<PackageVersion Include="Azure.ResourceManager" Version="1.13.2" />

src/uno/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
// To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information.
33
"msbuild-sdks": {
4-
"Uno.Sdk": "6.6.0-dev.162"
4+
"Uno.Sdk": "6.6.0-dev.180"
55
},
66
"sdk": {
77
"allowPrerelease": false

0 commit comments

Comments
 (0)