ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

Visual Studios solution version number needs 2 digits after decimal point. #355

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Generate for Visual Studios (any supported version)

What is the expected output? What do you see instead?
Expected output – In the .sln file “Microsoft Visual Studio Solution File, 
Format Version 10.00”

Current output – In the .sln file “Microsoft Visual Studio Solution File, 
Format Version 10.0”

What version of .netTiers and CodeSmith are you using?
.netTiers: Latest svn version, probably same as 2.3-r852
CodeSmith: 5.2.2-r11561

Original issue reported on code.google.com by xk...@yahoo.com on 16 Nov 2010 at 8:52

GoogleCodeExporter commented 9 years ago
Code change made to CommonSqlCode.cs, method 
GetVisualStudioSolutionFileVersionString. The Visual Studios solution version 
number changed to generate with 2 digits after decimal point.

Original comment by xk...@yahoo.com on 16 Nov 2010 at 8:59

Attachments:

GoogleCodeExporter commented 9 years ago
This has been fixed in revision 859. Thanks for the patch.

Original comment by bniemyjski on 30 Nov 2010 at 11:12

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 7 Jan 2011 at 2:44