Skip to content

Commit

Permalink
Updated to version 2020.7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Jul 1, 2020
1 parent d6a39d1 commit 6c8bd0c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Windows/Def/PaZword.Api/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.7.1.1")]
[assembly: AssemblyFileVersion("2020.7.1.1")]
[assembly: AssemblyVersion("2020.7.1.3")]
[assembly: AssemblyFileVersion("2020.7.1.3")]

4 changes: 2 additions & 2 deletions Windows/Impl/PaZword.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.7.1.1")]
[assembly: AssemblyFileVersion("2020.7.1.1")]
[assembly: AssemblyVersion("2020.7.1.3")]
[assembly: AssemblyFileVersion("2020.7.1.3")]

[assembly: InternalsVisibleTo("PaZword.Tests")]

4 changes: 2 additions & 2 deletions Windows/Impl/PaZword.Localization/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.7.1.1")]
[assembly: AssemblyFileVersion("2020.7.1.1")]
[assembly: AssemblyVersion("2020.7.1.3")]
[assembly: AssemblyFileVersion("2020.7.1.3")]

[assembly: InternalsVisibleTo("PaZword.Tests")]

2 changes: 1 addition & 1 deletion Windows/Impl/PaZword/PaZword.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm|arm64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
Expand Down
2 changes: 1 addition & 1 deletion Windows/Impl/PaZword/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="64360VelerSoftware.PaZword"
Publisher="CN=3D87C8C2-C6F4-4875-B258-5FEC13B08F81"
Version="2020.6.29.0" />
Version="2020.7.1.0" />

<mp:PhoneIdentity PhoneProductId="8c4858c9-136d-4797-bd39-ad0bada941ea" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
4 changes: 2 additions & 2 deletions Windows/Impl/PaZword/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2020.7.1.1")]
[assembly: AssemblyFileVersion("2020.7.1.1")]
[assembly: AssemblyVersion("2020.7.1.3")]
[assembly: AssemblyFileVersion("2020.7.1.3")]

[assembly: InternalsVisibleTo("PaZword.Tests")]

0 comments on commit 6c8bd0c

Please sign in to comment.