Skip to content

Commit

Permalink
Bump to version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoepelman committed Sep 1, 2015
1 parent 147830d commit 0d68219
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.1.4

* Added some missing methods that test for specific types of operators
* Added tests and fixes if necessary for methods that were missing tests

## 1.1.3

Reference implementation of the Excel grammar published in the upcoming paper "A Grammar for Spreadsheet Formulas Evaluated on Two Large Datasets" by E. Aivaloglou, D. Hoepelman and F. Hermans.
Expand Down
6 changes: 3 additions & 3 deletions src/XLParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
// [assembly: AssemblyVersion("1.0.*")]

// Free form tag, use the version tag from git
[assembly: AssemblyInformationalVersion("1.1.3")]
// This is what other developers reference. As such this should change at breaking changes, but not otherwise
[assembly: AssemblyInformationalVersion("1.1.4")]
// This is what other developers reference. As such this should change at breaking changes, but not otherwise
[assembly: AssemblyVersion("1.1.0.0")]
// Unique id, automatically generated from build when using major.minor.*
// Unique id, automatically generated from build when using major.minor.*
[assembly: AssemblyFileVersion("1.1.*")]

0 comments on commit 0d68219

Please sign in to comment.