Skip to content

Commit

Permalink
Update packages for 2.x (#289)
Browse files Browse the repository at this point in the history
* Update packages for 2.x

* Fix CI

* Revert "Update packages for 2.x"

This reverts commit b4855e8.

* Updated packages while restricting Pulsar.Client to 2.x

* Fix the CI script '\r' converting issue

* Bumped version

---------

Co-authored-by: Vladimir Shchur <[email protected]>
  • Loading branch information
RobertIndie and Lanayx authored Dec 26, 2024
1 parent 6690787 commit 03e721c
Show file tree
Hide file tree
Showing 7 changed files with 376 additions and 303 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dotnetcore-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Up standalone docker-composer
- name: Up standalone docker composer
run: |
cd tests/compose/standalone
docker-compose up -d
docker compose up -d
- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -43,11 +43,11 @@ jobs:
cd tests/UnitTests
dotnet run -c Release --no-build
- name: docker-compose status
- name: docker compose status
run: |
cd tests/compose/standalone
docker-compose ps
docker-compose logs init
docker compose ps
docker compose logs init
- name: Run Integration Tests
timeout-minutes: 3
Expand Down
1 change: 0 additions & 1 deletion examples/FsharpExamples/paket.references
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
group Examples
FSharp.Core
Microsoft.Extensions.Logging.Console
Pulsar.Client
Pulsar.Client.Otel
Expand Down
8 changes: 4 additions & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ group Examples
source https://api.nuget.org/v3/index.json
storage: none

nuget Pulsar.Client
nuget Pulsar.Client < 3.0
nuget Pulsar.Client.Otel
nuget Microsoft.Extensions.Logging.Console
nuget OpenTelemetry rc
nuget OpenTelemetry.Exporter.Console rc
nuget OpenTelemetry
nuget OpenTelemetry.Exporter.Console

group OTel
framework: netstandard2.0
source https://api.nuget.org/v3/index.json
storage: none

nuget Pulsar.Client
nuget Pulsar.Client < 3.0
nuget NSec.Cryptography 20.2.0
nuget Microsoft.Extensions.Logging.Console
nuget System.Diagnostics.DiagnosticSource
Expand Down
Loading

0 comments on commit 03e721c

Please sign in to comment.