Skip to content

Commit

Permalink
Push app version to 0.3.0 for beta build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiask committed Apr 28, 2022
1 parent 2642767 commit c8ef0fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<FluentStoreVersion>0.2.2.0</FluentStoreVersion>
<FluentStoreVersion>0.3.0.0</FluentStoreVersion>
<MinWindowsVersion>10.0.17763.0</MinWindowsVersion>
<TargetWindowsVersion>10.0.22000.0</TargetWindowsVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions FluentStore.App/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="52374YoshiAskharoun.FluentStore"
Publisher="CN=Joshua Askharoun, O=Joshua Askharoun, S=Texas, C=US"
Version="0.2.2.0" />
Version="0.3.0.0" />

<Properties>
<DisplayName>Fluent Store</DisplayName>
Expand All @@ -32,7 +32,7 @@
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="Fluent Store (Alpha)"
DisplayName="Fluent Store (Beta)"
Description="A unifying frontend for Windows app stores and package managers."
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Expand Down
4 changes: 2 additions & 2 deletions FluentStore.Package/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Identity
Name="52374YoshiAskharoun.FluentStore"
Publisher="CN=Joshua Askharoun, O=Joshua Askharoun, S=Texas, C=US"
Version="0.2.2.0" />
Version="0.3.0.0" />

<Properties>
<DisplayName>Fluent Store</DisplayName>
Expand All @@ -31,7 +31,7 @@
Executable="$targetnametoken$.exe"
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="Fluent Store (Alpha)"
DisplayName="Fluent Store (Beta)"
Description="A unifying frontend for Windows app stores and package managers."
BackgroundColor="transparent"
Square150x150Logo="Assets\Packaging\Square150x150Logo.png"
Expand Down

0 comments on commit c8ef0fe

Please sign in to comment.