plutoo / protobuf-csharp-port

Automatically exported from code.google.com/p/protobuf-csharp-port
Other
0 stars 0 forks source link

Incorrect version number in 2.4.1.473 sources #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download 
https://code.google.com/p/protobuf-csharp-port/downloads/detail?name=protobuf-cs
harp-port-2.4.1.473-source.zip
2. Open src\ProtoGen\Properties\AssemblyInfo.cs ( holds for other 
AssemblyInfo.cs as well)
3. See AssemblyVersion / AssemblyFileVersion

What is the expected output?

[assembly: AssemblyVersion("2.4.1.473")]
[assembly: AssemblyFileVersion("2.4.1.473")]

 What do you see instead?

[assembly: AssemblyVersion("2.3.0.277")]
[assembly: AssemblyFileVersion("2.3.0.277")]

What version of the product are you using? On what operating system?

2.4.1.473

Please provide any additional information below.

Original issue reported on code.google.com by Sergey.G...@gmail.com on 18 Sep 2013 at 12:58

GoogleCodeExporter commented 9 years ago
New archives have been posted to Downloads for releases 473 & 521

Original comment by Grig...@gmail.com on 21 Sep 2013 at 5:41