Skip to content

Commit e411686

Browse files
Update Year
1 parent b5bfaba commit e411686

File tree

14 files changed

+25
-73
lines changed

14 files changed

+25
-73
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Codefoco
3+
Copyright (c) 2020 Codefoco
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LuaCodeView.iOS.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
UITextView with Lua syntax highlight
1414
</description>
1515
<releaseNotes>Release: 9621ffb</releaseNotes>
16-
<copyright>Copyright © Vinicius Jarina 2019</copyright>
16+
<copyright>Copyright © Vinicius Jarina 2020</copyright>
1717
<tags>LuaCodeView</tags>
1818
<dependencies>
19-
<dependency id="Codefoco.CYRTextView" version="0.4.8" />
19+
<dependency id="Codefoco.CYRTextView" version="0.4.11" />
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.8\lib\xamarinios\CYRTextView.dll</HintPath>
90+
<HintPath>..\packages\Codefoco.CYRTextView.0.4.11\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.8" targetFramework="xamarinios10" />
3+
<package id="Codefoco.CYRTextView" version="0.4.11" 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.8\lib\xamarinios\CYRTextView.dll</HintPath>
47+
<HintPath>..\..\packages\Codefoco.CYRTextView.0.4.11\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.8" targetFramework="xamarinios10" />
3+
<package id="Codefoco.CYRTextView" version="0.4.11" targetFramework="xamarinios10" />
44
</packages>

devops/azure-devops.yml

Lines changed: 16 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,25 @@
1+
# Repo: codefoco/AzureDevopsTemplates
2+
resources:
3+
repositories:
4+
- repository: templates
5+
type: github
6+
name: codefoco/AzureDevopsTemplates
7+
endpoint: codefoco
8+
19
pool:
2-
name: Hosted macOS
10+
vmImage: 'macOS-10.14'
311
demands: msbuild
412

513
steps:
14+
- checkout: self
615

7-
# Print the current version of Xcode
8-
- task: CmdLine@2
9-
displayName: 'Show Xcode version'
10-
inputs:
11-
script: '/usr/bin/xcodebuild -version'
12-
13-
# Azure DevOps hosted pool is still using an old version of Xamarin.iOS,
14-
15-
- task: CmdLine@2
16-
displayName: 'Provisioning Xamarin.iOS'
17-
inputs:
18-
script: 'cd ~;
19-
curl -O https://download.visualstudio.microsoft.com/download/pr/d11a42ff-dd11-4005-b5a8-799856a96aad/2893a2da0df8a2e2d45ea17e2be2ccce/xamarin.ios-13.4.0.2.pkg;
20-
sudo installer -pkg ~/xamarin.ios-13.4.0.2.pkg -target /'
21-
22-
# Print the current version of Xamarin.iOS
23-
- task: CmdLine@2
24-
inputs:
25-
script: '/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch --version'
26-
16+
- template: common-dotnet.yml@templates
17+
- template: common-macos.yml@templates
2718

2819
- task: NuGetCommand@2
29-
displayName: 'NuGet restore'
30-
31-
- script: 'brew update'
32-
displayName: 'Brew Update'
33-
34-
- script: 'brew install gitversion --ignore-dependencies'
35-
displayName: 'Install GitVersion'
20+
displayName: 'NuGet restore LuaCodeView.iOS.sln'
21+
inputs:
22+
restoreSolution: LuaCodeView.iOS.sln
3623

3724
- task: PowerShell@2
3825
displayName: 'PreBuild Script'
@@ -73,39 +60,4 @@ steps:
7360
filePath: ./devops/Publish.ps1
7461
arguments: Codefoco.LuaCodeView.iOS
7562

76-
- task: SendTelegramNotification@0
77-
condition: in(variables['Agent.JobStatus'], 'SucceededWithIssues')
78-
inputs:
79-
botToken: '$(botToken)'
80-
chats: '$(chatId)'
81-
taskStatus: false
82-
message: |
83-
⚠️ <b>Warning!</b> <a href="$(Build.Repository.Uri)">$(Build.DefinitionName)</a> (<code>$(Build.SourceBranchName)</code>)
84-
<pre>$(Build.SourceVersion)</pre>
85-
$(Build.SourceVersionMessage) by $(Build.QueuedBy)
86-
87-
- task: SendTelegramNotification@0
88-
condition: in(variables['Agent.JobStatus'], 'Failed')
89-
inputs:
90-
botToken: '$(botToken)'
91-
chats: '$(chatId)'
92-
taskStatus: false
93-
buildQueuedBy: false
94-
message: |
95-
❌ <b>Fail!</b> <a href="$(Build.Repository.Uri)">$(Build.DefinitionName)</a> (<code>$(Build.SourceBranchName)</code>)
96-
<pre>$(Build.SourceVersion)</pre>
97-
$(Build.SourceVersionMessage) by $(Build.QueuedBy)
98-
99-
- task: SendTelegramNotification@0
100-
condition: in(variables['Agent.JobStatus'], 'Succeeded')
101-
inputs:
102-
botToken: '$(botToken)'
103-
chats: '$(chatId)'
104-
taskStatus: false
105-
buildQueuedBy: false
106-
message: |
107-
✅ <b>Success!</b> <a href="$(Build.Repository.Uri)">$(Build.DefinitionName)</a> (<code>$(Build.SourceBranchName)</code>)
108-
<pre>$(Build.SourceVersion)</pre>
109-
$(Build.SourceVersionMessage) by $(Build.QueuedBy)
110-
111-
#
63+
- template: send-telegram.yml@templates
9.24 KB
Binary file not shown.
Binary file not shown.

packages/Codefoco.CYRTextView.0.4.8/LICENSE renamed to packages/Codefoco.CYRTextView.0.4.11/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Codefoco
3+
Copyright (c) 2020 Codefoco
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)