Index: www/release.wiki
==================================================================
--- www/release.wiki
+++ www/release.wiki
@@ -177,36 +177,36 @@
Enter the following command to build the "default" NuGet package:
nuget.exe pack SQLite.nuspec
This assumes that the
NuGet binary is available somewhere along the
- [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH]. Please refer to
- [http://docs.nuget.org/ | NuGet Documentation] for further details.
+ [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].
Please refer
+ to [http://docs.nuget.org/ | NuGet Documentation] for further details.
+
+
+
+ Enter the following command to build the "managed-only" NuGet
+ package: nuget.exe pack SQLite.MSIL.nuspec
This assumes
+ that the NuGet binary is available somewhere along the
+ [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].
Please refer
+ to [http://docs.nuget.org/ | NuGet Documentation] for further details.
Enter the following command to build the NuGet package for x86:
nuget.exe pack SQLite.x86.nuspec
This assumes that the
NuGet binary is available somewhere along the
- [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH]. Please refer to
- [http://docs.nuget.org/ | NuGet Documentation] for further details.
+ [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].
Please refer
+ to [http://docs.nuget.org/ | NuGet Documentation] for further details.
Enter the following command to build the NuGet package for x64:
nuget.exe pack SQLite.x64.nuspec
This assumes that the
NuGet binary is available somewhere along the
- [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH]. Please refer to
- [http://docs.nuget.org/ | NuGet Documentation] for further details.
-
-
-
- Enter the following command to build the "managed-only" NuGet
- package: nuget.exe pack SQLite.MSIL.nuspec
This assumes
- that the NuGet binary is available somewhere along the
- [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH]. Please refer to
- [http://docs.nuget.org/ | NuGet Documentation] for further details.
+ [http://en.wikipedia.org/wiki/PATH_%28variable%29 | PATH].
Please refer
+ to [http://docs.nuget.org/ | NuGet Documentation] for further details.
Publish Release