Skip to content

Commit 06cc57e

Browse files
committed
refactor: use standalone Cosmo.Transport NuGet package
1 parent bf37c6b commit 06cc57e

9 files changed

Lines changed: 3 additions & 328 deletions

File tree

.github/workflows/nuget.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232

3333
- name: Pack
3434
run: |
35-
dotnet pack src/Cosmo.Transport.Pipelines/Cosmo.Transport.Pipelines.csproj \
36-
-c Release \
37-
-p:Version=${{ steps.version.outputs.VERSION }} \
38-
-o ./nupkgs
3935
4036
dotnet pack src/CosmoSQLClient.Core/CosmoSQLClient.Core.csproj \
4137
-c Release \

src/Cosmo.Transport.Pipelines/Cosmo.Transport.Pipelines.csproj

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/Cosmo.Transport.Pipelines/PipelineExtensions.cs

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/Cosmo.Transport.Pipelines/PipelineSocketTransport.cs

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/Cosmo.Transport.Pipelines/Polyfills.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/Cosmo.Transport.Pipelines/SequenceReaderPolyfill.cs

Lines changed: 0 additions & 111 deletions
This file was deleted.

src/CosmoSQLClient.MsSql/CosmoSQLClient.MsSql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<ProjectReference Include="..\CosmoSQLClient.Core\CosmoSQLClient.Core.csproj" />
25-
<ProjectReference Include="..\Cosmo.Transport.Pipelines\Cosmo.Transport.Pipelines.csproj" />
25+
<PackageReference Include="Cosmo.Transport" Version="1.0.2" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

src/CosmoSQLClient.MySql/CosmoSQLClient.MySql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<ProjectReference Include="..\CosmoSQLClient.Core\CosmoSQLClient.Core.csproj" />
25-
<ProjectReference Include="..\Cosmo.Transport.Pipelines\Cosmo.Transport.Pipelines.csproj" />
25+
<PackageReference Include="Cosmo.Transport" Version="1.0.2" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

src/CosmoSQLClient.Postgres/CosmoSQLClient.Postgres.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<ProjectReference Include="..\CosmoSQLClient.Core\CosmoSQLClient.Core.csproj" />
25-
<ProjectReference Include="..\Cosmo.Transport.Pipelines\Cosmo.Transport.Pipelines.csproj" />
25+
<PackageReference Include="Cosmo.Transport" Version="1.0.2" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)