Skip to content

Commit

Permalink
Bump v0.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ProJend committed Aug 26, 2021
1 parent 5bbb4ca commit d42ee74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion TrueLove.UWP/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Windows.ApplicationModel.Activation;
using Windows.ApplicationModel.Core;
using Windows.UI;
using Windows.UI.Core;
using Windows.UI.ViewManagement;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Controls;
Expand Down
3 changes: 0 additions & 3 deletions TrueLove.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@
</Extensions>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>
5 changes: 3 additions & 2 deletions TrueLove.UWP/True Love - UWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<PackageCertificateThumbprint>F071D6AE0057E791CB819EABB9E6B537BD946615</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<PackageCertificateThumbprint>
</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
Expand Down

0 comments on commit d42ee74

Please sign in to comment.