Skip to content

Commit

Permalink
Studio and Simulator Versions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NizamLZ committed Oct 27, 2017
1 parent 4b4176f commit d8f9455
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ANAConversationSimulator/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="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" Publisher="CN=ProjectANA" Version="2.4.1.0" />
<Identity Name="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" Publisher="CN=ProjectANA" Version="2.4.2.0" />
<mp:PhoneIdentity PhoneProductId="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>ANA Conversation Simulator</DisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3401,19 +3401,19 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:ANA Conversation Studio"
"ProductCode" = "8:{FB197C54-4121-488F-8A56-4175FA54A7F7}"
"PackageCode" = "8:{74F0984E-2B8F-47CF-8FE5-9803B26B45D7}"
"ProductCode" = "8:{88A46ED5-B03F-4EB8-A2E1-0AEE6E8AEEC0}"
"PackageCode" = "8:{0BAC2FF0-8DD7-450E-9BC6-1C255D600DC9}"
"UpgradeCode" = "8:{1BD9D39A-BCB0-4988-88FE-7481A5494FFF}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:4.7.1"
"ProductVersion" = "8:4.7.2"
"Manufacturer" = "8:Project ANA"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:http://ana.chat"
"Title" = "8:ANA Conversation Studio 4.7.1"
"Title" = "8:ANA Conversation Studio 4.7.2"
"Subject" = "8:"
"ARPCONTACT" = "8:Project ANA"
"Keywords" = "8:"
Expand Down
4 changes: 2 additions & 2 deletions ANAConversationStudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 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("4.7.1.0")]
[assembly: AssemblyFileVersion("4.7.1.0")]
[assembly: AssemblyVersion("4.7.2.0")]
[assembly: AssemblyFileVersion("4.7.2.0")]

0 comments on commit d8f9455

Please sign in to comment.