Skip to content

Commit

Permalink
fixing MSBuild elements and some missed some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Jun 7, 2022
1 parent 9625105 commit f556f1c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
<ThisRoot>Zyborg.CommandLine.ModelBinder</ThisRoot>
<ThisRepo>https://github.com/zyborg/$(ThisRoot)</ThisRepo>
<ThisYear>$([System.DateTime]::Now.ToString("yyyy"))</ThisYear>
<PropertyGroup>

</PropertyGroup>

<PropertyGroup>
<Copyright>Copyright (C) $(ThisYear) Eugene Bekker.</Copyright>
<RepositoryUrl>$(ThisRepo)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>https://github.com/zyborg/$(ThisRoot)/graphs/contributors</Authors>
<PropertyGroup>

</PropertyGroup>

<PropertyGroup>
<!-- deprecated: https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets -->
<!--
<PackageLicenseUrl>https://github.com/zyborg/Zyborg.CommandLine.ModelBinder/blob/master/LICENSE</PackageLicenseUrl>
-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PropertyGroup>

</PropertyGroup>

<PropertyGroup>
<!-- deprecated: https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packageiconurl -->
<!--
<PackageIconUrl>https://avatars2.githubusercontent.com/u/22501173?s=88&amp;v=4</PackageIconUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
-->
<PropertyGroup>
<!-- Some properties are inherited from repo-wide settings -->
<PackageId>Zyborg.CommandLine.ModelBinder</PackageId>
<PackageId>$(ThisRoot)</PackageId>
<Description>A declarative approach for CLI parsing atop System.CommandLine</Description>
<PackageLicenseUrl>https://github.com/zyborg/Zyborg.CommandLine.ModelBinder/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/zyborg/Zyborg.CommandLine.ModelBinder/tree/master/src/Zyborg.CommandLine.ModelBinder</PackageProjectUrl>
<PackageIconUrl>https://avatars2.githubusercontent.com/u/22501173?s=88&amp;v=4</PackageIconUrl>
<PackageProjectUrl>https://github.com/zyborg/$(ThisRoot)/tree/master/src/$(ThisRoot)</PackageProjectUrl>
<PackageTags>cli</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit f556f1c

Please sign in to comment.