Skip to content

Commit

Permalink
Update version to 0.4.2-preview1 (#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored Nov 16, 2024
1 parent f5ad04b commit 4a462f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/IceRpc.Version.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- The version of all assembly files built in this repository -->
<Version Condition="'$(Version)' == ''">0.4.1-preview1</Version>
<Version Condition="'$(Version)' == ''">0.4.2-preview1</Version>
<!-- The Protobuf version used by IceRpc.Protobuf -->
<ProtobufVersion>28.3</ProtobufVersion>
<NuGetProtobufVersion>3.$(ProtobufVersion)</NuGetProtobufVersion>
Expand Down

0 comments on commit 4a462f9

Please sign in to comment.