Skip to content

Commit

Permalink
Update version v1.0.1 (iOS Only)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreNion committed Jul 12, 2021
1 parent 0931b31 commit 2696e80
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion DeviceInfo/DeviceInfo.iOS/DeviceInfo.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<MtouchEnableSGenConc>true</MtouchEnableSGenConc>
<MtouchHttpClientHandler>NSUrlSessionHandler</MtouchHttpClientHandler>
<ProvisioningType>manual</ProvisioningType>
<ReleaseVersion>1.0</ReleaseVersion>
<ReleaseVersion>1.0.1</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions DeviceInfo/DeviceInfo.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<key>CFBundleName</key>
<string>DeviceInfo</string>
<key>CFBundleVersion</key>
<string>2.0</string>
<string>2.1</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>XSAppIconAssets</key>
Expand Down
4 changes: 2 additions & 2 deletions DeviceInfo/DeviceInfo.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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit 2696e80

Please sign in to comment.