Skip to content

Commit 0caece4

Browse files
Bumped CYRTextView
1 parent e17868d commit 0caece4

File tree

11 files changed

+6
-5
lines changed

11 files changed

+6
-5
lines changed

LuaCodeViewExample/LuaCodeViewExample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<Reference Include="System.Core" />
8888
<Reference Include="Xamarin.iOS" />
8989
<Reference Include="CYRTextView">
90-
<HintPath>..\packages\Codefoco.CYRTextView.0.4.7\lib\xamarinios\CYRTextView.dll</HintPath>
90+
<HintPath>..\packages\Codefoco.CYRTextView.0.4.8\lib\xamarinios\CYRTextView.dll</HintPath>
9191
</Reference>
9292
</ItemGroup>
9393
<ItemGroup>

LuaCodeViewExample/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Codefoco.CYRTextView" version="0.4.7" targetFramework="xamarinios10" />
3+
<package id="Codefoco.CYRTextView" version="0.4.8" targetFramework="xamarinios10" />
44
</packages>

build/XamariniOS/LuaCodeView.iOS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<Reference Include="System.Core" />
4545
<Reference Include="Xamarin.iOS" />
4646
<Reference Include="CYRTextView">
47-
<HintPath>..\..\packages\Codefoco.CYRTextView.0.4.7\lib\xamarinios\CYRTextView.dll</HintPath>
47+
<HintPath>..\..\packages\Codefoco.CYRTextView.0.4.8\lib\xamarinios\CYRTextView.dll</HintPath>
4848
</Reference>
4949
</ItemGroup>
5050
<ItemGroup>

build/XamariniOS/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Codefoco.CYRTextView" version="0.4.7" targetFramework="xamarinios10" />
3+
<package id="Codefoco.CYRTextView" version="0.4.8" targetFramework="xamarinios10" />
44
</packages>

devops/azure-devops.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ steps:
88
# so we will use the previous major version of Xcode
99
- task: CmdLine@2
1010
inputs:
11-
script: 'sudo /usr/bin/xcode-select -s /Applications/Xcode_9.4.1.app/Contents/Developer'
11+
script: 'sudo rm -rf /Applications/Xcode.app/;
12+
sudo /bin/mv /Applications/Xcode_9.4.1.app/ /Applications/Xcode.app/'
1213

1314
# Print the current version of Xamarin.iOS
1415
- task: CmdLine@2
Binary file not shown.
-56.5 KB
Binary file not shown.
9.24 KB
Binary file not shown.
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)