Skip to content

Commit

Permalink
cleaning up base build/packaging configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ebekker committed Jun 7, 2022
1 parent c13800f commit 9625105
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,36 @@
<Project>

<PropertyGroup>
<ThisRoot>Zyborg.CommandLine.ModelBinder</ThisRoot>
<ThisRepo>https://github.com/zyborg/$(ThisRoot)</ThisRepo>
<ThisYear>$([System.DateTime]::Now.ToString("yyyy"))</ThisYear>
<PropertyGroup>

</PropertyGroup>
<Copyright>Copyright (C) $(ThisYear) Eugene Bekker.</Copyright>
<RepositoryUrl>https://github.com/zyborg/Zyborg.CommandLine.ModelBinder</RepositoryUrl>
<RepositoryUrl>$(ThisRepo)</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Authors>https://github.com/zyborg/Zyborg.CommandLine.ModelBinder/graphs/contributors</Authors>
<Authors>https://github.com/zyborg/$(ThisRoot)/graphs/contributors</Authors>
<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>
<!-- 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>
-->
<PackageIcon>zy-icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="res/img/zy-icon.png" Pack="true" Visible="false" PackagePath="" />
</ItemGroup>

<Import Project="$([MSBuild]::NormalizePath('$(MSBuildThisFileDirectory)', 'Versions.props'))" />

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Zyborg
Copyright (c) 2022 Eugene Bekker.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file added res/img/zy-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9625105

Please sign in to comment.