Skip to content

Commit

Permalink
Fix nuspec authoring. 1) Update ServiceFabric dependency version. 2) …
Browse files Browse the repository at this point in the history
…Replace <licenseUrl> with <license>
  • Loading branch information
yantang-msft committed Jun 25, 2019
1 parent bde005e commit 2202216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified NuGet.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Application Insights Service Fabric Collector for Native Service Fabric Applications</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=510709</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Microsoft/ApplicationInsights-servicefabric</projectUrl>
<iconUrl>$image$</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand All @@ -19,15 +19,15 @@
<dependencies>
<group targetFramework="net45">
<dependency id="Microsoft.ApplicationInsights" version="[2.4,3)" />
<dependency id="Microsoft.ServiceFabric" version="6.3.162" />
<dependency id="Microsoft.ServiceFabric.Services.Remoting" version="3.2.162" />
<dependency id="Microsoft.ServiceFabric" version="6.4.664" />
<dependency id="Microsoft.ServiceFabric.Services.Remoting" version="3.3.664" />
<dependency id="System.Diagnostics.DiagnosticSource" version="4.4.0" />
<dependency id="Microsoft.ApplicationInsights.ServiceFabric" version="$version$"/>
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.ApplicationInsights" version="[2.4,3)" />
<dependency id="Microsoft.ServiceFabric" version="6.3.162" />
<dependency id="Microsoft.ServiceFabric.Services.Remoting" version="3.2.162" />
<dependency id="Microsoft.ServiceFabric" version="6.4.664" />
<dependency id="Microsoft.ServiceFabric.Services.Remoting" version="3.3.664" />
<dependency id="System.Diagnostics.DiagnosticSource" version="4.4.0" />
<dependency id="Microsoft.ApplicationInsights.ServiceFabric" version="$version$"/>
<dependency id="System.Runtime.Caching" version="4.5.0"/>
Expand Down
2 changes: 1 addition & 1 deletion src/ApplicationInsights.ServiceFabric/NuGet/Package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Application Insights Service Fabric Collector</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>http://go.microsoft.com/fwlink/?LinkID=510709</licenseUrl>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Microsoft/ApplicationInsights-servicefabric</projectUrl>
<iconUrl>$image$</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down

0 comments on commit 2202216

Please sign in to comment.