Skip to content

Commit 402f2c3

Browse files
committed
Increment the version, add the part of the SixLabors licence agreements
1 parent 5baaf6a commit 402f2c3

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ This .NET library allows you to connect you with a WebUntis account and load all
99
## Documentation:
1010
The documentation is integrated in the package so that all classes and methods explain what they do. Here're the basics to use the library:
1111

12+
## Licence:
13+
When your project has .NET 6 or greater as target you must be ensure that your project also agrees the [Six Labors Split License](https://www.nuget.org/packages/SixLabors.ImageSharp/3.0.1/License) as [Transitive Package Dependency](https://en.wikipedia.org/wiki/Transitive_dependency).
14+
This is in cause of that this package use in .NET 6 or greater the packages [SixLabors.ImageSharp](https://www.nuget.org/packages/SixLabors.ImageSharp) and [SixLabors.ImageSharp.Drawing](https://www.nuget.org/packages/SixLabors.ImageSharp.Drawing) for dynamic image loading and rendering.
15+
1216
### 1. Add references to this library
1317
The simplest way is to add the [NuGet](https://www.nuget.org/packages/Suiram1.WebUntisAPI.Client) package to your project,
14-
but when you don't want to use NuGet you can also download the [binarys](https://github.com/Suiram1701/WebUntisAPI.Client/releases) of the package and add the reference the contained .dll
18+
but when you don't want to use NuGet you can also download the [binaries](https://github.com/Suiram1701/WebUntisAPI.Client/releases) of the package and add the reference the contained .dll
1519

1620
### 2. Creating a client and login:
1721

@@ -30,8 +34,8 @@ Remarks:
3034
- Under no circumstances should 10 req. per sec., more than 1800req. per hr (but in no case more than 3600 req. per hr). If the specifications are exceeded, access to WebUntis could permanently blocked by the WebUntis API.
3135

3236
### 3. Send requests
33-
After your login you can send requests to get informations about your timetable and all about.
34-
The methods an what they do shoud be self-explained.
37+
After your login you can send requests to get information about your timetable and all about.
38+
The methods an what they do should be self-explained.
3539

3640
## Issues
3741
When you had an error that you don't understand or you don't understand how you can use the library you can create an issue so that I can help you by your problem.

WebUntisAPI.Client/WebUntisAPI.Client.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<Copyright>Copyright © Suiram1 2023</Copyright>
1717
<Description>A library in .NET to interact with the WebUntis API.</Description>
1818
<Company>Suiram1</Company>
19-
<AssemblyVersion>1.1.1</AssemblyVersion>
20-
<FileVersion>1.1.1</FileVersion>
21-
<Version>1.1.1</Version>
19+
<AssemblyVersion>1.2.0</AssemblyVersion>
20+
<FileVersion>1.2.0</FileVersion>
21+
<Version>1.2.0</Version>
2222
</PropertyGroup>
2323

2424
<ItemGroup>

0 commit comments

Comments
 (0)