Skip to content

Commit

Permalink
Fix README.md again
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Jan 29, 2024
1 parent 02d5c51 commit bb3b8e0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/Actions.Core/Actions.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@
<ItemGroup>
<InternalsVisibleTo Include="Actions.Core.Tests" />
</ItemGroup>

<ItemGroup Label="Files">
<None Include="../../LICENSE" Pack="true" PackagePath="/" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="build/**" Pack="true" PackagePath="build/" />
<None Include="README.md" Pack="true" PackagePage="/" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Actions.Glob/Actions.Glob.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
</ItemGroup>

<ItemGroup Label="Files">
<None Include="../../LICENSE" Pack="true" PackagePath="/" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="build/**" Pack="true" PackagePath="build/" />
<None Include="README.md" Pack="true" PackagePage="/" />
</ItemGroup>

</Project>
10 changes: 8 additions & 2 deletions src/Actions.IO/Actions.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,19 @@
</ItemGroup>

<ItemGroup Label="Files">
<None Include="../../LICENSE" Pack="true" PackagePath="/" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="build/**" Pack="true" PackagePath="build/" />
<None Include="README.md" Pack="true" PackagePage="/" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Actions.IO.Tests" />
</ItemGroup>

<ItemGroup>
<Compile Update="Utilities.cs">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Compile>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/Actions.Octokit/Actions.Octokit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
</ItemGroup>

<ItemGroup Label="Files">
<None Include="../../LICENSE" Pack="true" PackagePath="/" />
<None Include="..\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="build/**" Pack="true" PackagePath="build/" />
<None Include="README.md" Pack="true" PackagePage="/" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bb3b8e0

Please sign in to comment.