Skip to content

Commit

Permalink
2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BirmacherAkos committed Feb 15, 2019
1 parent 8a87f00 commit febff80
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

### 2.2.0 - 2.1.3 (2019 Feb 15)

* [8a87f00] Akos Birmacher - prepare for 2.2.0 (2019 Feb 15)
* [af2c740] Akos Birmacher - Project scan xcode project for xcodeuitests (#97) (2019 Feb 15)
* [7c4a594] Akos Birmacher - xcode & xamarin: Auto scan directory for project files (#95) (2019 Feb 13)
* [b2286a9] Akos Birmacher - Add UI Target support (#94) (2019 Feb 08)
* [e4bebc5] Akos Birmacher - update osxkeychain to work with go 1.11 version. (#93) (2019 Jan 15)


### 2.2.0 - 2.1.3 (2019 Feb 15)

* [af2c740] Akos Birmacher - Project scan xcode project for xcodeuitests (#97) (2019 Feb 15)
Expand Down Expand Up @@ -289,3 +298,4 @@




2 changes: 1 addition & 1 deletion _scripts/install_wrap-xamarin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
codesigndoc_bin_path="${temp_dir}/codesigndoc"

version_to_use="2.1.3"
version_to_use="2.2.0"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap-xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
codesigndoc_bin_path="${temp_dir}/codesigndoc"

version_to_use="2.1.3"
version_to_use="2.2.0"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down
2 changes: 1 addition & 1 deletion _scripts/install_wrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
codesigndoc_bin_path="${temp_dir}/codesigndoc"

version_to_use="2.1.3"
version_to_use="2.2.0"
if [ "$1" != "" ] ; then
version_to_use="$1"
fi
Expand Down

0 comments on commit febff80

Please sign in to comment.