Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #483 from Azure-Samples/FixDoubleClick
Browse files Browse the repository at this point in the history
Move version to 1.0.1
  • Loading branch information
xiangyan99 committed Mar 30, 2016
2 parents c32900e + 32148dd commit 144c444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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="2db66399-c05a-4736-b4dc-f7b061ebe028" Publisher="CN=james" Version="1.0.0.0" />
<Identity Name="2db66399-c05a-4736-b4dc-f7b061ebe028" Publisher="CN=james" Version="1.0.1.0" />
<mp:PhoneIdentity PhoneProductId="2db66399-c05a-4736-b4dc-f7b061ebe028" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>MyDriving</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: ComVisible(false)]

0 comments on commit 144c444

Please sign in to comment.