Skip to content

Commit 59a81cb

Browse files
committed
Move README.md to root
1 parent 686e13b commit 59a81cb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<Target Name="Stage" DependsOnTargets="StageBuild">
7171
<ItemGroup>
7272
<InfoFiles Include="$(RootDir)\LICENSE.md" />
73-
<InfoFiles Include="$(RootDir)\.github\README.md" />
73+
<InfoFiles Include="$(RootDir)\README.md" />
7474
</ItemGroup>
7575
<Copy DestinationFolder="$(StageDir)" SourceFiles="@(InfoFiles)" />
7676
<ItemGroup>
@@ -106,7 +106,7 @@
106106
<Target Name="ZipPackage" DependsOnTargets="Stage;MakePackageDir"
107107
Outputs="$(PackageDir)\DynamicLanguageRuntime.$(PackageVersion).zip">
108108
<ItemGroup>
109-
<ZipFiles Include="$(StageDir)\**\*.dll;$(StageDir)\**\*.xml;$(StageDir)\.github\README.md;$(StageDir)\LICENSE.md"
109+
<ZipFiles Include="$(StageDir)\**\*.dll;$(StageDir)\**\*.xml;$(StageDir)\README.md;$(StageDir)\LICENSE.md"
110110
Exclude="$(StageDir)\netcoreapp3.1\*;$(StageDir)\net9.0*\*" />
111111
</ItemGroup>
112112
<Message Text="$(ZipFiles)" />

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<Pack>True</Pack>
5555
<PackagePath>\</PackagePath>
5656
</Content>
57-
<None Include="$(DlrRootDir)\.github\README.md">
57+
<None Include="$(DlrRootDir)\README.md">
5858
<Pack>True</Pack>
5959
<PackagePath>\</PackagePath>
6060
</None>

Dynamic.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2626
Directory.Build.props = Directory.Build.props
2727
DLR.ruleset = DLR.ruleset
2828
global.json = global.json
29-
LICENSE = LICENSE
29+
LICENSE.md = LICENSE.md
3030
make.ps1 = make.ps1
31-
.github\README.md = .github\README.md
31+
README.md = README.md
3232
EndProjectSection
3333
EndProject
3434
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Riverside.Dynamic.Test", "Tests\Riverside.Dynamic.Test\Riverside.Dynamic.Test.csproj", "{CBDDAD40-D44E-458A-AA53-9A6DB62EC4A1}"
File renamed without changes.

0 commit comments

Comments
 (0)