Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Make sure all remaining version numbers match the core projects, adding tests to verify them. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a36b502b6a3ae3a5d8160a4f231270d7 |
User & Date: | mistachkin 2011-10-11 04:22:12 |
Context
2011-10-11
| ||
04:53 | Add tests to verify the assembly versions of the core projects. check-in: ff63be6a1f user: mistachkin tags: trunk | |
04:22 | Make sure all remaining version numbers match the core projects, adding tests to verify them. check-in: a36b502b6a user: mistachkin tags: trunk | |
04:11 | Make the version number for the VS designer installer command line tool match the core projects. check-in: 6ad0a2ffd3 user: mistachkin tags: trunk | |
Changes
Changes to Membership/Properties/AssemblyInfo.cs.
29 29 // Major Version 30 30 // Minor Version 31 31 // Build Number 32 32 // Revision 33 33 // 34 34 // You can specify all the values or you can default the Revision and Build Numbers 35 35 // by using the '*' as shown below: 36 -[assembly: AssemblyVersion("1.0.0.0")] 37 -[assembly: AssemblyFileVersion("1.0.0.0")] 36 +[assembly: AssemblyVersion("1.0.76.0")] 37 +[assembly: AssemblyFileVersion("1.0.76.0")]
Changes to Tests/version.eagle.
112 112 </version>] \ 113 113 [appendArgs Version= [string map [list . \\.] $version(full)] ,] \ 114 114 [appendArgs "\; [format %03d $version(build)] "\;] \ 115 115 [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ 116 116 $version(full)] \"\\)] \ 117 117 [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ 118 118 $version(full)] \"\\)] \ 119 + [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ 120 + $version(full)] \"\\)] \ 121 + [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ 122 + $version(full)] \"\\)] \ 119 123 [appendArgs Value=\" [format %03d $version(build)] \"] \ 120 124 [appendArgs Value=\" [string map [list . \\.] $version(full)] \"] \ 121 125 [appendArgs Value=\" [string map [list . ,] $version(full)] \"] \ 122 126 [appendArgs <INTEROP_BUILD_NUMBER> [format %03d $version(build)] \ 123 127 </INTEROP_BUILD_NUMBER>] \ 124 128 [appendArgs <INTEROP_MANIFEST_VERSION> [string map [list . \\.] \ 125 129 $version(full)] </INTEROP_MANIFEST_VERSION>] \ ................................................................................ 137 141 [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ 138 142 $version(full)] \"\\)] \ 139 143 [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ 140 144 $version(full)] \"\\)] \ 141 145 [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ 142 146 $version(full)] \"\\)] \ 143 147 [appendArgs Version= [string map [list . \\.] $version(full)] ,] \ 148 + [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ 149 + $version(full)] \"\\)] \ 150 + [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ 151 + $version(full)] \"\\)] \ 144 152 [appendArgs Version= [string map [list . \\.] $version(full)] ,] \ 145 153 [appendArgs Version= [string map [list . \\.] $version(full)] ,] \ 146 154 [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ 147 155 $version(full)] \"\\)] \ 148 156 [appendArgs AssemblyFileVersion\\(\" [string map [list . \\.] \ 149 157 $version(full)] \"\\)] \ 150 158 [appendArgs AssemblyVersion\\(\" [string map [list . \\.] \ ................................................................................ 155 163 set fileNames [list \ 156 164 SQLite.nuspec \ 157 165 SQLite.MSIL.nuspec \ 158 166 SQLite.x64.nuspec \ 159 167 SQLite.x86.nuspec \ 160 168 [file join Doc Extra dbfactorysupport.html] \ 161 169 [file join Doc Extra welcome.html] \ 170 + [file join Membership Properties AssemblyInfo.cs] \ 171 + [file join Membership Properties AssemblyInfo.cs] \ 162 172 [file join SQLite.Designer AssemblyInfo.cs] \ 163 173 [file join SQLite.Designer AssemblyInfo.cs] \ 164 174 [file join SQLite.Interop props SQLite.Interop.vsprops] \ 165 175 [file join SQLite.Interop props SQLite.Interop.vsprops] \ 166 176 [file join SQLite.Interop props SQLite.Interop.vsprops] \ 167 177 [file join SQLite.Interop props SQLite.Interop.props] \ 168 178 [file join SQLite.Interop props SQLite.Interop.props] \ ................................................................................ 173 183 [file join System.Data.SQLite SQLite3.cs] \ 174 184 [file join System.Data.SQLite UnsafeNativeMethods.cs] \ 175 185 [file join System.Data.SQLite.Linq AssemblyInfo.cs] \ 176 186 [file join System.Data.SQLite.Linq AssemblyInfo.cs] \ 177 187 [file join test AssemblyInfo.cs] \ 178 188 [file join test AssemblyInfo.cs] \ 179 189 [file join test app.config] \ 190 + [file join testce AssemblyInfo.cs] \ 191 + [file join testce AssemblyInfo.cs] \ 180 192 [file join testlinq 2008 App.config] \ 181 193 [file join testlinq 2010 App.config] \ 182 194 [file join testlinq Properties AssemblyInfo.cs] \ 183 195 [file join testlinq Properties AssemblyInfo.cs] \ 184 196 [file join tools install Properties AssemblyInfo.cs] \ 185 197 [file join tools install Properties AssemblyInfo.cs]] 186 198
Changes to testce/AssemblyInfo.cs.
27 27 // Version information for an assembly consists of the following four values: 28 28 // 29 29 // Major Version 30 30 // Minor Version 31 31 // Build Number 32 32 // Revision 33 33 // 34 -[assembly: AssemblyVersion("1.0.0.*")] 34 +[assembly: AssemblyVersion("1.0.76.0")] 35 +[assembly: AssemblyFileVersion("1.0.76.0")] 35 36
Changes to www/build.wiki.
112 112 <ul> 113 113 <li><root>\SQLite.nuspec</li> 114 114 <li><root>\SQLite.MSIL.nuspec</li> 115 115 <li><root>\SQLite.x86.nuspec</li> 116 116 <li><root>\SQLite.x64.nuspec</li> 117 117 <li><root>\Doc\Extra\dbfactorysupport.html</li> 118 118 <li><root>\Doc\Extra\welcome.html</li> 119 + <li><root>\Membership\Properties\AssemblyInfo.cs</li> 119 120 <li><root>\SQLite.Designer\AssemblyInfo.cs</li> 120 121 <li><root>\SQLite.Interop\props\SQLite.Interop.vsprops</li> 121 122 <li><root>\SQLite.Interop\props\SQLite.Interop.props</li> 122 123 <li><root>\SQLite.Interop\src\win\interop.h</li> 123 124 <li><root>\System.Data.SQLite\AssemblyInfo.cs</li> 124 125 <li><root>\System.Data.SQLite\SQLite3.cs</li> 125 126 <li><root>\System.Data.SQLite\UnsafeNativeMethods.cs</li> 126 127 <li><root>\System.Data.SQLite.Linq\AssemblyInfo.cs</li> 127 128 <li><root>\test\AssemblyInfo.cs</li> 128 129 <li><root>\test\app.config</li> 130 + <li><root>\testce\AssemblyInfo.cs</li> 129 131 <li><root>\testlinq\2008\App.config</li> 130 132 <li><root>\testlinq\2010\App.config</li> 131 133 <li><root>\testlinq\Properties\AssemblyInfo.cs</li> 132 134 <li><root>\Tests\version.eagle</li> 133 135 <li><root>\tools\install\Properties\AssemblyInfo.cs</li> 134 136 </ul> 135 137