Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Version bump (2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsauvexamarin committed Nov 12, 2015
1 parent 94f8f88 commit 7bb54aa
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
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="com.xamarin.xamarincrm" android:installLocation="auto" android:versionName="2.0.1" android:versionCode="201">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xamarin.xamarincrm" android:installLocation="auto" android:versionName="2.1.0" android:versionCode="210">
<uses-sdk android:minSdkVersion="17" android:targetSdkVersion="22" />
<application android:label="Xamarin CRM" android:icon="@drawable/icon" android:theme="@style/XamarinCRMTheme">
<!--
Expand Down
2 changes: 1 addition & 1 deletion src/MobileApp/XamarinCRM.Android/XamarinCRM.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<RestorePackages>true</RestorePackages>
<DevInstrumentationEnabled>True</DevInstrumentationEnabled>
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.1.0</ReleaseVersion>
<TargetFrameworkVersion>v6.0</TargetFrameworkVersion>
<AssemblyName>MobileCRMAndroid</AssemblyName>
<AndroidLinkMode>None</AndroidLinkMode>
Expand Down
2 changes: 1 addition & 1 deletion src/MobileApp/XamarinCRM.Models/XamarinCRM.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>XamarinCRM.Models</AssemblyName>
<TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion src/MobileApp/XamarinCRM.UITest/XamarinCRM.UITest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
4 changes: 2 additions & 2 deletions src/MobileApp/XamarinCRM.iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<key>CFBundleDisplayName</key>
<string>Xamarin CRM</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>CFBundleVersion</key>
<string>2.0.1</string>
<string>2.1.0</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIApplicationShortcutItems</key>
Expand Down
4 changes: 1 addition & 3 deletions src/MobileApp/XamarinCRM.iOS/XamarinCRM.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkIdentifier>Xamarin.iOS</TargetFrameworkIdentifier>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|iPhoneSimulator' ">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -93,8 +93,6 @@
<MtouchUseThumb>true</MtouchUseThumb>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchI18n>
</MtouchI18n>
<BuildIpa>true</BuildIpa>
<IpaIncludeArtwork>true</IpaIncludeArtwork>
<MtouchLink>None</MtouchLink>
Expand Down
2 changes: 1 addition & 1 deletion src/MobileApp/XamarinCRM.sln
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Global
$0.DotNetNamingPolicy = $2
$2.DirectoryNamespaceAssociation = None
$2.ResourceNamePolicy = FileFormatDefault
version = 2.0.1
version = 2.1.0
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
2 changes: 1 addition & 1 deletion src/MobileApp/XamarinCRM/XamarinCRM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<ReleaseVersion>2.0.1</ReleaseVersion>
<ReleaseVersion>2.1.0</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 7bb54aa

Please sign in to comment.