Skip to content

Conversation

dottam
Copy link

@dottam dottam commented Apr 4, 2019

Removed minimumSSLProtocol parameter from NSUrlSessionHandler constructor

Set TLSMinimumSupportedProtocol on iOS based on SecurityProtocolType

Fix 'NSUrlSession.FromConfiguration(NSUrlSessionConfiguration, NSUrlSessionDelegate, NSOperationQueue)' is obsolete warning

Update makefile to store nuget packages in ~/.local/share/NuGet/Cache folder

Dorothy Tam added 5 commits April 4, 2019 14:31
@dottam dottam requested review from dationguyen and pperera April 4, 2019 04:37
@dottam dottam requested a review from trussellswitch April 4, 2019 04:41
Makefile Outdated
package: ModernHttpClient.iOS64.dll ModernHttpClient.Android.dll ModernHttpClient.Portable.dll
nuget pack
mv modernhttpclient*.nupkg ./build/
mv modernhttpclient*.nupkg ~/.local/share/NuGet/Cache/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should leave this as ./build/

Suggested change
mv modernhttpclient*.nupkg ~/.local/share/NuGet/Cache/
mv modernhttpclient*.nupkg ./build/

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted

Makefile Outdated
$(MDTOOL) build -t:Clean ModernHttpClient.sln
rm *.dll
rm -rf build

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great helper method, I don't think makefile should have dependancies on things like xmlstarlet

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the version-bump target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants