diff --git a/Windows/Def/PaZword.Api/Properties/AssemblyInfo.cs b/Windows/Def/PaZword.Api/Properties/AssemblyInfo.cs index 98ecacf..d18e80f 100644 --- a/Windows/Def/PaZword.Api/Properties/AssemblyInfo.cs +++ b/Windows/Def/PaZword.Api/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Windows/Impl/PaZword.Core/Properties/AssemblyInfo.cs b/Windows/Impl/PaZword.Core/Properties/AssemblyInfo.cs index 1e57025..0a3cbb5 100644 --- a/Windows/Impl/PaZword.Core/Properties/AssemblyInfo.cs +++ b/Windows/Impl/PaZword.Core/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Windows/Impl/PaZword.Localization/Properties/AssemblyInfo.cs b/Windows/Impl/PaZword.Localization/Properties/AssemblyInfo.cs index 01a9c5c..6bf415a 100644 --- a/Windows/Impl/PaZword.Localization/Properties/AssemblyInfo.cs +++ b/Windows/Impl/PaZword.Localization/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Windows/Impl/PaZword/PaZword.csproj b/Windows/Impl/PaZword/PaZword.csproj index 7478c95..6fe2ead 100644 --- a/Windows/Impl/PaZword/PaZword.csproj +++ b/Windows/Impl/PaZword/PaZword.csproj @@ -15,7 +15,7 @@ False True Always - x86|x64|arm|arm64 + x86|x64 0 diff --git a/Windows/Impl/PaZword/Package.appxmanifest b/Windows/Impl/PaZword/Package.appxmanifest index 24d1ea8..a0c1565 100644 --- a/Windows/Impl/PaZword/Package.appxmanifest +++ b/Windows/Impl/PaZword/Package.appxmanifest @@ -10,7 +10,7 @@ + Version="2020.7.1.0" /> diff --git a/Windows/Impl/PaZword/Properties/AssemblyInfo.cs b/Windows/Impl/PaZword/Properties/AssemblyInfo.cs index d1de66e..51635af 100644 --- a/Windows/Impl/PaZword/Properties/AssemblyInfo.cs +++ b/Windows/Impl/PaZword/Properties/AssemblyInfo.cs @@ -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")]