Skip to content

Commit 8e31370

Browse files
CopilotJDetmar
andauthored
Add README to nuget packages (#169)
* Initial plan * Add README to nuget packages - implement PackageReadmeFile configuration for all 8 packages Co-authored-by: JDetmar <[email protected]> * Update NLog.Extensions.AzureCosmosTable.csproj --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JDetmar <[email protected]>
1 parent 13f803f commit 8e31370

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

src/NLog.Extensions.AzureAccessToken/NLog.Extensions.AzureAccessToken.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<PackageTags>NLog;Azure;AccessToken;Authentication;AppAuthentication</PackageTags>
2020
<PackageIcon>logo64.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<PackageProjectUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage</PackageProjectUrl>
2223
<RepositoryType>git</RepositoryType>
2324
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
@@ -29,6 +30,7 @@ Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NL
2930

3031
<ItemGroup>
3132
<None Include="../../logo64.png" Link="logo64.png" Pack="true" PackagePath="" Visible="false" />
33+
<None Include="README.md" Pack="true" PackagePath="\" />
3234
</ItemGroup>
3335

3436
<ItemGroup>

src/NLog.Extensions.AzureBlobStorage/NLog.Extensions.AzureBlobStorage.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<PackageTags>NLog;azure;CloudBlob;blob;storage;log;logging</PackageTags>
2020
<PackageIcon>logo64.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<PackageProjectUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage</PackageProjectUrl>
2223
<RepositoryType>git</RepositoryType>
2324
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
@@ -33,6 +34,7 @@ Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NL
3334

3435
<ItemGroup>
3536
<None Include="../../logo64.png" Link="logo64.png" Pack="true" PackagePath="" Visible="false" />
37+
<None Include="README.md" Pack="true" PackagePath="\" />
3638
</ItemGroup>
3739

3840
<ItemGroup>

src/NLog.Extensions.AzureDataTables/NLog.Extensions.AzureDataTables.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<PackageTags>NLog;azure;CloudTable;cosmos;cosmosdb;documentdb;table;tables;storage;log;logging</PackageTags>
2020
<PackageIcon>logo64.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<PackageProjectUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage</PackageProjectUrl>
2223
<RepositoryType>git</RepositoryType>
2324
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
@@ -33,6 +34,7 @@ Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NL
3334

3435
<ItemGroup>
3536
<None Include="../../logo64.png" Link="logo64.png" Pack="true" PackagePath="" Visible="false" />
37+
<None Include="README.md" Pack="true" PackagePath="\" />
3638
</ItemGroup>
3739

3840
<ItemGroup>

src/NLog.Extensions.AzureEventGrid/NLog.Extensions.AzureEventGrid.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<PackageTags>NLog;azure;EventGrid;Event;Grid;CloudEvents;log;logging</PackageTags>
2020
<PackageIcon>logo64.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<PackageProjectUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage</PackageProjectUrl>
2223
<RepositoryType>git</RepositoryType>
2324
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
@@ -37,6 +38,7 @@ Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NL
3738

3839
<ItemGroup>
3940
<None Include="../../logo64.png" Link="logo64.png" Pack="true" PackagePath="" Visible="false" />
41+
<None Include="README.md" Pack="true" PackagePath="\" />
4042
</ItemGroup>
4143

4244
<ItemGroup>

src/NLog.Extensions.AzureEventHub/NLog.Extensions.AzureEventHub.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<PackageTags>NLog;azure;eventhubs;AMQP;log;logging</PackageTags>
2020
<PackageIcon>logo64.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<PackageProjectUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage</PackageProjectUrl>
2223
<RepositoryType>git</RepositoryType>
2324
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
@@ -33,6 +34,7 @@ Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NL
3334

3435
<ItemGroup>
3536
<None Include="../../logo64.png" Link="logo64.png" Pack="true" PackagePath="" Visible="false" />
37+
<None Include="README.md" Pack="true" PackagePath="\" />
3638
</ItemGroup>
3739

3840
<ItemGroup>

src/NLog.Extensions.AzureQueueStorage/NLog.Extensions.AzureQueueStorage.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
<PackageTags>NLog;azure;cloudqueue;queue;storage;log;logging</PackageTags>
1919
<PackageIcon>logo64.png</PackageIcon>
20+
<PackageReadmeFile>README.md</PackageReadmeFile>
2021
<PackageProjectUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage</PackageProjectUrl>
2122
<RepositoryType>git</RepositoryType>
2223
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
@@ -32,6 +33,7 @@ Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NL
3233

3334
<ItemGroup>
3435
<None Include="../../logo64.png" Link="logo64.png" Pack="true" PackagePath="" Visible="false" />
36+
<None Include="README.md" Pack="true" PackagePath="\" />
3537
</ItemGroup>
3638

3739
<ItemGroup>

src/NLog.Extensions.AzureServiceBus/NLog.Extensions.AzureServiceBus.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<PackageTags>NLog;azure;servicebus;AMQP;bus;queue;topic;log;logging</PackageTags>
2020
<PackageIcon>logo64.png</PackageIcon>
21+
<PackageReadmeFile>README.md</PackageReadmeFile>
2122
<PackageProjectUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage</PackageProjectUrl>
2223
<RepositoryType>git</RepositoryType>
2324
<RepositoryUrl>https://github.com/JDetmar/NLog.Extensions.AzureStorage.git</RepositoryUrl>
@@ -33,6 +34,7 @@ Docs: https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NL
3334

3435
<ItemGroup>
3536
<None Include="../../logo64.png" Link="logo64.png" Pack="true" PackagePath="" Visible="false" />
37+
<None Include="README.md" Pack="true" PackagePath="\" />
3638
</ItemGroup>
3739

3840
<ItemGroup>

0 commit comments

Comments
 (0)