Skip to content

Commit

Permalink
chore: add readme files to all nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gingters authored and thomashilzendegen committed Jul 15, 2024
1 parent 1c3fb15 commit c528d7c
Show file tree
Hide file tree
Showing 26 changed files with 91 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Abstractions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Abstractions

Contains abstractions for the RelayServer 3.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<RootNamespace>Thinktecture.Relay</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Connector.Abstractions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Connector.Abstractions

Contains interfaces and base classes for a RelayServer 3 Connector.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<RootNamespace>Thinktecture.Relay.Connector</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Connector.Protocols.SignalR/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Connector.Protocols.SignalR

Contains the SignalR transport implementation used by the RelayServer 3 Connector to connect to the RelayServer.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Description>Contains the SignalR connector transport implementation for the RelayServer.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.4" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Connector/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Connector

Contains the implementation to include a RelayServer 3 Connector into your projects.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Description>Contains the connector implementations for the RelayServer.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="IdentityModel.AspNetCore" Version="4.3.0" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Server.Abstractions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Abstractions

Contains interfaces and base classes for the server implementation of RelayServer 3.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<RootNamespace>Thinktecture.Relay.Server</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Server.Interceptors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Interceptors

Contains optional interceptor implementations for the RelayServer 3.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<RootNamespace>Thinktecture.Relay.Server.Interceptors</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Thinktecture.Relay.Server.Abstractions\Thinktecture.Relay.Server.Abstractions.csproj" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Server.Management/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Management

Contains endpoints for an optional RelayServer 3 management API.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<RootNamespace>Thinktecture.Relay.Server.Management</RootNamespace>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Persistence.EntityFrameworkCore.PostgreSql

Contains the PostgreSQL specific migrations for the RelayServer 3 EF Core persistence.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<NoWarn>CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.2" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Persistence.EntityFrameworkCore.SqlServer

Contains the SQL Server specific migrations for the RelayServer 3 EF Core persistence.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<NoWarn>CS1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.4" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Persistence.EntityFrameworkCore

Contains the EF Core context and entities for persisting RelayServer 3 information in a relational database.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Description>Contains the EF Core context for data persistence.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.4" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.4" />
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Server.Protocols.RabbitMq/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Protocols.RabbitMq

Contains the RabbitMQ specific implementation of the server to server transport in RelayServer 3.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Description>Contains the RabbitMQ server transport implementation for the RelayServer.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Server.Protocols.SignalR/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server.Protocols.SignalR

Contains the SignalR hub implementation in the server part of RelayServer 3.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Description>Contains the SignalR server transport implementation for the RelayServer.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/Thinktecture.Relay.Server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Thinktecture.Relay.Server

Contains the server implementation of RelayServer 3.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Description>Contains the server implementations for the RelayServer.</Description>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="/" />
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down

0 comments on commit c528d7c

Please sign in to comment.