Skip to content

Commit 03474b6

Browse files
committed
chores: release version 1.3.0
1 parent 6c77e18 commit 03474b6

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

ChangeLog.md

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

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+
414
* improved error handling.
515
* supports FOSSology REST API v1.4.3 (FOSSology 4.0.0 built @ 2023/03/09).
616
* new method GetHealth().
@@ -14,6 +24,7 @@
1424
* improved unit tests.
1525

1626
## 1.1.0 (2020-06-25)
27+
1728
* supports FOSSology REST API v1.0.16 (FOSSology 3.8.0 built @ 2020/06/19).
1829
* new method GetToken().
1930
* new method UploadPackageFromUrl().
@@ -32,5 +43,6 @@
3243

3344

3445
## 1.0.0 (2020-11-24)
46+
3547
* first version released.
3648
* supports FOSSology REST API v1.0.3 (FOSSology 3.7.0).

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<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>
55
<Product>Fossology.Rest.Dotnet</Product>
66
<Company></Company>
77
<Copyright>Copyright © 2019-2022 T. Graf</Copyright>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is a .NET implementation of the REST API of FOSSology.
44

55
## Project Build Status ##
66
[![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/)
88

99
FOSSology is a open source license compliance software system.
1010
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/.
1818

1919
## Test Application ##
2020

21-
**FossyApiDemo** - A simple WinForms based demo application.
21+
**FossyApiDemo** - A simple .Net 6 WinForms based demo application.
2222

2323
## Documentation on the FOSSology REST API
2424

0 commit comments

Comments
 (0)