File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
client/RabbitMQ.Client/src/tokenized
wcf/RabbitMQ.ServiceModel/src/tokenized Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
<Project ToolsVersion =" 3.5" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<PropTargetFramework >v3.5</PropTargetFramework >
5
- <PropAssemblyVersion >0.0.0</PropAssemblyVersion >
5
+ <PropAssemblyVersion >0.0.0.0 </PropAssemblyVersion >
6
6
<PropUsingMono >false</PropUsingMono >
7
7
8
8
<!-- Assembly strong naming - $(MSBuildProjectDirectory) is the RabbitMQ.Client project directory -->
Original file line number Diff line number Diff line change 49
49
CYGWIN=nontsec
50
50
51
51
# ## Overrideable vars
52
- test " $RABBIT_VSN " || RABBIT_VSN=0.0.0
52
+ test " $RABBIT_VSN " || RABBIT_VSN=0.0.0.0
53
53
test " $SKIP_MSIVAL2 " || SKIP_MSIVAL2=
54
54
55
55
# ## Other, general vars
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ CYGWIN=nontsec
50
50
51
51
# ## Overrideable vars
52
52
test " $KEYFILE " || KEYFILE=rabbit-mock.snk
53
- test " $RABBIT_VSN " || RABBIT_VSN=0.0.0
53
+ test " $RABBIT_VSN " || RABBIT_VSN=0.0.0.0
54
54
test " $WEB_URL " || WEB_URL=http://stage.rabbitmq.com/
55
55
test " $UNOFFICIAL_RELEASE " || UNOFFICIAL_RELEASE=
56
56
test " $MONO_DIST " || MONO_DIST=
Original file line number Diff line number Diff line change @@ -55,5 +55,5 @@ using System.Runtime.InteropServices;
55
55
56
56
[assembly: Guid("32a32ed8-c871-45ad-86b3-f50723a7434b")]
57
57
58
- [assembly: AssemblyVersion("${PropAssemblyVersion}.0 ")]
58
+ [assembly: AssemblyVersion("${PropAssemblyVersion}")]
59
59
Original file line number Diff line number Diff line change @@ -61,4 +61,4 @@ using System.Runtime.InteropServices;
61
61
62
62
// We don't provide an AssemblyFileVersion, which (according to MSDN)
63
63
// means that AssemblyVersion will be used for the Win32 file version.
64
- [assembly: AssemblyVersion("${PropAssemblyVersion}.0 ")]
64
+ [assembly: AssemblyVersion("${PropAssemblyVersion}")]
You can’t perform that action at this time.
0 commit comments