Skip to content

Commit

Permalink
update to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
tesar-tech committed Nov 6, 2021
1 parent 073d853 commit 55e9973
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">

<Grid>
<TextBlock Text="It's working. v5"/>
<TextBlock Text="It's working. v6"/>
</Grid>
</Page>
2 changes: 1 addition & 1 deletion NoApp/Store/appMetadata/en-us/baseListing/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"keywords": ["azure-pipelines","UWP","automation"],
"websiteUrl": "https://github.com/tesar-tech/StoreUp",
"description": "App for testing store and azure-pipelines automation.v3",
"description": "App for testing store and azure-pipelines automation.v6",
"features": ["Do nothing","Runs very fast","Shows blank screen","another feature"],
"releaseNotes": "This is default release note",
"title": "Store Up",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Store Up

<a href='//www.microsoft.com/store/apps/9PH5NNZ5BXFQ?cid=storebadge&ocid=badge'><img src='https://assets.windowsphone.com/13484911-a6ab-4170-8b7e-795c1e8b4165/English_get_L_InvariantCulture_Default.png' alt='English badge' width="100" /></a>
[Download StoreUp from the Microsoft Store.](https://www.microsoft.com/en-us/p/storeup/9ph5nnz5bxfq)



App for testing automatic store update with azure-pipelines. (just blank uwp app with no functionality).
Expand Down
4 changes: 2 additions & 2 deletions StoreUp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>StoreUp</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.18362.0</TargetPlatformVersion>
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -204,7 +204,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.9</Version>
<Version>6.2.13</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down

0 comments on commit 55e9973

Please sign in to comment.