Skip to content

Commit

Permalink
v1.4.24
Browse files Browse the repository at this point in the history
  • Loading branch information
LeversonCarlos committed Nov 7, 2018
1 parent 33fe65d commit 1a8b93f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ComicsShelf.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" android:versionCode="10104023" android:versionName="1.4.23" package="com.friendship.ComicsShelf">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="10104024" android:versionName="1.4.24" package="com.friendship.ComicsShelf">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
4 changes: 2 additions & 2 deletions ComicsShelf.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
// 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.4.23.0")]
[assembly: AssemblyFileVersion("1.4.23.0")]
[assembly: AssemblyVersion("1.4.24.0")]
[assembly: AssemblyFileVersion("1.4.24.0")]

// Add some common permissions, these can be removed if not needed
[assembly: UsesPermission(Android.Manifest.Permission.Internet)]
Expand Down
2 changes: 1 addition & 1 deletion ComicsShelf.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="5856ee04-548d-4ab8-8308-8dd4a500fad2" Publisher="CN=7b6f458e-465e-4208-b994-142c1a17dba1" Version="1.4.23.0" />
<Identity Name="5856ee04-548d-4ab8-8308-8dd4a500fad2" Publisher="CN=7b6f458e-465e-4208-b994-142c1a17dba1" Version="1.4.24.0" />
<mp:PhoneIdentity PhoneProductId="ec0cc741-fd3e-485c-81be-68815c480690" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Comics Shelf</DisplayName>
Expand Down
4 changes: 2 additions & 2 deletions ComicsShelf.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// 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.4.23.0")]
[assembly: AssemblyFileVersion("1.4.23.0")]
[assembly: AssemblyVersion("1.4.24.0")]
[assembly: AssemblyFileVersion("1.4.24.0")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions ComicsShelf.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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.4.23.0")]
[assembly: AssemblyFileVersion("1.4.23.0")]
[assembly: AssemblyVersion("1.4.24.0")]
[assembly: AssemblyFileVersion("1.4.24.0")]
2 changes: 1 addition & 1 deletion ComicsShelf/ComicsShelf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Product>Comics Shelf</Product>
<Company>Friendship Solutions</Company>
<Copyright>Copyright © Friendship Solutions 2018</Copyright>
<Version>1.4.23</Version>
<Version>1.4.24</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 1a8b93f

Please sign in to comment.