File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- * Changes which are in this source code, but not yet in a release* :
3+ <!-- *Changes which are in this source code, but not yet in a release*:-->
4+
5+ ## 1.2.2
46
57* Adds equality to ` PrefixInfo ` class
68* Fixes parse error if external reference file path contains a space (` ='C:\My Dir\[file.xlsx]Sheet'!A1 ` )
Original file line number Diff line number Diff line change 3434// [assembly: AssemblyVersion("1.0.*")]
3535
3636// Free form tag, use the version tag from git
37- [ assembly: AssemblyInformationalVersion ( "1.2.2-dev " ) ]
37+ [ assembly: AssemblyInformationalVersion ( "1.2.2" ) ]
3838// This is what other developers reference. As such this should change at breaking changes, but not otherwise
3939// so use major.minor.0.0, but only bump minor if there's a breaking change (and at that point you should consider bumping major)
4040[ assembly: AssemblyVersion ( "1.2.0.0" ) ]
You can’t perform that action at this time.
0 commit comments