Skip to content

Commit

Permalink
[chore]: Added additional metadata to Fable packages for requirements.
Browse files Browse the repository at this point in the history
what changed?: add further metadata for fable packages
why?: fable packages requirements
effect?: n/a
  • Loading branch information
amirrezapanahi committed Jan 24, 2025
1 parent 623a012 commit 89d1980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Feliz.ReactSpeedometer/Feliz.ReactSpeedometer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<PackageProjectUrl>https://github.com/CompositionalIT/Feliz-ReactSpeedometer</PackageProjectUrl>
<RepositoryUrl>https://github.com/CompositionalIT/Feliz-ReactSpeedometer</RepositoryUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<DebugType>embedded</DebugType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageTags>fable;fable-binding;fable-javascript</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\CIT-logo.png">
Expand All @@ -29,4 +32,4 @@
<PackageIcon>CIT-logo.png</PackageIcon>
</PropertyGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>

0 comments on commit 89d1980

Please sign in to comment.