Skip to content

Commit

Permalink
removed engagment reference
Browse files Browse the repository at this point in the history
  • Loading branch information
arkoc committed Nov 11, 2017
1 parent 7ac7ed6 commit fe9b1ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions kmd/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?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" xmlns:genTemplate="http://schemas.microsoft.com/appx/developer/windowsTemplateStudio" IgnorableNamespaces="uap mp genTemplate">
<Identity Name="kommanderbeta" Publisher="CN=aramk" Version="0.5.2.0" />
<mp:PhoneIdentity PhoneProductId="0FFAA493-D2A9-4E6F-A9A1-9150AE3A5A90" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Identity Name="31150kommander.383449923250C" Publisher="CN=3CE60EBF-44F7-4B67-90EB-473227C1860C" Version="1.1.1.0" />
<mp:PhoneIdentity PhoneProductId="dc5f388f-c63c-4547-851d-312da01e9c7a" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>kommander (beta)</DisplayName>
<PublisherDisplayName>aramk</PublisherDisplayName>
<PublisherDisplayName>kommander</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
Expand Down
5 changes: 3 additions & 2 deletions kmd/Views/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ protected override void OnNavigatedTo(NavigationEventArgs e)

private async void Feedback_Click(object sender, Windows.UI.Xaml.RoutedEventArgs e)
{
var launcher = Microsoft.Services.Store.Engagement.StoreServicesFeedbackLauncher.GetDefault();
await launcher.LaunchAsync();
//TODO fix problems with microsfot engagment nuget
//var launcher = Microsoft.Services.Store.Engagement.StoreServicesFeedbackLauncher.GetDefault();
//await launcher.LaunchAsync();
}
}
}
10 changes: 5 additions & 5 deletions kmd/kmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateKeyFile>kmd_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateKeyFile>kmd_StoreKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<PackageCertificateThumbprint>E02FB9703230B109E35CA1109B4C0B172CE31958</PackageCertificateThumbprint>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -219,9 +220,6 @@
</AppxManifest>
</ItemGroup>
<ItemGroup>
<SDKReference Include="Microsoft.Services.Store.Engagement, Version=10.0">
<Name>Microsoft Engagement Framework</Name>
</SDKReference>
<SDKReference Include="Microsoft.VCLibs, Version=14.0">
<Name>Visual C++ 2015 Runtime for Universal Windows Platform Apps</Name>
</SDKReference>
Expand Down Expand Up @@ -275,6 +273,8 @@
<Content Include="KommanderVoiceCommands.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="kmd_StoreKey.pfx" />
<None Include="Package.StoreAssociation.xml" />
<Content Include="Properties\Default.rd.xml" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit fe9b1ed

Please sign in to comment.