Skip to content

Commit

Permalink
June 2021 alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmadhavan committed Jun 14, 2021
1 parent 8a48ec5 commit 6b03600
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Product>Fotografix</Product>
<AssemblyVersion>2.0.0.0</AssemblyVersion>

<Version>2.2103.1.0</Version>
<Version>2.2106.1.0</Version>

<LangVersion>9.0</LangVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Fotografix/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="31450MadhavanLakshminaray.Fotografix" Publisher="CN=C0FE2E95-E705-436F-993F-60ED0CDBE08C" Version="2.2103.1.0" />
<Identity Name="31450MadhavanLakshminaray.Fotografix" Publisher="CN=C0FE2E95-E705-436F-993F-60ED0CDBE08C" Version="2.2106.1.0" />
<mp:PhoneIdentity PhoneProductId="13322619-f7b5-4a31-a9a2-559e863ab585" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Fotografix</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: ComVisible(false)]

[assembly: AssemblyFileVersion("2.2103.1.0")]
[assembly: AssemblyFileVersion("2.2106.1.0")]

0 comments on commit 6b03600

Please sign in to comment.