File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
5454Licensed under the ** MIT License** (the "License");
5555you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments