Skip to content

Commit

Permalink
CSHARP-2766: Fix logo for nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentkam committed Jun 10, 2020
1 parent 329beaa commit 69ac16f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/MongoDB.Bson/MongoDB.Bson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
<Description>Official MongoDB supported BSON library. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
<PackageIcon>packageIcon.jpg</PackageIcon>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageDescription>MongoDB's Official Bson Library.</PackageDescription>
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
Expand Down Expand Up @@ -59,7 +59,7 @@

<ItemGroup>
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>

</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
<Description>Official MongoDB supported Driver Core library. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
<PackageIcon>packageIcon.jpg</PackageIcon>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageDescription>Core Component of the Official MongoDB .NET Driver.</PackageDescription>
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
Expand Down Expand Up @@ -150,7 +150,7 @@
<ItemGroup>
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\THIRD-PARTY-NOTICES" Pack="true" PackagePath="\" />
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/MongoDB.Driver.GridFS/MongoDB.Driver.GridFS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
<Description>Official MongoDB supported driver for MongoDB GridFS implementation. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
<PackageIcon>packageIcon.jpg</PackageIcon>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageDescription>GridFS Component of the Official MongoDB .NET Driver.</PackageDescription>
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
Expand Down Expand Up @@ -57,7 +57,7 @@

<ItemGroup>
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/MongoDB.Driver.Legacy/MongoDB.Driver.Legacy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Description>Legacy MongoDB supported driver for MongoDB. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
<PackageId>mongocsharpdriver</PackageId>
<PackageIcon>packageIcon.jpg</PackageIcon>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageDescription>This package contains the legacy driver. The new driver's package name is MongoDB.Driver</PackageDescription>
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
Expand Down Expand Up @@ -56,7 +56,7 @@

<ItemGroup>
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/MongoDB.Driver/MongoDB.Driver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
<Description>Official MongoDB supported driver for MongoDB. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
<PackageIcon>packageIcon.jpg</PackageIcon>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageDescription>Official .NET driver for MongoDB.</PackageDescription>
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
Expand Down Expand Up @@ -63,7 +63,7 @@

<ItemGroup>
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
</ItemGroup>

</Project>

0 comments on commit 69ac16f

Please sign in to comment.