Skip to content

Commit

Permalink
Merge pull request #93 from unoplatform/vincentcastagna-patch-1
Browse files Browse the repository at this point in the history
Update Revisions.md
  • Loading branch information
jeremiethibeault authored Aug 20, 2020
2 parents e072fdd + 306dfc5 commit 1ed01cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
9 changes: 9 additions & 0 deletions revisions/Revisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ A release is [available online](https://ch9.platform.uno/)

---

## Version 1.0.6

- Activated PG-AOT for Android
- Added AAB support for Android (updated pipelines .yaml)
- Updated versionning through assembly info from GitVersion
- Architecture Paradigm : Added MVVM Toolkit and removed MVVMLight
- Switched Xamarin.Essentials internet check with the one in Uno
- Various UI bug fixing and improvements

## Version 1.0.5

- Replaces in-app styles to use Material styles.
Expand Down
14 changes: 2 additions & 12 deletions src/Ch9/Ch9.UWP/Ch9.UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PackageCertificateThumbprint>CAE97B81E53D0C44BCCC1FDE12BD97E9123EAA51</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -94,7 +85,7 @@
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
<UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
<!--<PackageCertificateThumbprint>E5025649363018EB1E001B833528E2B0C9A69903</PackageCertificateThumbprint>
<PackageCertificateThumbprint>E5025649363018EB1E001B833528E2B0C9A69903</PackageCertificateThumbprint>
<PackageCertificateKeyFile>Ch9_UWP.pfx</PackageCertificateKeyFile>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
Expand All @@ -103,7 +94,7 @@
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>-->
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
</PropertyGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
Expand Down Expand Up @@ -206,7 +197,6 @@
<Content Include="Assets\Wide310x150Logo.scale-150.png" />
<Content Include="Assets\Wide310x150Logo.scale-200.png" />
<Content Include="Assets\Wide310x150Logo.scale-400.png" />
<None Include="Package.StoreAssociation.xml" />
<Content Include="Properties\Default.rd.xml" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions src/Ch9/Ch9.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
IgnorableNamespaces="uap mp">

<Identity
Name="nventive.Ch9"
Publisher="CN=A7F71C9C-7236-4675-87F7-3EB01594E491"
Name="eee26b2d-730e-4108-91b6-3394291a4111"
Publisher="CN=UnoPlatformCh9, O=UnoPlatform, C=US"
Version="1.0.4.0" />

<mp:PhoneIdentity PhoneProductId="f3d68c69-3327-438b-b64e-3a8879f86986" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<mp:PhoneIdentity PhoneProductId="94be9d31-4dfc-4ef9-9dbc-1628b0d764d3" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

<Properties>
<DisplayName>Ch9</DisplayName>
<PublisherDisplayName>nventive</PublisherDisplayName>
<PublisherDisplayName>Ch9</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>

Expand Down

0 comments on commit 1ed01cb

Please sign in to comment.