Skip to content

Commit

Permalink
Bump to mono:2019-10
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex committed Oct 8, 2019
1 parent 118fac4 commit daf601a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ include $(TOP)/mk/mono.mk
MONO_HASH := $(NEEDED_MONO_VERSION)

# Minimum Mono version for building XI/XM
MIN_MONO_VERSION=6.6.0.48
MAX_MONO_VERSION=6.6.99
MIN_MONO_URL=https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/2019-08/51/23cc371009da14640980f98ad7b8b83818568f73/MonoFramework-MDK-6.6.0.48.macos10.xamarin.universal.pkg
MIN_MONO_VERSION=6.8.0.0
MAX_MONO_VERSION=6.8.99
MIN_MONO_URL=https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/2019-10/3/af8d610864cacb842c6976a6ac1d14f99b56b6e6/MonoFramework-MDK-6.8.0.0.macos10.xamarin.universal.pkg

# Minimum Mono version for Xamarin.Mac apps using the system mono
MIN_XM_MONO_VERSION=6.4.0.94
Expand Down
4 changes: 2 additions & 2 deletions mk/mono.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NEEDED_MONO_VERSION := 528103728fc2aedb7b6062e11255d39a0ed3f31c
NEEDED_MONO_BRANCH := 2019-08
NEEDED_MONO_VERSION := af8d610864cacb842c6976a6ac1d14f99b56b6e6
NEEDED_MONO_BRANCH := 2019-10

MONO_DIRECTORY := mono
MONO_MODULE := https://github.com/mono/mono

1 comment on commit daf601a

@xamarin-release-manager

This comment was marked as outdated.

Please sign in to comment.