Skip to content

Commit 4881980

Browse files
committed
updates for version 1.1.0
1 parent c606394 commit 4881980

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

ChangeLog.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
## 1.1.0 (NEXT)
44
* supports FOSSOlogy REST API v1.0.16 (FOSSology 3.8.0).
5-
* ?? /uploads/{id}/summary:
6-
* ?? /uploads/{id}/licenses:
7-
* ?? search using groupName
8-
* ?? new param groupName for report generation
9-
* ?? ojo for license decider
10-
115
* new method GetToken().
126
* new method UploadPackageFromUrl().
137
* new method UploadPackageFromVcs().
@@ -21,6 +15,7 @@
2115
* new class UrlUpload.
2216
* class Upload has new property FileSha1
2317
* Integration test improved.
18+
* support of .Net Core (target is netstandard2.0).
2419

2520

2621
## 1.0.0 (2020-11-24)

Fossology.Rest.Dotnet.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ VisualStudioVersion = 16.0.29503.13
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{66961846-D78E-4DC0-BE09-F712FC21EA09}"
77
ProjectSection(SolutionItems) = preProject
8+
appveyor.yml = appveyor.yml
89
ChangeLog.md = ChangeLog.md
910
LICENSE = LICENSE
1011
Readme.md = Readme.md

README.md

Lines changed: 1 addition & 1 deletion
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%20package-v1.0.0-blue.svg)](https://www.nuget.org/packages/Fossology.Rest.Dotnet/)
7+
[![NuGet](https://img.shields.io/badge/nuget%20package-v1.1.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,

0 commit comments

Comments
 (0)