Skip to content

Commit

Permalink
Fixing obsolete package props
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Mar 8, 2020
1 parent 288f163 commit 8dd5d2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<Authors>Proto.Actor Team</Authors>
<Company>Proto.Actor Team</Company>
<Description>Ultra-fast distributed actors for .NET.</Description>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>http://proto.actor/</PackageProjectUrl>
<PackageIconUrl>http://proto.actor/images/logo.png</PackageIconUrl>
<PackageIcon>logo.png</PackageIcon>
<RepositoryUrl>https://github.com/AsynkronIT/protoactor-dotnet</RepositoryUrl>
<PackageTags>actors actor model concurrency proto protoactor</PackageTags>
<LangVersion>8</LangVersion>
Expand All @@ -18,4 +18,8 @@
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" PrivateAssets="All"/>
<PackageReference Include="MinVer" Version="2.1.0" PrivateAssets="All"/>
</ItemGroup>

<ItemGroup>
<None Include="$(MSBuildStartupDirectory)\logo.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 8dd5d2c

Please sign in to comment.