File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ Function Start-PopUp ($Message) {
249249 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
250250 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
251251 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
252- xmlns:local="clr-namespace:WiGui_v3 "
252+ xmlns:local="clr-namespace:Winget_Intune_Packager "
253253 mc:Ignorable="d"
254- Title="Winget Intune Packager $WingetIntunePackager " ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Topmost="True" Width="280" MinHeight="120 " SizeToContent="Height">
254+ Title="Winget Intune Packager $WingetIntunePackager " ResizeMode="NoResize" WindowStartupLocation="CenterScreen" Topmost="True" Width="280" MinHeight="130 " SizeToContent="Height">
255255 <Grid>
256256 <TextBlock x:Name="PopUpLabel" HorizontalAlignment="Center" VerticalAlignment="Center" TextWrapping="Wrap" Margin="20"/>
257257 </Grid>
@@ -533,7 +533,7 @@ function Get-WIPLatestVersion {
533533 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
534534 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
535535 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
536- xmlns:local="clr-namespace:WiGui_v3 "
536+ xmlns:local="clr-namespace:Winget_Intune_Packager "
537537 mc:Ignorable="d"
538538 Title="Winget Intune Packager $WingetIntunePackager - Update available" ResizeMode="NoResize" SizeToContent="WidthAndHeight" WindowStartupLocation="CenterScreen" Topmost="True">
539539 <Grid>
@@ -657,4 +657,4 @@ Start-InstallGUI
657657
658658# Remove temp items
659659Start-Sleep 3
660- Remove-Item $Location - Recurse - Force - Confirm:$false
660+ Remove-Item $Location - Recurse - Force - Confirm:$false
You can’t perform that action at this time.
0 commit comments