Skip to content

Commit

Permalink
Add changelog entry for 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Feb 12, 2018
1 parent b3dc075 commit c86cf30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Changes in Ice Builder for MSBuild 5.0.3

- Fix SliceCppTask task to always pass --header-ext and --source-ext
command line switches to slice2cpp, previously that was only done
for non default arguments see issue #2

- Fix bogus MSBuildAssemblyVersion check, this property is not set with
old Visual Studio versions the code must check it is set before do a
version comparison.

## Changes in Ice Builder for MSBuild 5.0.2

- Fix bogus condition that cause SliceCompile items from outside
Expand Down

0 comments on commit c86cf30

Please sign in to comment.