Skip to content

Commit

Permalink
Merge for 4/29 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramu-msft authored and Raj Seshasankaran committed Apr 29, 2016
2 parents 07f72cc + f1204d8 commit 801e154
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Frameworks/UIKit/UIViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,6 @@ - (void)_dismissTransitionStopped:(id)anim finished:(BOOL)finished {

if (priv->_dismissCompletionBlock) {
priv->_dismissCompletionBlock();
[priv->_dismissCompletionBlock release];
priv->_dismissCompletionBlock = nil;
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Windows Bridge for iOS (also referred to as WinObjC) is a Microsoft open-sou


## Where to get the bridge
Download the latest pre-built Windows Bridge for iOS SDK [here](https://github.com/Microsoft/WinObjC/releases/download/0.1.160421/winobjc.zip).
Download the latest pre-built Windows Bridge for iOS SDK [here](https://github.com/Microsoft/WinObjC/releases/download/0.1.160429/winobjc.zip).


## Resources
Expand Down

0 comments on commit 801e154

Please sign in to comment.