Skip to content

Commit

Permalink
Merge pull request #30 from Difegue/dev
Browse files Browse the repository at this point in the history
2.1.4 meh
  • Loading branch information
Difegue committed Sep 21, 2021
2 parents c8e9e30 + 4241b04 commit a021554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Sources/Stylophone.Common/Stylophone.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageReference Include="Microsoft.Toolkit" Version="7.0.2" />
<PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.0.2" />
<PackageReference Include="RangedObservableCollection" Version="1.0.1" />
<PackageReference Include="SkiaSharp" Version="2.80.3" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.80.3" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
<PackageReference Include="SkiaSharp.Views.Desktop.Common" Version="2.80.2" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions Sources/Stylophone/Stylophone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<PackageCertificateThumbprint>BA4DC65DC8E7D8306C0DA23E0768EB312CC64ED6</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>

<!-- Workaround to prevent resource.pri exploding for other languages with LibVLC installed -->
<AppxBundleAutoResourcePackageQualifiers>DXFeatureLevel</AppxBundleAutoResourcePackageQualifiers>
<AppxDefaultResourceQualifiers>Language=en;fr</AppxDefaultResourceQualifiers>

</PropertyGroup>
<PropertyGroup>
<!-- This is what will cause the templates to be transformed when the project is built (default is false) -->
Expand Down Expand Up @@ -175,7 +173,7 @@
<Version>2.0.1</Version>
</PackageReference>
<PackageReference Include="SkiaSharp.Views">
<Version>2.80.3</Version>
<Version>2.80.2</Version>
</PackageReference>
<PackageReference Include="VideoLAN.LibVLC.UWP">
<Version>3.3.1</Version>
Expand Down

0 comments on commit a021554

Please sign in to comment.