Skip to content

Commit 1b3b7a2

Browse files
committed
1.2.2 release
1 parent 59ab73f commit 1b3b7a2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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`)

src/XLParser/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
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")]

0 commit comments

Comments
 (0)