From 2696e806bb8edcc1f6aff9beb68155f441241e87 Mon Sep 17 00:00:00 2001 From: CoreNion Date: Mon, 12 Jul 2021 15:05:49 +0900 Subject: [PATCH] Update version v1.0.1 (iOS Only) --- DeviceInfo/DeviceInfo.iOS/DeviceInfo.iOS.csproj | 3 ++- DeviceInfo/DeviceInfo.iOS/Info.plist | 4 ++-- DeviceInfo/DeviceInfo.iOS/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DeviceInfo/DeviceInfo.iOS/DeviceInfo.iOS.csproj b/DeviceInfo/DeviceInfo.iOS/DeviceInfo.iOS.csproj index 615ef6b..c491044 100644 --- a/DeviceInfo/DeviceInfo.iOS/DeviceInfo.iOS.csproj +++ b/DeviceInfo/DeviceInfo.iOS/DeviceInfo.iOS.csproj @@ -15,7 +15,8 @@ true NSUrlSessionHandler manual - 1.0 + 1.0.1 + false true diff --git a/DeviceInfo/DeviceInfo.iOS/Info.plist b/DeviceInfo/DeviceInfo.iOS/Info.plist index 7ed83b7..a2a9669 100644 --- a/DeviceInfo/DeviceInfo.iOS/Info.plist +++ b/DeviceInfo/DeviceInfo.iOS/Info.plist @@ -29,9 +29,9 @@ CFBundleName DeviceInfo CFBundleVersion - 2.0 + 2.1 CFBundleShortVersionString - 1.0 + 1.0.1 UILaunchStoryboardName LaunchScreen XSAppIconAssets diff --git a/DeviceInfo/DeviceInfo.iOS/Properties/AssemblyInfo.cs b/DeviceInfo/DeviceInfo.iOS/Properties/AssemblyInfo.cs index ec41aec..b5d6082 100644 --- a/DeviceInfo/DeviceInfo.iOS/Properties/AssemblyInfo.cs +++ b/DeviceInfo/DeviceInfo.iOS/Properties/AssemblyInfo.cs @@ -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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")]