Skip to content

Commit 5ab6a11

Browse files
Updated CYRTextView nuget.
1 parent edb5ccd commit 5ab6a11

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

LuaCodeView.iOS.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<copyright>Copyright © Vinicius Jarina 2019</copyright>
1717
<tags>LuaCodeView</tags>
1818
<dependencies>
19-
<dependency id="Codefoco.CYRTextView" version="0.4.3" />
19+
<dependency id="Codefoco.CYRTextView" version="0.4.4" />
2020
</dependencies>
2121
</metadata>
2222
<files>

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.3\lib\xamarinios\CYRTextView.dll</HintPath>
90+
<HintPath>..\packages\Codefoco.CYRTextView.0.4.4\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.3" targetFramework="xamarinios10" />
3+
<package id="Codefoco.CYRTextView" version="0.4.4" 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.3\lib\xamarinios\CYRTextView.dll</HintPath>
47+
<HintPath>..\..\packages\Codefoco.CYRTextView.0.4.4\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.3" targetFramework="xamarinios10" />
3+
<package id="Codefoco.CYRTextView" version="0.4.4" targetFramework="xamarinios10" />
44
</packages>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)