File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog - FOSSology.REST.dotnet
2
2
3
- ## 1.2.0
3
+ ## 1.3.0 (2022-12-30)
4
+
5
+ * all dependencies updates to the latest version.
6
+ * this fixes the security vulnerabilities of RestSharp and NewtonSoft.Json.
7
+ * adaptations to use RestSharp 108.0.3 ** and** FOSSology.
8
+ * many additional checks for potential null assignments.
9
+ * demo application is now .Net 6.
10
+ * tested with FOSSology, version 4.2.1.21 (REST API v1.4.3).
11
+
12
+ ## 1.2.0 (2022-03-17)
13
+
4
14
* improved error handling.
5
15
* supports FOSSology REST API v1.4.3 (FOSSology 4.0.0 built @ 2023/03/09).
6
16
* new method GetHealth().
14
24
* improved unit tests.
15
25
16
26
## 1.1.0 (2020-06-25)
27
+
17
28
* supports FOSSology REST API v1.0.16 (FOSSology 3.8.0 built @ 2020/06/19).
18
29
* new method GetToken().
19
30
* new method UploadPackageFromUrl().
32
43
33
44
34
45
## 1.0.0 (2020-11-24)
46
+
35
47
* first version released.
36
48
* supports FOSSology REST API v1.0.3 (FOSSology 3.7.0).
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <Version >1.2 </Version >
4
- <FileVersion >1.2 .0.0</FileVersion >
3
+ <Version >1.3 </Version >
4
+ <FileVersion >1.3 .0.0</FileVersion >
5
5
<Product >Fossology.Rest.Dotnet</Product >
6
6
<Company ></Company >
7
7
<Copyright >Copyright © 2019-2022 T. Graf</Copyright >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This is a .NET implementation of the REST API of FOSSology.
4
4
5
5
## Project Build Status ##
6
6
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://opensource.org/licenses/MIT )
7
- [ ![ NuGet] ( https://img.shields.io/badge/nuget-v1.2 .0-blue.svg )] ( https://www.nuget.org/packages/Fossology.Rest.Dotnet/ )
7
+ [ ![ NuGet] ( https://img.shields.io/badge/nuget-v1.3 .0-blue.svg )] ( https://www.nuget.org/packages/Fossology.Rest.Dotnet/ )
8
8
9
9
FOSSology is a open source license compliance software system.
10
10
It is used to analyze source code and to determine licenses,
@@ -18,7 +18,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
18
18
19
19
## Test Application ##
20
20
21
- ** FossyApiDemo** - A simple WinForms based demo application.
21
+ ** FossyApiDemo** - A simple .Net 6 WinForms based demo application.
22
22
23
23
## Documentation on the FOSSology REST API
24
24
You can’t perform that action at this time.
0 commit comments