Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit c72f691

Browse files
Change nuget name
1 parent a9c6795 commit c72f691

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Fargo/Fargo.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Description>A functional argument parser with built in completion.</Description>
56
</PropertyGroup>
67
<ItemGroup>
7-
<!-- <Compile Include="Fargo.fsi" /> -->
88
<Compile Include="Console.fs" />
99
<Compile Include="Token.fs" />
1010
<Compile Include="Parsers.fs" />

src/Fargo/paket.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
type project
1+
type project
2+
id fargo

0 commit comments

Comments
 (0)