Skip to content

Commit 1fbe5a4

Browse files
committed
Add thebuilder to ReadMe.md contributors section.
1 parent 7f95e0e commit 1fbe5a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,7 @@ Contributions are welcome!
17831783
- [samcic](https://github.com/samcic)
17841784
- [johnrom](https://github.com/johnrom)
17851785
- [aKzenT](https://github.com/aKzenT)
1786+
- [thebuilder](https://github.com/thebuilder)
17861787

17871788
## About
17881789
Follow [@JeringTech](https://twitter.com/JeringTech) for updates and more.

src/NodeJS/Jering.Javascript.NodeJS.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@
3838
<JavascriptOutputs Include="Javascript\bin\$(Configuration)\$(Http11ServerFileName);Javascript\bin\$(Configuration)\$(Http20ServerFileName)" />
3939
<!-- If any file in JavascriptInputs has changed, fast up-to-date check must indicate that a rebuild is required - https://github.com/dotnet/project-system/pull/2241 -->
4040
<UpToDateCheckInput Include="@(JavascriptInputs)" />
41+
<EmbeddedResource Remove="Javascript\bin\Debug\Http11Server.js" />
4142
<EmbeddedResource Include="Javascript\bin\$(Configuration)\$(Http11ServerFileName)" LogicalName="$(Http11ServerFileName)" />
43+
<EmbeddedResource Remove="Javascript\bin\Debug\Http20Server.js" />
4244
<EmbeddedResource Include="Javascript\bin\$(Configuration)\$(Http20ServerFileName)" LogicalName="$(Http20ServerFileName)" />
4345
</ItemGroup>
4446

@@ -71,7 +73,7 @@
7173
</ItemGroup>
7274

7375
<ItemGroup>
74-
<None Include="..\..\nuget_icon.png" Pack="true" PackagePath="\"/>
76+
<None Include="..\..\nuget_icon.png" Pack="true" PackagePath="\" />
7577
</ItemGroup>
7678

7779
<ItemGroup>

0 commit comments

Comments
 (0)