|
2 | 2 | <package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
3 | 3 | <metadata>
|
4 | 4 | <id>Apizr.Integrations.AutoMapper</id>
|
5 |
| - <version>6.4.0-preview.3</version> |
| 5 | + <version>6.4.0-preview.4</version> |
6 | 6 | <title>Apizr.Integrations.AutoMapper</title>
|
7 | 7 | <authors>Respawnsive</authors>
|
8 | 8 | <owners>Respawnsive</owners>
|
|
17 | 17 | <dependencies>
|
18 | 18 | <group targetFramework="net6.0">
|
19 | 19 | <dependency id="AutoMapper" version="13.0.1" />
|
20 |
| - <dependency id="Apizr" version="6.4.0-preview.3" /> |
21 |
| - </group> |
22 |
| - <group targetFramework="net7.0"> |
23 |
| - <dependency id="AutoMapper" version="13.0.1" /> |
24 |
| - <dependency id="Apizr" version="6.4.0-preview.3" /> |
25 |
| - </group> |
26 |
| - <group targetFramework="net8.0"> |
27 |
| - <dependency id="AutoMapper" version="13.0.1" /> |
28 |
| - <dependency id="Apizr" version="6.4.0-preview.3" /> |
| 20 | + <dependency id="Apizr" version="6.4.0-preview.4" /> |
29 | 21 | </group>
|
30 | 22 | <group targetFramework=".NETStandard2.1">
|
31 | 23 | <dependency id="AutoMapper" version="12.0.1" />
|
32 |
| - <dependency id="Apizr" version="6.4.0-preview.3" /> |
| 24 | + <dependency id="Apizr" version="6.4.0-preview.4" /> |
33 | 25 | </group>
|
34 | 26 | </dependencies>
|
35 | 27 | </metadata>
|
36 | 28 | <files>
|
37 | 29 | <file src="lib\net6.0\Apizr.Integrations.AutoMapper.dll" target="lib\net6.0\Apizr.Integrations.AutoMapper.dll" />
|
38 | 30 | <file src="lib\net6.0\Apizr.Integrations.AutoMapper.pdb" target="lib\net6.0\Apizr.Integrations.AutoMapper.pdb" />
|
39 | 31 | <file src="lib\net6.0\Apizr.Integrations.AutoMapper.xml" target="lib\net6.0\Apizr.Integrations.AutoMapper.xml" />
|
40 |
| - <file src="lib\net7.0\Apizr.Integrations.AutoMapper.dll" target="lib\net7.0\Apizr.Integrations.AutoMapper.dll" /> |
41 |
| - <file src="lib\net7.0\Apizr.Integrations.AutoMapper.pdb" target="lib\net7.0\Apizr.Integrations.AutoMapper.pdb" /> |
42 |
| - <file src="lib\net7.0\Apizr.Integrations.AutoMapper.xml" target="lib\net7.0\Apizr.Integrations.AutoMapper.xml" /> |
43 |
| - <file src="lib\net8.0\Apizr.Integrations.AutoMapper.dll" target="lib\net8.0\Apizr.Integrations.AutoMapper.dll" /> |
44 |
| - <file src="lib\net8.0\Apizr.Integrations.AutoMapper.pdb" target="lib\net8.0\Apizr.Integrations.AutoMapper.pdb" /> |
45 |
| - <file src="lib\net8.0\Apizr.Integrations.AutoMapper.xml" target="lib\net8.0\Apizr.Integrations.AutoMapper.xml" /> |
46 | 32 | <file src="lib\netstandard2.1\Apizr.Integrations.AutoMapper.dll" target="lib\netstandard2.1\Apizr.Integrations.AutoMapper.dll" />
|
47 | 33 | <file src="lib\netstandard2.1\Apizr.Integrations.AutoMapper.pdb" target="lib\netstandard2.1\Apizr.Integrations.AutoMapper.pdb" />
|
48 | 34 | <file src="lib\netstandard2.1\Apizr.Integrations.AutoMapper.xml" target="lib\netstandard2.1\Apizr.Integrations.AutoMapper.xml" />
|
|
0 commit comments