Skip to content

Commit

Permalink
chore: update to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Sep 5, 2024
1 parent f2903a1 commit 38c38df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Avro/AvroClient.Tests/AvroClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public async Task ReturnsMismatchWhenNoAvroClientRequestMade()
""id"": ""matching(number, 1)"",
""username"": ""notEmpty('matt')""
}}";
Pact.PluginAdd(pact, "avro", "0.0.8");
Pact.PluginAdd(pact, "avro", "0.0.6");
Pact.WithRequest(interaction,"GET", "/avro");
Pact.ResponseStatus(interaction,200);
Pact.PluginInteractionContents(interaction, Pact.InteractionPart.Response, "avro/binary", content);
Expand Down Expand Up @@ -69,7 +69,7 @@ public async Task WritesPactWhenGrpcClientRequestMade()
""id"": ""matching(number, 1)"",
""username"": ""notEmpty('matt')""
}}";
Pact.PluginAdd(pact, "avro", "0.0.8");
Pact.PluginAdd(pact, "avro", "0.0.6");
Pact.WithRequest(interaction,"GET", "/avro");
Pact.ResponseStatus(interaction,200);
Pact.PluginInteractionContents(interaction, Pact.InteractionPart.Response, "avro/binary", content);
Expand Down
2 changes: 1 addition & 1 deletion FFI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.33
0.4.23
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install_protobuf_plugin:
install_matt_plugin:
${HOME}/.pact/cli/plugin/pact-plugin-cli$(EXE) -y install https://github.com/mefellows/pact-matt-plugin/releases/latest
install_avro_plugin:
${HOME}/.pact/cli/plugin/pact-plugin-cli$(EXE) -y install https://github.com/you54f/pact-avro-plugin/releases/latest
${HOME}/.pact/cli/plugin/pact-plugin-cli$(EXE) -y install https://github.com/austek/pact-avro-plugin/releases/latest

# Grpc.Tools do not provide precompiled binaries for alpine/musl - https://github.com/grpc/grpc/issues/24188#issuecomment-1403435551
alpine_dotnet:
Expand Down Expand Up @@ -96,11 +96,7 @@ dotnet_plugin:
make dotnet_plugin_install_local
make dotnet_plugin_client_test

# ifeq ($(OS),Windows_NT)
# dotnet: dotnet_grpc dotnet_tcp dotnet_protobuf dotnet_plugin
# else
dotnet: dotnet_grpc dotnet_tcp dotnet_avro dotnet_protobuf dotnet_plugin
# endif

ABS_PATH_FFI_LIB=$(PWD)/$(pactffi_filename)
JEXTRACT_PATH=./jextract-19/bin/jextract
Expand Down
2 changes: 1 addition & 1 deletion script/lib/download-ffi-only-os-dependant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require_binary gunzip

require_env_var FFI_VERSION

BASEURL=https://github.com/you54f/pact-reference/releases/download
BASEURL=https://github.com/pact-foundation/pact-reference/releases/download
FFI_DIR="${LIB_DIR}/../.."

function download_ffi_file {
Expand Down

0 comments on commit 38c38df

Please sign in to comment.