Skip to content

Commit ad04f2a

Browse files
authored
Add net461 to upgrade assistant nuspec (#3894)
1 parent dea8cc9 commit ad04f2a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

build/NEST.7xUpgradeAssistant.nuspec

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,32 @@
33
<metadata>
44
<id>NEST.7xUpgradeAssistant</id>
55
<version>$version$</version>
6-
<title>NEST - 7.x upgrade helper</title>
6+
<title>NEST 7.x - Upgrade Assistant</title>
77
<authors>Elastic and contributors</authors>
88
<owners>Elastic</owners>
99
<copyright>2014-$year$ Elasticsearch BV</copyright>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<license type="file">license.txt</license>
1212
<projectUrl>https://github.com/elastic/elasticsearch-net</projectUrl>
1313
<iconUrl>https://raw.githubusercontent.com/elastic/elasticsearch-net/master/build/nuget-icon.png</iconUrl>
14-
<description>NEST 7.0 introduces namespaces on the client, this temporarily reintroduces removed methods on the client with instructions on how to upgrade</description>
15-
<summary>NEST 7.0 introduces namespaces on the client, this temporarily reintroduces removed methods on the client with instructions on how to upgrade</summary>
14+
<description>NEST 7.0 introduces API namespaces on the client. This package reintroduces removed methods on the client, with instructions on how to upgrade to using the new APIs</description>
15+
<summary>NEST 7.0 introduces API namespaces on the client. This package reintroduces removed methods on the client, with instructions on how to upgrade to using the new APIs</summary>
1616
<releaseNotes>https://github.com/elastic/elasticsearch-net/releases/tag/$version$</releaseNotes>
1717
<tags>elasticsearch,elastic,search,lucene,nest</tags>
1818
<dependencies>
19-
<group targetFramework=".NETStandard2.0">
19+
<group targetFramework="netstandard2.0">
20+
<dependency id="NEST" version="[$version$, $nextMajorVersion$)" />
21+
</group>
22+
<group targetFramework="net461">
2023
<dependency id="NEST" version="[$version$, $nextMajorVersion$)" />
2124
</group>
2225
</dependencies>
2326
</metadata>
2427
<files>
2528
<file src="..\license.txt" target="" />
2629
<file src="output\Nest.7xUpgradeAssistant\netstandard2.0\Nest.7xUpgradeAssistant.dll" target="lib\netstandard2.0"/>
27-
<file src="output\Nest.7xUpgradeAssistant\netstandard2.0\Nest.7xUpgradeAssistant.xml" target="lib\netstandard2.0"/>
30+
<file src="output\Nest.7xUpgradeAssistant\netstandard2.0\Nest.7xUpgradeAssistant.xml" target="lib\netstandard2.0"/>
31+
<file src="output\Nest.7xUpgradeAssistant\net461\Nest.7xUpgradeAssistant.dll" target="lib\net461"/>
32+
<file src="output\Nest.7xUpgradeAssistant\net461\Nest.7xUpgradeAssistant.xml" target="lib\net461"/>
2833
</files>
2934
</package>

0 commit comments

Comments
 (0)