Skip to content

Commit 63db282

Browse files
authored
Release/3.0.10 (#145)
* prepare release 3.0.10
1 parent 5502ac8 commit 63db282

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

NeedABreak/NeedABreak.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<UseWPF>true</UseWPF>
3232
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
3333
<Platforms>AnyCPU;x64;x86</Platforms>
34-
<AssemblyVersion>3.0.7.0</AssemblyVersion>
35-
<FileVersion>3.0.7.0</FileVersion>
34+
<AssemblyVersion>3.0.10.0</AssemblyVersion>
35+
<FileVersion>3.0.10.0</FileVersion>
3636
<RuntimeIdentifiers>win-x86;win-x64</RuntimeIdentifiers>
3737
</PropertyGroup>
3838
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

NeedABreakPackagingProject/NeedABreakPackagingProject.wapproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,30 @@
4949
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
5050
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
5151
<AppInstallerUri>https://bnobo.github.io/needabreak/NeedABreak/publish/setup.exe</AppInstallerUri>
52+
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
5253
</PropertyGroup>
5354
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
54-
<DefaultLanguage>fr-FR</DefaultLanguage>
55+
<DefaultLanguage>en-US</DefaultLanguage>
5556
<AppxBundle>Always</AppxBundle>
5657
</PropertyGroup>
5758
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
58-
<DefaultLanguage>fr-FR</DefaultLanguage>
59+
<DefaultLanguage>en-US</DefaultLanguage>
5960
<AppxBundle>Always</AppxBundle>
6061
</PropertyGroup>
6162
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
62-
<DefaultLanguage>fr-FR</DefaultLanguage>
63+
<DefaultLanguage>en-US</DefaultLanguage>
6364
<AppxBundle>Always</AppxBundle>
6465
</PropertyGroup>
6566
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
66-
<DefaultLanguage>fr-FR</DefaultLanguage>
67+
<DefaultLanguage>en-US</DefaultLanguage>
6768
<AppxBundle>Always</AppxBundle>
6869
</PropertyGroup>
6970
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
70-
<DefaultLanguage>fr-FR</DefaultLanguage>
71+
<DefaultLanguage>en-US</DefaultLanguage>
7172
<AppxBundle>Always</AppxBundle>
7273
</PropertyGroup>
7374
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
74-
<DefaultLanguage>fr-FR</DefaultLanguage>
75+
<DefaultLanguage>en-US</DefaultLanguage>
7576
<AppxBundle>Always</AppxBundle>
7677
</PropertyGroup>
7778
<ItemGroup>
@@ -130,6 +131,7 @@
130131
<Content Include="Images\Wide310x150Logo.scale-150.png" />
131132
<Content Include="Images\Wide310x150Logo.scale-200.png" />
132133
<Content Include="Images\Wide310x150Logo.scale-400.png" />
134+
<None Include="Package.StoreAssociation.xml" />
133135
<None Include="SigningCertificate.pfx" />
134136
</ItemGroup>
135137
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />

NeedABreakPackagingProject/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22

33
<Package
44
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="4467bNobo.NEEDABREAK"
1212
Publisher="CN=1B1E808E-4CEE-4CCF-A0BA-C633235E9947"
13-
Version="3.0.7.0" />
13+
Version="3.0.10.0" />
1414

1515
<Properties>
1616
<DisplayName>NEED A BREAK!</DisplayName>

publishing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Publish to Microsoft Store
22

3-
Hope the app will be accepted. App submitted, waiting for validation on https://partner.microsoft.com/
3+
1. Create a branch `Release/<version>` to prepare the release.
4+
1. Increase the app version in package manifest accordingly to semver.
5+
1. Publish a version locally for validation.
6+
1. Update the version number in csproj to match app package version.
7+
1. Update documentation as needed.
8+
1. Create a PR to root branch.
9+
1. Submit the built package to https://partner.microsoft.com/

0 commit comments

Comments
 (0)