Skip to content

Commit

Permalink
Merge pull request #37 from CompositionalIT/36-fable-library-guidelines
Browse files Browse the repository at this point in the history
Comply with Fable library recommendations, found at: https://fable.io/docs/your-fable-project/author-a-fable-library.html
  • Loading branch information
jwthomson authored Nov 1, 2024
2 parents 04b93ff + e83b801 commit ca80337
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Feliz.AgGrid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<Version>1.0.1</Version>
<PackageProjectUrl>https://github.com/CompositionalIT/feliz-ag-grid</PackageProjectUrl>
<RepositoryUrl>https://github.com/CompositionalIT/feliz-ag-grid</RepositoryUrl>
<!-- Ensure debugging information is easily found, so that editors can locate the source code locations for your library.
This slightly increases the size of your package, but the usability benefits are worth it. -->
<DebugType>embedded</DebugType>
<!-- Ensure that files that are generated during the build by the .NET SDK are also included in your compiled library. -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<PackageTags>fable;fable-binding;fable-javascript</PackageTags>
</PropertyGroup>
<PropertyGroup>
<NpmDependencies>
Expand Down Expand Up @@ -36,4 +42,4 @@
<Content Include="*.fsproj; **\*.fs; **\*.fsi" PackagePath="fable\" />
</ItemGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
</Project>

0 comments on commit ca80337

Please sign in to comment.