Skip to content

Commit ed2db7a

Browse files
committed
Configuration update to support publishing nuget packages and symbol packages for add-on libraries.
1 parent 8647c7e commit ed2db7a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

AutofacCommandLine/AutofacCommandLine.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<Copyright>© Mark A. Olbert all rights reserved</Copyright>
1414
<PackageDescription>Add on to J4JCommandLine to simplify using Autofac dependency injection .</PackageDescription>
1515
<RepositoryUrl>https://github.com/markolbert/J4JCommandLine</RepositoryUrl>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

FancyConsole/FancyConsole.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<Copyright>© Mark A. Olbert all rights reserved</Copyright>
1414
<PackageDescription>Add on to J4JCommandLine to support a more colorful and nicely formatted output.</PackageDescription>
1515
<RepositoryUrl>https://github.com/markolbert/J4JCommandLine</RepositoryUrl>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<PackageProjectUrl>https://github.com/markolbert/J4JCommandLine</PackageProjectUrl>
1618
</PropertyGroup>
1719

1820
<ItemGroup>

J4JCommandLine/J4JCommandLine.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<Copyright>© Mark A. Olbert all rights reserved</Copyright>
1414
<PackageDescription>adds the J4JSoftware Command Line Processor</PackageDescription>
1515
<RepositoryUrl>https://github.com/markolbert/J4JCommandLine</RepositoryUrl>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17+
<PackageProjectUrl>https://github.com/markolbert/J4JCommandLine</PackageProjectUrl>
18+
<AssemblyVersion>0.1.0.0</AssemblyVersion>
1619
</PropertyGroup>
1720

1821
<ItemGroup>

0 commit comments

Comments
 (0)