Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Some formatting fixes to release procedures. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d237dc5f70a773ca6aa17ebf5a10cc01 |
User & Date: | mistachkin 2011-12-19 06:12:40.784 |
Context
2011-12-19
| ||
06:31 | Fix broken archive link and formatting for the support page. check-in: c72613c76e user: mistachkin tags: trunk | |
06:12 | Some formatting fixes to release procedures. check-in: d237dc5f70 user: mistachkin tags: trunk | |
06:10 | More changes to release procedures. check-in: 0cdc8f72f2 user: mistachkin tags: trunk | |
Changes
Changes to www/release.wiki.
︙ | ︙ | |||
175 176 177 178 179 180 181 | <li>Change the current directory to "<root>".</li> <li> Enter the following command to build the "default" NuGet package: <b>nuget.exe pack SQLite.nuspec</b><br /><i>This assumes that the NuGet binary is available somewhere along the | | | > > > > > > > > | | | | < < < < < < < < | 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | <li>Change the current directory to "<root>".</li> <li> Enter the following command to build the "default" NuGet package: <b>nuget.exe pack SQLite.nuspec</b><br /><i>This assumes that the NuGet binary is available somewhere along the [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> <li> Enter the following command to build the "managed-only" NuGet package: <b>nuget.exe pack SQLite.MSIL.nuspec</b><br /><i>This assumes that the NuGet binary is available somewhere along the [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> <li> Enter the following command to build the NuGet package for x86: <b>nuget.exe pack SQLite.x86.nuspec</b><br /><i>This assumes that the NuGet binary is available somewhere along the [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> <li> Enter the following command to build the NuGet package for x64: <b>nuget.exe pack SQLite.x64.nuspec</b><br /><i>This assumes that the NuGet binary is available somewhere along the [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].<br />Please refer to [http://docs.nuget.org/ | NuGet Documentation] for further details.</i> </li> </ol> <a name="publishRelease"></a> <h2>Publish Release</h2> <ol> |
︙ | ︙ |