aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/csharp/update_version.sh
blob: 1df8466832437c7d440548224124d1840a80989f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

cd $(dirname $0)

# Replaces version placeholder with value provided as first argument.
sed -i "s/__GRPC_NUGET_VERSION__/$1/g" DistribTest/packages.config DistribTest/DistribTest.csproj