Skip to content

Commit 3762ff6

Browse files
committed
v2.0.0
1 parent 57607da commit 3762ff6

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
### 2.0.0 - 1.4.0 (2017 Nov 29)
3+
4+
* [57607da] Krisztián Gödrei - prepare for 2.0.0 (2017 Nov 29)
5+
* [f189a38] Krisztián Gödrei - finish message update (#57) (2017 Nov 29)
6+
* [ce23d30] Krisztián Gödrei - Xcode9 (#54) (2017 Nov 29)
7+
8+
29
### 1.4.0 - 1.3.0 (2017 Aug 09)
310

411
* [13ec6a8] Viktor Benei - Feature/fix find prov profile by uuid (#51) (2017 Aug 09)
@@ -213,3 +220,4 @@
213220

214221

215222

223+

_scripts/install_wrap-xamarin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="1.4.0"
8+
version_to_use="2.0.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap-xcode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="1.4.0"
8+
version_to_use="2.0.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="1.4.0"
8+
version_to_use="2.0.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)