Skip to content

Commit

Permalink
Fix version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
1357310795 committed Oct 9, 2022
1 parent 725da67 commit f860afa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion JboxWebdav.MauiApp/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:converters="clr-namespace:JboxWebdav.MauiApp.Converters"
Title="JboxWebdav - v0.1-preview"
Title="JboxWebdav - v0.12"
Unloaded="ContentPage_Unloaded" Loaded="ContentPage_Loaded">
<ContentPage.Resources>
<converters:IsRunningToColorConverter x:Key="IsRunningToColorConverter" />
Expand Down
2 changes: 1 addition & 1 deletion JboxWebdav.MauiApp/Pages/LoginPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ContentPage x:Class="JboxWebdav.MauiApp.Pages.LoginPage"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
Title="JboxWebdav - v0.1-preview">
Title="JboxWebdav - v0.12">
<Grid x:Name="MainGrid">
<VerticalStackLayout HorizontalOptions="Center" VerticalOptions="Center">
<Label Margin="0,-20,0,0"
Expand Down
2 changes: 1 addition & 1 deletion JboxWebdav.MauiApp/Pages/NoVPNPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ContentPage x:Class="JboxWebdav.MauiApp.Pages.NoVPNPage"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
Title="JboxWebdav - v0.1-preview">
Title="JboxWebdav - v0.12">
<VerticalStackLayout>
<Image Margin="20"
Source="novpn.png" VerticalOptions="Center"
Expand Down
2 changes: 1 addition & 1 deletion JboxWebdav.MauiApp/Pages/WelcomePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="JboxWebdav.MauiApp.Pages.WelcomePage"
Title="JboxWebdav - v0.1-preview">
Title="JboxWebdav - v0.12">
<VerticalStackLayout HorizontalOptions="Center" VerticalOptions="Center">
<Image WidthRequest="200" Source="jbox_webdav.png" HorizontalOptions="Center" VerticalOptions="Center" />
<Label
Expand Down
2 changes: 1 addition & 1 deletion JboxWebdav.Test/LoginWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:ext="clr-namespace:Extensions"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
Title="Jac登录 - JboxWebdav - v1.0"
Title="Jac登录 - JboxWebdav - v0.12"
Width="413" Height="343"
Loaded="UserControl_Loaded" WindowStartupLocation="CenterScreen"
mc:Ignorable="d">
Expand Down
2 changes: 1 addition & 1 deletion JboxWebdav.WpfApp/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:local="clr-namespace:JboxWebdav.WpfApp"
xmlns:converters="clr-namespace:JboxWebdav.WpfApp.Converters"
Title="JboxWebdav - v0.1" Closed="Window_Closed"
Title="JboxWebdav - v0.12" Closed="Window_Closed"
Width="400" Height="400" StateChanged="Window_StateChanged"
Icon="/Resources/jbox-webdav.ico" Loaded="Window_Loaded"
WindowStartupLocation="CenterScreen"
Expand Down
2 changes: 1 addition & 1 deletion JboxWebdav.WpfApp/Views/LoginWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:ext="clr-namespace:Extensions"
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
Title="Jac登录 - JboxWebdav - v1.0"
Title="Jac登录 - JboxWebdav - v0.12"
Width="413" Height="343"
Loaded="UserControl_Loaded" WindowStartupLocation="CenterScreen"
mc:Ignorable="d" Icon="/Resources/jbox.ico">
Expand Down

0 comments on commit f860afa

Please sign in to comment.