Skip to content

Commit 67a77be

Browse files
committed
NetOffice v1.9.4 release
1 parent fe1a00c commit 67a77be

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.9.4
4+
5+
### Added
6+
* Add Excel Queries and WorkbookQuery [#400](https://github.com/NetOfficeFw/NetOffice/pull/400)
7+
8+
39
## v1.9.3
410

511
### Fixed

Source/NetOffice.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project>
22
<!-- Common properties for NetOffice projects -->
33
<PropertyGroup>
4-
<NetOfficeRelease>1.9.3</NetOfficeRelease>
4+
<NetOfficeRelease>1.9.4</NetOfficeRelease>
55
</PropertyGroup>
66

77
<PropertyGroup>
88
<Product>NetOffice</Product>
99
<PackageId Condition=" '$(PackageId)' == '' ">NetOfficeFw.$(AssemblyName)</PackageId>
10-
<Copyright>Copyright © 2011-2018 Sebastian Lange, © 2015-2022 Jozef Izso</Copyright>
10+
<Copyright>Copyright © 2011-2018 Sebastian Lange, © 2015-2023 Jozef Izso</Copyright>
1111
<Company>NetOfficeFw</Company>
1212
<Authors>Sebastian Lange, Jozef Izso</Authors>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)