Luke Pulverenti fb95d7b2a9 fix fanart provider downloading posters as disc images vor 11 Jahren
..
MediaBrowser.Common.Internal.nuspec fb95d7b2a9 fix fanart provider downloading posters as disc images vor 11 Jahren
MediaBrowser.Common.nuspec e7a1f52373 account for unaired physical episodes vor 11 Jahren
MediaBrowser.Server.Core.nuspec e7a1f52373 account for unaired physical episodes vor 11 Jahren
readme.txt f4f5d31cde added nuget readme vor 12 Jahren

readme.txt

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
This is quickest using notepad++. It can also be done with nuget package explorer.

By keeping all the version numbers the same, it makes this largely a mindless activity. If we allow each package to have their own version, this process will be slower and prone to human error.

3. Once this is done, publish the packages using nuget package explorer. File -> Publish.

4. Check the nuspec files in right away, otherwise there will be merge conflicts.