Skip to content

Commit 0df9af1

Browse files
committed
chores: update version number
1 parent 7c4806d commit 0df9af1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.3</Version>
4-
<FileVersion>1.3.0.0</FileVersion>
3+
<Version>1.4</Version>
4+
<FileVersion>1.4.0.0</FileVersion>
55
<Product>Fossology.Rest.Dotnet</Product>
66
<Company></Company>
7-
<Copyright>Copyright © 2019-2022 T. Graf</Copyright>
7+
<Copyright>Copyright © 2019-2023 T. Graf</Copyright>
88
<Authors>T. Graf</Authors>
99
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1010
<RepositoryType>git</RepositoryType>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a .NET implementation of the REST API of FOSSology.
44

5-
## Project Build Status ##
5+
## Project Build Status
66
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
77
[![NuGet](https://img.shields.io/badge/nuget-v1.3.0-blue.svg)](https://www.nuget.org/packages/Fossology.Rest.Dotnet/)
88

@@ -11,12 +11,12 @@ It is used to analyze source code and to determine licenses,
1111
copyrights and other keywords within the given source code.
1212
More information about FOSSology can be found [here](https://www.fossology.org/.)
1313

14-
## Library ##
14+
## Library
1515
* **Fossology.Rest.Dotnet** - The REST API implementation.
1616
* **Fossology.Rest.Dotnet.Model** - The object model.
1717
* **Fossology.Rest.Dotnet.Test** - Unit tests.
1818

19-
## Test Application ##
19+
## Test Application
2020

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

@@ -48,7 +48,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
4848

4949
## License
5050

51-
Copyright (C) 2019-2022 T. Graf
51+
Copyright (C) 2019-2023 T. Graf
5252

5353
Licensed under the **MIT License** (the "License");
5454
you may not use this file except in compliance with the License.

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version: 1.3.0.{build}
2-
image: Visual Studio 2019
1+
version: 1.4.0.{build}
2+
image: Visual Studio 2022
33
install:
44
- call "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat"
55
configuration:

0 commit comments

Comments
 (0)