Skip to content

Commit 6af397e

Browse files
authored
Merge pull request #194 from BluEye-Robotics/jf-bump-dotnet
Update dotnet package version and dependencies
2 parents f7c3961 + a907ad3 commit 6af397e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Blueye.Protocol.Protobuf.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
66
<LangVersion>13.0</LangVersion>
77
<PackageId>Blueye.Protocol.Protobuf</PackageId>
8-
<VersionPrefix>4.8.0</VersionPrefix>
8+
<VersionPrefix>4.9.0</VersionPrefix>
99
<Company>Blueye Robotics AS</Company>
1010
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
1111
<PackageDescription>Library with dotnet representation of the ProtocolDefinition protobuf files.</PackageDescription>
1212
<RepositoryUrl>https://github.com/BluEye-Robotics/ProtocolDefinitions</RepositoryUrl>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Google.Protobuf" Version="3.30.0" />
17-
<PackageReference Include="Google.Protobuf.Tools" Version="3.30.0">
16+
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
17+
<PackageReference Include="Google.Protobuf.Tools" Version="3.30.2">
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
<PrivateAssets>all</PrivateAssets>
2020
</PackageReference>
21-
<PackageReference Include="Grpc.Tools" Version="2.70.0">
21+
<PackageReference Include="Grpc.Tools" Version="2.71.0">
2222
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2323
<PrivateAssets>all</PrivateAssets>
2424
</PackageReference>

0 commit comments

Comments
 (0)