Skip to content

Commit

Permalink
Explicitly include the README.md
Browse files Browse the repository at this point in the history
Fixes #173
  • Loading branch information
justalemon committed May 24, 2024
1 parent 3357156 commit f137f3a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
5 changes: 3 additions & 2 deletions LemonUI.AltV.Async/LemonUI.AltV.Async.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>$(ProjectName)</PackageId>
<Authors>Hannele "Lemon" Ruiz</Authors>
<Company>Hannele "Lemon" Ruiz</Company>
Expand All @@ -36,8 +37,8 @@

<ItemGroup>
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="\" />
<PackageReference Include="AltV.Net.Client.Async" Version="15.0.105-dev">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
Expand Down
5 changes: 3 additions & 2 deletions LemonUI.AltV/LemonUI.AltV.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>$(ProjectName)</PackageId>
<Authors>Hannele "Lemon" Ruiz</Authors>
<Company>Hannele "Lemon" Ruiz</Company>
Expand All @@ -36,8 +37,8 @@

<ItemGroup>
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="\" />
<PackageReference Include="AltV.Net.Client" Version="15.0.105-dev">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
Expand Down
5 changes: 3 additions & 2 deletions LemonUI.FiveM/LemonUI.FiveM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>$(ProjectName)</PackageId>
<Authors>Hannele "Lemon" Ruiz</Authors>
<Company>Hannele "Lemon" Ruiz</Company>
Expand All @@ -36,8 +37,8 @@

<ItemGroup>
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="\" />
<PackageReference Include="CitizenFX.Core.Client" Version="1.0.6370">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
Expand Down
5 changes: 3 additions & 2 deletions LemonUI.RageMP/LemonUI.RageMP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>$(ProjectName)</PackageId>
<Authors>Hannele "Lemon" Ruiz</Authors>
<Company>Hannele "Lemon" Ruiz</Company>
Expand All @@ -36,8 +37,8 @@

<ItemGroup>
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(OutDir)..\FOR DEVELOPERS\LemonUI.RageMP.cs" Pack="true" Visible="false" PackagePath="" BuildAction="Content" CopyToOutputDirectory="Always" />
<PackageReference Include="RAGEMP-ragesharp" Version="1.1.3">
<IncludeAssets>compile</IncludeAssets>
Expand Down
5 changes: 3 additions & 2 deletions LemonUI.RagePluginHook/LemonUI.RagePluginHook.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>$(ProjectName)</PackageId>
<Authors>Hannele "Lemon" Ruiz</Authors>
<Company>Hannele "Lemon" Ruiz</Company>
Expand All @@ -36,8 +37,8 @@

<ItemGroup>
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="\" />
<PackageReference Include="RagePluginHook" Version="1.98.0">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
Expand Down
5 changes: 3 additions & 2 deletions LemonUI.SHVDN3/LemonUI.SHVDN3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>$(ProjectName)</PackageId>
<Authors>Hannele "Lemon" Ruiz</Authors>
<Company>Hannele "Lemon" Ruiz</Company>
Expand All @@ -36,8 +37,8 @@

<ItemGroup>
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="\" />
<PackageReference Include="ScriptHookVDotNet3" Version="3.6.0">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
Expand Down
5 changes: 3 additions & 2 deletions LemonUI.SHVDNC/LemonUI.SHVDNC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageId>$(ProjectName)</PackageId>
<Authors>Hannele "Lemon" Ruiz</Authors>
<Company>Hannele "Lemon" Ruiz</Company>
Expand All @@ -39,8 +40,8 @@

<ItemGroup>
<Compile Include="$(ProjectDir)../LemonUI/**/*.cs" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(ProjectDir)../README.md" Pack="true" Visible="false" PackagePath="\" />
<None Include="$(ProjectDir)../logo.png" Pack="true" Visible="false" PackagePath="\" />
<PackageReference Include="ScriptHookVDotNetCore" Version="1.2.1">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit f137f3a

Please sign in to comment.