File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
<PackageIcon >SS-NET-icon-h500.png</PackageIcon >
19
19
<PackageReadmeFile >README.md</PackageReadmeFile >
20
20
<PackageTags >ssh; scp; sftp</PackageTags >
21
- <PackageReleaseNotes >https://github.com/sshnet/SSH.NET/releases/tag/$(Version)</PackageReleaseNotes >
22
21
<IncludeSymbols >True</IncludeSymbols >
23
22
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
24
23
<NBGV_ThisAssemblyIncludesPackageVersion >true</NBGV_ThisAssemblyIncludesPackageVersion >
25
24
<EmbedUntrackedSources >true</EmbedUntrackedSources >
26
25
<PublishRepositoryUrl >true</PublishRepositoryUrl >
27
26
</PropertyGroup >
28
27
28
+ <Target Name =" SetVersionProperties" BeforeTargets =" Build" DependsOnTargets =" GetBuildVersion" >
29
+ <!-- For properties which depend on those set by NBGV -->
30
+ <PropertyGroup >
31
+ <PackageReleaseNotes >https://github.com/sshnet/SSH.NET/releases/tag/$(Version)</PackageReleaseNotes >
32
+ </PropertyGroup >
33
+ </Target >
34
+
29
35
<PropertyGroup Condition =" '$(CI)' != ''" >
30
36
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
31
37
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments