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 1
1
# ChangeLog - FOSSology.REST.dotnet
2
2
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
+
3
8
## 1.4.0 (2023-03-21)
4
9
5
10
* support REST API 1.5.1 feaures:
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<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 >
5
5
<Product >Fossology.Rest.Dotnet</Product >
6
6
<Company ></Company >
7
- <Copyright >Copyright © 2019-2023 T. Graf</Copyright >
7
+ <Copyright >Copyright © 2019-2024 T. Graf</Copyright >
8
8
<Authors >T. Graf</Authors >
9
9
<PackageLicenseExpression >MIT</PackageLicenseExpression >
10
10
<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/.
49
49
50
50
## License
51
51
52
- Copyright (C) 2019-2023 T. Graf
52
+ Copyright (C) 2019-2024 T. Graf
53
53
54
54
Licensed under the ** MIT License** (the "License");
55
55
you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments