Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davideicardi committed Sep 5, 2015
1 parent 62fb1a0 commit 6dcfaa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ For one reason or another none of these projects exactly fit my needs so I decid

## Release notes

- 1.3.1

- Improved performance of Interpreter's ctor, thanks to @OmerRaviv

- 1.3.0

- Allow to disable assignment operators (#28)
Expand Down
3 changes: 1 addition & 2 deletions src/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyCompany("Davide Icardi")]
[assembly: AssemblyProduct("Dynamic Expresso")]
[assembly: AssemblyDescription("C# expression interpreter/evaluator. See https://github.com/davideicardi/DynamicExpresso.")]
[assembly: AssemblyCopyright("Copyright © Davide Icardi 2015")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.1.0")]

0 comments on commit 6dcfaa7

Please sign in to comment.