You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MinimalCli.Core/MinimalCli.Core.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
5
<LangVersion>latest</LangVersion>
6
6
<Nullable>enable</Nullable>
7
-
<PackageId>MinimalCommandLine.Core</PackageId>
7
+
<PackageId>MinimalCli.Core</PackageId>
8
8
<Title>Minimal Command Line Core APIs</Title>
9
9
<Authors>dotnetKyle</Authors>
10
10
<Description>A set of minimal builders that sits on top of the System.CommandLine namespace to give an experience similar to the ASP.Net Core minimal API builders.</Description>
Copy file name to clipboardExpand all lines: src/MinimalCli/MinimalCli.csproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<TargetFramework>netstandard2.0</TargetFramework>
5
5
<LangVersion>latest</LangVersion>
6
6
<Nullable>enable</Nullable>
7
-
<PackageId>MinimalCommandLine</PackageId>
7
+
<PackageId>MinimalCli</PackageId>
8
8
<Title>Minimal Command Line</Title>
9
9
<Authors>dotnetKyle</Authors>
10
10
<Description>A source generator on top of System.CommandLine to minimize the boiler plate needed to get started. Just add a [Command] attribute to a function to get started!</Description>
0 commit comments