You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2019/08/06 06:22:25 UTC

[lucenenet] branch master updated: Upgraded to ICU4N 60.1.0-alpha.52

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new f3b6f01  Upgraded to ICU4N 60.1.0-alpha.52
f3b6f01 is described below

commit f3b6f01627d437418e3f9be231683074c6ba908a
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Tue Aug 6 13:21:50 2019 +0700

    Upgraded to ICU4N 60.1.0-alpha.52
---
 build/Dependencies.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/Dependencies.props b/build/Dependencies.props
index df3978f..4e20f0b 100644
--- a/build/Dependencies.props
+++ b/build/Dependencies.props
@@ -1,7 +1,7 @@
 <Project> 
   <PropertyGroup Label="NuGet Package Reference Versions">
     <Antlr3RuntimePackageVersion>3.5.1</Antlr3RuntimePackageVersion>
-    <ICU4NPackageVersion>60.1.0-alpha.46</ICU4NPackageVersion>
+    <ICU4NPackageVersion>60.1.0-alpha.52</ICU4NPackageVersion>
     <ICU4NCollationPackageVersion>$(ICU4NPackageVersion)</ICU4NCollationPackageVersion>
     <ICU4NCurrencyDataPackageVersion>$(ICU4NPackageVersion)</ICU4NCurrencyDataPackageVersion>
     <ICU4NLanguageDataPackageVersion>$(ICU4NPackageVersion)</ICU4NLanguageDataPackageVersion>