Skip to content

Commit 96cf872

Browse files
committed
feat: release version 1.2.0
1 parent 3b41cad commit 96cf872

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog - FOSSology.REST.dotnet
22

3-
## NEXT
3+
## 1.2.0
44
* improved error handling.
55
* supports FOSSology REST API v1.4.3 (FOSSology 4.0.0 built @ 2023/03/09).
66
* new method GetHealth().

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.1</Version>
4-
<FileVersion>1.1.0.0</FileVersion>
3+
<Version>1.2</Version>
4+
<FileVersion>1.2.0.0</FileVersion>
55
<Product>Fossology.Rest.Dotnet</Product>
66
<Company></Company>
7-
<Copyright>Copyright © 2019-2020 T. Graf</Copyright>
7+
<Copyright>Copyright © 2019-2022 T. Graf</Copyright>
88
<Authors>T. Graf</Authors>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)