This commit is contained in:
Luke Pulverenti 2016-10-31 13:23:35 -04:00
parent e2e70c3539
commit ef8eece6d4
4 changed files with 18 additions and 46 deletions

View File

@ -5,30 +5,23 @@
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
},
"contentFiles": {
"bin/Debug/MediaBrowser.Common.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
} }
}, },
"MediaBrowser.Model/1.0.0": { "MediaBrowser.Model/1.0.0": {
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"contentFiles": { "contentFiles": {
"bin/Debug/MediaBrowser.Model.pdb": { "bin/Release/MediaBrowser.Model.pdb": {
"buildAction": "None", "buildAction": "None",
"codeLanguage": "any", "codeLanguage": "any",
"copyToOutput": true "copyToOutput": true

View File

@ -5,47 +5,33 @@
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
},
"contentFiles": {
"bin/Debug/MediaBrowser.Common.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
} }
}, },
"MediaBrowser.Controller/1.0.0": { "MediaBrowser.Controller/1.0.0": {
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Controller.dll": {} "bin/Release/MediaBrowser.Controller.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Controller.dll": {} "bin/Release/MediaBrowser.Controller.dll": {}
},
"contentFiles": {
"bin/Debug/MediaBrowser.Controller.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
} }
}, },
"MediaBrowser.Model/1.0.0": { "MediaBrowser.Model/1.0.0": {
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"contentFiles": { "contentFiles": {
"bin/Debug/MediaBrowser.Model.pdb": { "bin/Release/MediaBrowser.Model.pdb": {
"buildAction": "None", "buildAction": "None",
"codeLanguage": "any", "codeLanguage": "any",
"copyToOutput": true "copyToOutput": true

View File

@ -5,30 +5,23 @@
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Common.dll": {} "bin/Release/MediaBrowser.Common.dll": {}
},
"contentFiles": {
"bin/Debug/MediaBrowser.Common.pdb": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": true
}
} }
}, },
"MediaBrowser.Model/1.0.0": { "MediaBrowser.Model/1.0.0": {
"type": "project", "type": "project",
"framework": ".NETPortable,Version=v4.5,Profile=Profile7", "framework": ".NETPortable,Version=v4.5,Profile=Profile7",
"compile": { "compile": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"runtime": { "runtime": {
"bin/Debug/MediaBrowser.Model.dll": {} "bin/Release/MediaBrowser.Model.dll": {}
}, },
"contentFiles": { "contentFiles": {
"bin/Debug/MediaBrowser.Model.pdb": { "bin/Release/MediaBrowser.Model.pdb": {
"buildAction": "None", "buildAction": "None",
"codeLanguage": "any", "codeLanguage": "any",
"copyToOutput": true "copyToOutput": true

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
//[assembly: AssemblyVersion("3.1.*")] //[assembly: AssemblyVersion("3.1.*")]
[assembly: AssemblyVersion("3.1.201")] [assembly: AssemblyVersion("3.1.202")]