Skip to content

Commit

Permalink
Ready for first beta
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbyRobbyRobby committed Sep 22, 2019
1 parent 8bcb20a commit ade6724
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Package.StoreAssociation.xml
Expand Up @@ -362,6 +362,8 @@
<MainPackageIdentityName>48402ValleySoftware.UWPVisualAssetGenerator</MainPackageIdentityName>
<ReservedNames>
<ReservedName>UWP Visual Asset Generator</ReservedName>
<ReservedName>Visual Asset Generator</ReservedName>
<ReservedName>Visual Asset Generator - Beta</ReservedName>
</ReservedNames>
</ProductReservedInfo>
<AccountPackageIdentityNames>
Expand Down
4 changes: 2 additions & 2 deletions Package.appxmanifest
Expand Up @@ -32,11 +32,11 @@
Executable="$targetnametoken$.exe"
EntryPoint="UWP_Visual_Asset _enerator.App">
<uap:VisualElements
DisplayName="Visual Asset Generator"
DisplayName="Visual Asset Generator - Beta"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
BackgroundColor="transparent"
Description="Visual Asset Generator">
Description="Visual Asset Generator - Beta">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
</uap:VisualElements>
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Visual Asset Generator")]
[assembly: AssemblyTitle("Visual Asset Generator - Beta")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Visual Asset Generator")]
[assembly: AssemblyProduct("Visual Asset Generator - Beta")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
2 changes: 1 addition & 1 deletion UWP Visual Asset Generator.csproj
Expand Up @@ -17,7 +17,7 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateThumbprint>4BEFACD1045BAEA6FFE7C4D00AC7F93C2A2DE4CB</PackageCertificateThumbprint>
<PackageCertificateThumbprint>1AE823F662977E96C71ACD479BB5E1E16698FC88</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<PackageCertificateKeyFile />
</PropertyGroup>
Expand Down
7 changes: 4 additions & 3 deletions UserControls/WelcomeUserControl.xaml
Expand Up @@ -50,7 +50,7 @@
FontWeight="Bold" Margin="0,0,0,4" />

<TextBlock Text="{x:Bind mainViewModel.Settings.AppName, Mode=OneWay}" Style="{ThemeResource SubheaderTextBlockStyle}"
VerticalAlignment="Center" TextWrapping="WrapWholeWords" HorizontalTextAlignment="Justify" />
VerticalAlignment="Center" TextWrapping="WrapWholeWords" HorizontalTextAlignment="Left" />
</StackPanel>

</Grid>
Expand All @@ -60,7 +60,8 @@
<TextBlock Text="Key Features:" TextWrapping="WrapWholeWords"
FontWeight="Bold" Margin="0,0,0,8" />

<TextBlock Text="- ." TextWrapping="WrapWholeWords" />
<TextBlock Text="- BETA - App to create store logo (visual assets) for apps." TextWrapping="WrapWholeWords" />
<TextBlock Text="- Currently UWP only.." TextWrapping="WrapWholeWords" />

</StackPanel>

Expand All @@ -69,7 +70,7 @@
<TextBlock Text="App Updated" FontWeight="Bold" />
<TextBlock Text="{Binding Settings.AppVersion, Mode=OneWay}" Margin="0,0,0,8"/>

<TextBlock Text="- ." TextWrapping="WrapWholeWords"/>
<TextBlock Text="- First (closed) beta." TextWrapping="WrapWholeWords"/>
</StackPanel>

<Button x:Name="btn_Continue" HorizontalAlignment="Stretch" BorderThickness="1" Windows10version1809:CornerRadius="0,0,2,2" Margin="0,8,0,0" HorizontalContentAlignment="Stretch"
Expand Down

0 comments on commit ade6724

Please sign in to comment.