Skip to content

Commit 1a9631b

Browse files
[Fix] location of logo to be included with packages
1 parent 37bef1b commit 1a9631b

File tree

14 files changed

+13
-12
lines changed

14 files changed

+13
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ PublishScripts/
160160

161161
# NuGet Packages
162162
*.nupkg
163+
*.snupkg
163164
# The packages folder can be ignored because of Package Restore
164165
**/packages/*
165166
# except build/, which is used as an MSBuild target.

CDP4Common/CDP4Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343

4444
<ItemGroup>
45-
<None Include="..\docs\cdp4-icon.png" Pack="true" PackagePath="\" />
45+
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
4646
<None Include="..\README.md" Pack="true" PackagePath="\" />
4747
</ItemGroup>
4848

CDP4Dal/CDP4Dal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<None Include="..\docs\cdp4-icon.png" Pack="true" PackagePath="\" />
40+
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
4141
<None Include="..\README.md" Pack="true" PackagePath="\" />
4242
</ItemGroup>
4343

CDP4DalCommon/CDP4DalCommon.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<SatelliteResourceLanguages>en-US</SatelliteResourceLanguages>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<None Include="..\docs\cdp4-icon.png" Link="cdp4-icon.png">
34+
<None Include="..\cdp4-icon.png" Link="cdp4-icon.png">
3535
<PackagePath>\</PackagePath>
3636
<Pack>true</Pack>
3737
</None>

CDP4JsonFileDal/CDP4JsonFileDal.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<None Include="..\docs\cdp4-icon.png" Pack="true" PackagePath="\" />
40+
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
4141
<None Include="..\README.md" Pack="true" PackagePath="\" />
4242
</ItemGroup>
4343

CDP4JsonSerializer/CDP4JsonSerializer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<ItemGroup>
40-
<None Include="..\docs\cdp4-icon.png" Pack="true" PackagePath="\" />
40+
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
4141
<None Include="..\README.md" Pack="true" PackagePath="\" />
4242
</ItemGroup>
4343

CDP4MessagePackSerializer/CDP4MessagePackSerializer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<None Include="..\docs\cdp4-icon.png" Pack="true" PackagePath="\" />
35+
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
3636
<None Include="..\README.md" Pack="true" PackagePath="\" />
3737
</ItemGroup>
3838

CDP4Reporting/CDP4Reporting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup>
35-
<None Include="..\docs\cdp4-icon.png" Link="cdp4-icon.png" Pack="true" PackagePath="\" />
35+
<None Include="..\cdp4-icon.png" Link="cdp4-icon.png" Pack="true" PackagePath="\" />
3636
<None Include="..\README.md" Pack="true" PackagePath="\" />
3737
</ItemGroup>
3838

CDP4RequirementsVerification/CDP4RequirementsVerification.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636

3737
<ItemGroup>
38-
<None Include="..\docs\cdp4-icon.png" Pack="true" PackagePath="\" />
38+
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
3939
<None Include="..\README.md" Pack="true" PackagePath="\" />
4040
</ItemGroup>
4141

CDP4Rules/CDP4Rules.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</PropertyGroup>
3636

3737
<ItemGroup>
38-
<None Include="..\docs\cdp4-icon.png" Pack="true" PackagePath="\" />
38+
<None Include="..\cdp4-icon.png" Pack="true" PackagePath="\" />
3939
<None Include="..\README.md" Pack="true" PackagePath="\" />
4040
</ItemGroup>
4141

0 commit comments

Comments
 (0)