Skip to content

Commit

Permalink
Support navigation with description, package tags and links
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Jul 28, 2023
1 parent 7c2cac6 commit b0caefd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions implement/elm-time/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Elm-Time is an open-source, cross-platform runtime environment for the Elm programming language.

+ Website: https://elm-time.org
+ Source code repository: https://github.com/elm-time/elm-time
14 changes: 14 additions & 0 deletions implement/elm-time/elm-time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>

<PropertyGroup>
<Description>Runtime environment for the Elm programming language</Description>
<PackageTags>Elm;Runtime;DBMS</PackageTags>
<RepositoryUrl>https://github.com/elm-time/elm-time.git</RepositoryUrl>
<PackageProjectUrl>https://elm-time.org/</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Authors>Viir</Authors>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down

0 comments on commit b0caefd

Please sign in to comment.