grpc-dotnet-namedpipes icon indicating copy to clipboard operation
grpc-dotnet-namedpipes copied to clipboard

Update AssemblyVersion to match PackageVersion to insure installers, …

Open dchasman opened this issue 3 years ago • 0 comments

…GAC, etc do not pin to outdated/fixed file version v1.0.0.0

Auto tests for our product started failing with:

System.IO.FileNotFoundException: Could not load file or assembly 'GrpcDotNetNamedPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a01056665c7647b7' or one of its dependencies. The system cannot find the file specified.

after updating Nuget package version of GrpcDotNetNamedPipes from 1.4.2 to 1.4.4

dchasman avatar Feb 16 '22 16:02 dchasman