Skip to content

Commit

Permalink
Merge branch 'hotfix/0.8.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Sep 7, 2020
2 parents 3c325f7 + 7475336 commit e2b3402
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added Source/PackageIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions Source/ZoomNet/ZoomNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/Jericho/ZoomNet</PackageProjectUrl>
<PackageIconUrl>https://github.com/identicons/jericho.png</PackageIconUrl>
<PackageIcon>PackageIcon.png</PackageIcon>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>ZoomNet zoom meeting webinar</PackageTags>
<PackageReleaseNotes></PackageReleaseNotes>
Expand Down Expand Up @@ -63,6 +64,10 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<None Include="..\PackageIcon.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<AdditionalFiles Include="$(SolutionDir)stylecop.json" Link="stylecop.json" />
</ItemGroup>
Expand Down

0 comments on commit e2b3402

Please sign in to comment.