Skip to content

Commit

Permalink
Remove duplicate files from the nuspec.
Browse files Browse the repository at this point in the history
Fixes #187
  • Loading branch information
KirillOsenkov committed Jul 8, 2021
1 parent 1f9678a commit 4ded591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/HtmlGenerator/HtmlGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PropertyGroup>
<NuGetPackageId>SourceBrowser</NuGetPackageId>
<NuSpecFile>$(MSBuildProjectDirectory)\$(NuGetPackageId).nuspec</NuSpecFile>
<NuGetVersion>1.0.37</NuGetVersion>
<NuGetVersion>1.0.38</NuGetVersion>
<NuGetVersionRoslyn>3.9.0-2.final</NuGetVersionRoslyn>
</PropertyGroup>
<ItemGroup>
Expand Down
3 changes: 1 addition & 2 deletions src/HtmlGenerator/SourceBrowser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<file src="*.exe.config" target="tools" />
<file src="*.dll" target="tools" />
<file src="TypeScriptSupport\*.*" target="tools\TypeScriptSupport" />
<file src="web\*.*" target="tools\web" />
<file src="web\**\*.*" target="tools\web" />
<file src="web\**\*" target="tools\web" />
</files>
</package>

0 comments on commit 4ded591

Please sign in to comment.