Skip to content

Commit 69ac16f

Browse files
committed
CSHARP-2766: Fix logo for nuget packages
1 parent 329beaa commit 69ac16f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

src/MongoDB.Bson/MongoDB.Bson.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
1616
<Description>Official MongoDB supported BSON library. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
1717
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
18-
<PackageIcon>packageIcon.jpg</PackageIcon>
18+
<PackageIcon>packageIcon.png</PackageIcon>
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2020
<PackageDescription>MongoDB's Official Bson Library.</PackageDescription>
2121
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
@@ -59,7 +59,7 @@
5959

6060
<ItemGroup>
6161
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
62-
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
62+
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
6363

6464
</ItemGroup>
6565

src/MongoDB.Driver.Core/MongoDB.Driver.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
1616
<Description>Official MongoDB supported Driver Core library. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
1717
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
18-
<PackageIcon>packageIcon.jpg</PackageIcon>
18+
<PackageIcon>packageIcon.png</PackageIcon>
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2020
<PackageDescription>Core Component of the Official MongoDB .NET Driver.</PackageDescription>
2121
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
@@ -150,7 +150,7 @@
150150
<ItemGroup>
151151
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
152152
<None Include="..\..\THIRD-PARTY-NOTICES" Pack="true" PackagePath="\" />
153-
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
153+
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
154154
</ItemGroup>
155155

156156
</Project>

src/MongoDB.Driver.GridFS/MongoDB.Driver.GridFS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
1616
<Description>Official MongoDB supported driver for MongoDB GridFS implementation. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
1717
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
18-
<PackageIcon>packageIcon.jpg</PackageIcon>
18+
<PackageIcon>packageIcon.png</PackageIcon>
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2020
<PackageDescription>GridFS Component of the Official MongoDB .NET Driver.</PackageDescription>
2121
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
@@ -57,7 +57,7 @@
5757

5858
<ItemGroup>
5959
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
60-
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
60+
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
6161
</ItemGroup>
6262

6363
</Project>

src/MongoDB.Driver.Legacy/MongoDB.Driver.Legacy.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<Description>Legacy MongoDB supported driver for MongoDB. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
1717
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
1818
<PackageId>mongocsharpdriver</PackageId>
19-
<PackageIcon>packageIcon.jpg</PackageIcon>
19+
<PackageIcon>packageIcon.png</PackageIcon>
2020
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2121
<PackageDescription>This package contains the legacy driver. The new driver's package name is MongoDB.Driver</PackageDescription>
2222
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
@@ -56,7 +56,7 @@
5656

5757
<ItemGroup>
5858
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
59-
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
59+
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
6060
</ItemGroup>
6161

6262
</Project>

src/MongoDB.Driver/MongoDB.Driver.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<Copyright>Copyright © 2010-present MongoDB Inc.</Copyright>
1616
<Description>Official MongoDB supported driver for MongoDB. See http://www.mongodb.org/display/DOCS/CSharp+Language+Center for more details.</Description>
1717
<Authors>vincentkam;dmitry_lukyanov;rstam;craiggwilson</Authors>
18-
<PackageIcon>packageIcon.jpg</PackageIcon>
18+
<PackageIcon>packageIcon.png</PackageIcon>
1919
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2020
<PackageDescription>Official .NET driver for MongoDB.</PackageDescription>
2121
<PackageProjectUrl>http://www.mongodb.org/display/DOCS/CSharp+Language+Center</PackageProjectUrl>
@@ -63,7 +63,7 @@
6363

6464
<ItemGroup>
6565
<None Include="..\..\License.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
66-
<None Include="..\..\packageIcon.jpg" Pack="true" PackagePath=""/>
66+
<None Include="..\..\packageIcon.png" Pack="true" PackagePath=""/>
6767
</ItemGroup>
6868

6969
</Project>

0 commit comments

Comments
 (0)