Skip to content

Commit

Permalink
final for 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
escape-llc committed Oct 13, 2019
1 parent 58c137a commit 52e6fc7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("eScape Technology LLC")]
[assembly: AssemblyProduct("Charts for UWP")]
[assembly: AssemblyCopyright("Copyright © 2017-18")]
[assembly: AssemblyCopyright("Copyright © 2017-19")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="publish\icon.png" />
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="eScapeTechnologyLLC.YetAnotherChartComponentDemo" Publisher="CN=eScape Technology LLC" Version="1.0.3.0" />
<mp:PhoneIdentity PhoneProductId="05458329-ab86-4eaa-9da0-a2dce73cb2ed" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Identity Name="eScapeTechnologyLLC.YetAnotherChartComponentDemo" Publisher="CN=3D68122A-CFAD-4771-A47D-34317340F18F" Version="1.0.4.0" />
<mp:PhoneIdentity PhoneProductId="531ce7e3-58eb-442d-9331-b9e112d50ae5" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Yet Another Chart Component Demo</DisplayName>
<PublisherDisplayName>eScape Technology LLC</PublisherDisplayName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,14 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateKeyFile>eScape.Yacc.Demo_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>79B442A1FCA0471D87CD05BE21218A918A6B0AE3</PackageCertificateThumbprint>
<PackageCertificateKeyFile>eScape.Yacc.Demo_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>E9D3C2C8CEEA6EFD1CC0FE3EEB862C4C1CEEA175</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 52e6fc7

Please sign in to comment.