File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,19 @@ 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.1 </VersionPrefix >
11+ <VersionPrefix >1.2.2 </VersionPrefix >
1212 <Authors >Vitalii Fedorchenko</Authors >
1313 <TargetFrameworks >netstandard2.0;netstandard1.3;net45</TargetFrameworks >
1414 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1515 <AssemblyName >NReco.LambdaParser</AssemblyName >
1616 <AssemblyOriginatorKeyFile >NReco.LambdaParser.snk</AssemblyOriginatorKeyFile >
17- <SignAssembly >False </SignAssembly >
17+ <SignAssembly >True </SignAssembly >
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-
24- v.1.2.0 changes:
21+ v.1.2.2 changes:
2522- Json-like syntax for arrays/dictionaries #56 (+ allow to create an empty array / an empty dictionary)
23+ - Incorrect parse of the method argument when it starts with delimiter #57
2624
2725v.1.1.3 changes:
2826- fixed version mismatch #52
Original file line number Diff line number Diff line change 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.1 .0" ) ]
30- [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
29+ [ assembly: AssemblyVersion ( "1.2.2 .0" ) ]
30+ [ assembly: AssemblyFileVersion ( "1.2.2 .0" ) ]
You can’t perform that action at this time.
0 commit comments