Skip to content

Commit 8c952ba

Browse files
committed
feat: release version 1.4.1
1 parent 5815abe commit 8c952ba

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog - FOSSology.REST.dotnet
22

3+
## 1.4.1 (2024-10-19)
4+
5+
* Dependency updates, especially RestSharp 108.0.3 to 112.1.0 to fix a security vulnerability.
6+
* `GetVersion()` uses now the endpoint `/info`, because `/version` does not exist anymore.
7+
38
## 1.4.0 (2023-03-21)
49

510
* support REST API 1.5.1 feaures:

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.4</Version>
4-
<FileVersion>1.4.0.0</FileVersion>
3+
<Version>1.4.1</Version>
4+
<FileVersion>1.4.1.0</FileVersion>
55
<Product>Fossology.Rest.Dotnet</Product>
66
<Company></Company>
7-
<Copyright>Copyright © 2019-2023 T. Graf</Copyright>
7+
<Copyright>Copyright © 2019-2024 T. Graf</Copyright>
88
<Authors>T. Graf</Authors>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<RepositoryType>git</RepositoryType>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
4949

5050
## License
5151

52-
Copyright (C) 2019-2023 T. Graf
52+
Copyright (C) 2019-2024 T. Graf
5353

5454
Licensed under the **MIT License** (the "License");
5555
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)