Skip to content

Commit 96c97f6

Browse files
committed
v2.1.2
1 parent f4c088c commit 96c97f6

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

2+
### 2.1.2 - 2.1.1 (2018 Jul 20)
3+
4+
* [f4c088c] Akos Birmacher - Prepare for 2.1.2 (2018 Jul 20)
5+
* [38a2f92] BirmacherAkos - - The codesigndoc will not ask about the Provisioning Profiles in --certs-only mode. (#87) (2018 Jul 20)
6+
7+
8+
### 2.1.2 - 2.1.1 (2018 Jul 20)
9+
10+
* [38a2f92] BirmacherAkos - - The codesigndoc will not ask about the Provisioning Profiles in --certs-only mode. (#87) (2018 Jul 20)
11+
12+
213
### 2.1.1 - 2.1.0 (2018 Jul 13)
314

415
* [8f63e20] Krisztián Gödrei - dep update (#86) (2018 Jul 13)
@@ -254,3 +265,5 @@
254265
* [9ede876] Viktor Benei - install wrap (2016 Jan 23)
255266

256267

268+
269+

_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="2.1.1"
8+
version_to_use="2.1.2"
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="2.1.1"
8+
version_to_use="2.1.2"
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="2.1.1"
8+
version_to_use="2.1.2"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)