-
Notifications
You must be signed in to change notification settings - Fork 1
/
LT.DigitalOffice.Kernel.ImageSupport.nuspec
39 lines (38 loc) · 1.63 KB
/
LT.DigitalOffice.Kernel.ImageSupport.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<package>
<metadata>
<id>LTDO.Kernel.ImageSupport</id>
<version>2.0.0</version>
<title>DigitalOffice.Kernel.ImageSupport</title>
<authors>Lanit-Tercom Digital Office Team</authors>
<owners>Lanit-Tercom Digital Office</owners>
<projectUrl>https://github.com/LT-Students/DigitalOffice-Kernel</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library used in the Digital Office project.</description>
<releaseNotes>
2.0.0 - migate to dotnet 8.
Previous versions:
1.0.12 - transfer to new nuget server.
1.0.6 - Update libs.
1.0.5 - Update to .NET 7.0.
1.0.4 - Modify ImageCompressHelper.
1.0.3 - Make ImageResizeHelper to crop pictures for preview in the middle.
1.0.2 - Add ImageCompressHelper.
1.0.1 - Update kernel version used in this lib.
1.0.0 - Initial.
</releaseNotes>
<copyright>Copyright © LT Digital Office</copyright>
<tags>DigitalOffice</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="SixLabors.ImageSharp" version="2.1.3"/>
<dependency id="LTDO.Kernel" version="2.0.0"/>
<dependency id="Svg" version="3.4.4"/>
</group>
</dependencies>
</metadata>
<files>
<file src="artifacts\kernel_image\LTDO.Kernel.ImageSupport.dll" target="lib\net8.0"/>
<file src="artifacts\kernel_image\LTDO.Kernel.ImageSupport.pdb" target="lib\net8.0"/>
</files>
</package>