Skip to content

Commit 58ffb7a

Browse files
Update year and CI Xamarin.iOS
1 parent e6377b9 commit 58ffb7a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CYRTextView.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Xamarin.iOS Binding for CYRTextView
1414
</description>
1515
<releaseNotes>Release: 9621ffb</releaseNotes>
16-
<copyright>Copyright © Vinicius Jarina 2019</copyright>
16+
<copyright>Copyright © Vinicius Jarina 2020</copyright>
1717
<tags>CYRTextView</tags>
1818
</metadata>
1919
<files>

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

devops/azure-devops.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ steps:
1818
displayName: 'Provisioning Xamarin.iOS'
1919
inputs:
2020
script: 'cd ~;
21-
curl -O https://download.visualstudio.microsoft.com/download/pr/d11a42ff-dd11-4005-b5a8-799856a96aad/2893a2da0df8a2e2d45ea17e2be2ccce/xamarin.ios-13.4.0.2.pkg;
22-
sudo installer -pkg ~/xamarin.ios-13.4.0.2.pkg -target /'
21+
curl -O https://download.visualstudio.microsoft.com/download/pr/fc059472-448e-4680-a3cd-e3ba032991c2/5e6c319f2c189459903c2cb1aa8a69ee/xamarin.ios-13.10.0.17.pkg;
22+
sudo installer -pkg ~/xamarin.ios-13.10.0.17 -target /'
2323

2424
# Print the current version of Xamarin.iOS
2525
- task: CmdLine@2

src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyDescription ("Xamarin.iOS Binding for CYRTextView")]
1313
[assembly: AssemblyCompany ("Codefoco")]
1414
[assembly: AssemblyProduct ("CYRTextView")]
15-
[assembly: AssemblyCopyright ("Copyright © Vinicius Jarina 2019")]
15+
[assembly: AssemblyCopyright ("Copyright © Vinicius Jarina 2020")]
1616
[assembly: AssemblyCulture ("")]
1717

1818
// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".

0 commit comments

Comments
 (0)