We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e718433 commit fb1cf9aCopy full SHA for fb1cf9a
1 file changed
src/Pixsys.Library.Media.ImageManager/.config/.nuspec
@@ -5,13 +5,14 @@
5
<title>Pixsys.Library.Media.ImageManager</title>
6
<description>This manager will save and transform your images as a Fluent API, using SixLabors.ImageSharp library</description>
7
<authors>Sylvain Signore</authors>
8
- <version>0.0.0.0</version>
+ <version>0.0.2.0</version>
9
<readme>README.md</readme>
10
<projectUrl>https://github.com/PixsysBE/Pixsys.Library.Media.ImageManager</projectUrl>
11
<dependencies>
12
<group targetFramework="net8.0" >
13
<dependency id="Pixsys.Library.Media.Common" version="1.0.0" />
14
<dependency id="Pixsys.Library.Common" version="1.0.0" />
15
+ <dependency id="SixLabors.ImageSharp" version="3.1.5" />
16
</group>
17
</dependencies>
18
</metadata>
0 commit comments