Skip to content

Commit

Permalink
Move README.md to root
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Nov 24, 2024
1 parent 686e13b commit 59a81cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<Target Name="Stage" DependsOnTargets="StageBuild">
<ItemGroup>
<InfoFiles Include="$(RootDir)\LICENSE.md" />
<InfoFiles Include="$(RootDir)\.github\README.md" />
<InfoFiles Include="$(RootDir)\README.md" />
</ItemGroup>
<Copy DestinationFolder="$(StageDir)" SourceFiles="@(InfoFiles)" />
<ItemGroup>
Expand Down Expand Up @@ -106,7 +106,7 @@
<Target Name="ZipPackage" DependsOnTargets="Stage;MakePackageDir"
Outputs="$(PackageDir)\DynamicLanguageRuntime.$(PackageVersion).zip">
<ItemGroup>
<ZipFiles Include="$(StageDir)\**\*.dll;$(StageDir)\**\*.xml;$(StageDir)\.github\README.md;$(StageDir)\LICENSE.md"
<ZipFiles Include="$(StageDir)\**\*.dll;$(StageDir)\**\*.xml;$(StageDir)\README.md;$(StageDir)\LICENSE.md"
Exclude="$(StageDir)\netcoreapp3.1\*;$(StageDir)\net9.0*\*" />
</ItemGroup>
<Message Text="$(ZipFiles)" />
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</Content>
<None Include="$(DlrRootDir)\.github\README.md">
<None Include="$(DlrRootDir)\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down
4 changes: 2 additions & 2 deletions Dynamic.sln
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
Directory.Build.props = Directory.Build.props
DLR.ruleset = DLR.ruleset
global.json = global.json
LICENSE = LICENSE
LICENSE.md = LICENSE.md
make.ps1 = make.ps1
.github\README.md = .github\README.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Riverside.Dynamic.Test", "Tests\Riverside.Dynamic.Test\Riverside.Dynamic.Test.csproj", "{CBDDAD40-D44E-458A-AA53-9A6DB62EC4A1}"
Expand Down
File renamed without changes.

0 comments on commit 59a81cb

Please sign in to comment.