Skip to content

Commit 5ba4e24

Browse files
committed
Version 1.2.1 bump
1 parent 86b9cd8 commit 5ba4e24

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

src/NReco.LambdaParser/NReco.LambdaParser.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source code and examples: https://github.com/nreco/lambdaparser
88
<Title>Dynamic expressions evaluator</Title>
99
<Copyright>Copyright (c) 2013-2025 Vitalii Fedorchenko and contributors</Copyright>
1010
<AssemblyTitle>NReco.LambdaParser</AssemblyTitle>
11-
<VersionPrefix>1.2.0</VersionPrefix>
11+
<VersionPrefix>1.2.1</VersionPrefix>
1212
<Authors>Vitalii Fedorchenko</Authors>
1313
<TargetFrameworks>netstandard2.0;netstandard1.3;net45</TargetFrameworks>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -18,6 +18,9 @@ Source code and examples: https://github.com/nreco/lambdaparser
1818
<PackageId>NReco.LambdaParser</PackageId>
1919
<PackageTags>LambdaParser;Formula;Parser;Math;Expression;Evaluator;Eval;LINQ-dynamic;netstandard;netcore;net45;</PackageTags>
2020
<PackageReleaseNotes>
21+
v.1.2.1 changes:
22+
- Incorrect parse of the method argument when it starts with delimiter #57
23+
2124
v.1.2.0 changes:
2225
- Json-like syntax for arrays/dictionaries #56 (+ allow to create an empty array / an empty dictionary)
2326

@@ -61,7 +64,7 @@ v.1.0.6 changes:
6164
- default ValueComparer implementation with options: NullComparison (MinValue, Sql), SuppressErrors
6265
- starting from this version expression cache is instance specific (was global) because calculation result may depend on IValueComparer implementation
6366
</PackageReleaseNotes>
64-
<PackageIconUrl>https://www.nrecosite.com/img/logo.svg</PackageIconUrl>
67+
<PackageIconUrl>https://www.nrecosite.com/img/nreco-logo-200.png</PackageIconUrl>
6568
<PackageProjectUrl>https://github.com/nreco/lambdaparser</PackageProjectUrl>
6669
<PackageLicenseUrl>https://raw.githubusercontent.com/nreco/lambdaparser/master/LICENSE</PackageLicenseUrl>
6770
<RepositoryUrl>https://github.com/nreco/lambdaparser</RepositoryUrl>

src/NReco.LambdaParser/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
// You can specify all the values or you can default the Build and Revision Numbers
2727
// by using the '*' as shown below:
2828
// [assembly: AssemblyVersion("1.0.*")]
29-
[assembly: AssemblyVersion("1.2.0.0")]
30-
[assembly: AssemblyFileVersion("1.2.0.0")]
29+
[assembly: AssemblyVersion("1.2.1.0")]
30+
[assembly: AssemblyFileVersion("1.2.1.0")]

0 commit comments

Comments
 (0)