Skip to content

Commit

Permalink
Updated assembly infromations, added new screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lnarolski committed May 25, 2021
1 parent a40fc8c commit a1b828a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pilot/Pilot.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="pl.lnarolski.pilot" android:installLocation="auto" android:versionCode="2" android:versionName="2.0">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="pl.lnarolski.pilot" android:installLocation="auto" android:versionCode="3" android:versionName="2.0.1.0">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="29" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Pilot"></application>
Expand Down
2 changes: 1 addition & 1 deletion Pilot/Pilot.UWP/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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="51ebacb6-edfc-4388-b2f9-ada74528afd6" Publisher="CN=lnarolski" Version="2.0.0.0" />
<Identity Name="51ebacb6-edfc-4388-b2f9-ada74528afd6" Publisher="CN=lnarolski" Version="2.0.1.0" />
<mp:PhoneIdentity PhoneProductId="ec0cc741-fd3e-485c-81be-68815c480690" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Pilot.UWP</DisplayName>
Expand Down
14 changes: 8 additions & 6 deletions Pilot/Pilot.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Reflection;
using System.Resources;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

Expand All @@ -8,9 +9,9 @@
[assembly: AssemblyTitle("Pilot.UWP")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("lnarolski")]
[assembly: AssemblyProduct("Pilot.UWP")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -24,6 +25,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.0.1.0")]
[assembly: AssemblyFileVersion("2.0.1.0")]
[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en")]
Binary file modified Screenshots/screenshot1-android.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/screenshot1-uwp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1b828a

Please sign in to comment.