From 9420b8d87cb715ea86a40d225b165a4c68d65da8 Mon Sep 17 00:00:00 2001 From: Shaun Lawrence Date: Sat, 23 Mar 2019 22:31:16 +0000 Subject: [PATCH] Release of version 1.4.0 --- .../Expressive.Standard/Expressive.Standard.csproj | 10 +++++----- Source/CSharp/Expressive/Expressive.nuspec | 10 ++++++---- .../Expressive/Expressive/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Source/CSharp/Expressive/Expressive.Standard/Expressive.Standard.csproj b/Source/CSharp/Expressive/Expressive.Standard/Expressive.Standard.csproj index 886c452..9888261 100644 --- a/Source/CSharp/Expressive/Expressive.Standard/Expressive.Standard.csproj +++ b/Source/CSharp/Expressive/Expressive.Standard/Expressive.Standard.csproj @@ -4,20 +4,20 @@ netstandard1.4 false Expressive.Standard - 1.3.1 + 1.4.0 Shaun Lawrence Shaun Lawrence https://opensource.org/licenses/mit https://github.com/bijington/expressive Expression Parser Evaluator - Copyright(c) 2018 Shaun Lawrence + Copyright(c) 2019 Shaun Lawrence - [DEPRECATED] Use ExpressiveParser. - -A multi-platform expression parsing and evaluating framework. + A multi-platform expression parsing and evaluating framework. true ..\ExpressiveStrongName.snk false + 1.4.0.0 + 1.4.0.0 diff --git a/Source/CSharp/Expressive/Expressive.nuspec b/Source/CSharp/Expressive/Expressive.nuspec index 018bb4a..fde3a75 100644 --- a/Source/CSharp/Expressive/Expressive.nuspec +++ b/Source/CSharp/Expressive/Expressive.nuspec @@ -3,7 +3,7 @@ ExpressiveParser Expressive Parser - 1.3.1 + 1.4.0 Shaun Lawrence Shaun Lawrence https://opensource.org/licenses/mit @@ -12,11 +12,13 @@ false A multi-platform expression parsing and evaluating framework. Version 1.3.1 includes + Improvements: + * GH-28: Enhance Max/Min functions to support more than just number types. + * GH-30: Strong named signing. Bug fixes: - * GH-23: Constant values in expressions now abide by the case sensitivity option. - * GH-24: Integers are now used as a known type when comparing numbers. + * GH-39: Improvements to parsing decimals in non UK/US locales. - Copyright(c) 2018 Shaun Lawrence + Copyright(c) 2019 Shaun Lawrence Expression Parser Evaluator Cross-Platform Xamarin.Forms diff --git a/Source/CSharp/Expressive/Expressive/Properties/AssemblyInfo.cs b/Source/CSharp/Expressive/Expressive/Properties/AssemblyInfo.cs index 40e6354..fa2b554 100644 --- a/Source/CSharp/Expressive/Expressive/Properties/AssemblyInfo.cs +++ b/Source/CSharp/Expressive/Expressive/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.0")] -[assembly: AssemblyFileVersion("1.3.0")] +[assembly: AssemblyVersion("1.4.0")] +[assembly: AssemblyFileVersion("1.4.0")] [assembly: InternalsVisibleTo("Expressive.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100495afe3ea98fd0459102e8a5201f106f053d747699b49c82f4c08ae2617ffd1ab133db21560cc1d1721e7f193c472fbbe6d576b4a7690a897083fa55ae41c3d105f36c2063699095eba800c78448af0796cfd6e887308a2bf5a745aeb595450b5aa96c9f5d511d61d9f5c67faa6aa8e56bb6ddd641c38abcec30b714e89f2bbc")]