Skip to content

Commit

Permalink
Add some key-values to the .fsproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
matachi committed Jun 22, 2024
1 parent 76f4501 commit d4b4750
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>FluentAvalonia.FuncUI.Bindings</PackageId>
<Version>0.0.1</Version>
<Authors>matachi</Authors>
<Company>Kalyna Solutions AB</Company>
<PackageDescription> FluentAvalonia.FuncUI.Bindings is a library that integrates FluentAvalonia with Avalonia.FuncUI. It contains bindings that enable the use of FluentAvalonia's controls in an F# context offered by Avalonia.FuncUI.</PackageDescription>
<RepositoryUrl>https://github.com/matachi/FluentAvalonia.FuncUI.Bindings</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d4b4750

Please sign in to comment.