From f4f5d31cdec444e3a3fa244581e79251db5e7432 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Sat, 2 Mar 2013 18:27:01 -0500 Subject: [PATCH] added nuget readme --- Nuget/readme.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Nuget/readme.txt diff --git a/Nuget/readme.txt b/Nuget/readme.txt new file mode 100644 index 0000000000..3dd1cf65ad --- /dev/null +++ b/Nuget/readme.txt @@ -0,0 +1,14 @@ +To update the nuget packages, follow the below procedure: + +1. Build the solution in release mode. This will update the contents of the dll's folder +2. Open each nuspec file, and increment the versions of each, as well as each of the MB dependencies. + +For example, in MediaBrowser.Common.Internal, increment , as well as Publish. + +4. Check the nuspec files in right away, otherwise there will be merge conflicts. \ No newline at end of file