From c6603e9ccf531f110030eea319a3c197794962b3 Mon Sep 17 00:00:00 2001 From: kindler chase Date: Wed, 28 Oct 2020 13:34:43 -0500 Subject: [PATCH] Upgrade nuget package to use built-in VS 2019 nuget packaging. (#30) No longer need a nuspec file maintained by hand. VS 2019 project file now includes nuget package management and packing. --- DM.MovieApi/DM.MovieApi.csproj | 20 +++++++++++++++++++- TheMovieDbWrapper.nuspec | 25 ------------------------- 2 files changed, 19 insertions(+), 26 deletions(-) delete mode 100644 TheMovieDbWrapper.nuspec diff --git a/DM.MovieApi/DM.MovieApi.csproj b/DM.MovieApi/DM.MovieApi.csproj index 69727aa..2381d9c 100644 --- a/DM.MovieApi/DM.MovieApi.csproj +++ b/DM.MovieApi/DM.MovieApi.csproj @@ -2,6 +2,24 @@ netstandard2.0 + true + true + $(NoWarn);1591 + + + + TheMovieDbWrapper + 0.9.0 + Kindler Chase + nCubed + TheMovieDb.org Wrapper + A C# wrapper for themoviedb.org API providing cross-platform support for Xamarin, iOS, Android, and all flavors of .NET. + Copyright 2016 + https://github.com/nCubed/TheMovieDbWrapper + MIT + Movies Movie themoviedb themoviedb.org TMDB Film TV Television Actor Acress Director + v0.9.0 is a full upgrade from Visual Studio PCL class library to the now recommeneded .netstandard class library. + https://github.com/nCubed/TheMovieDbWrapper @@ -12,4 +30,4 @@ - + \ No newline at end of file diff --git a/TheMovieDbWrapper.nuspec b/TheMovieDbWrapper.nuspec deleted file mode 100644 index d788b92..0000000 --- a/TheMovieDbWrapper.nuspec +++ /dev/null @@ -1,25 +0,0 @@ - - - - TheMovieDbWrapper - 0.8.2 - TheMovieDb.org Wrapper - Kindler Chase - Kindler Chase - https://github.com/nCubed/TheMovieDbWrapper/blob/master/LICENSE - https://github.com/nCubed/TheMovieDbWrapper - false - C# wrapper for common requests against themoviedb.org API will full support for standard and portable libraries. - v0.8.2: Minor update to include the raw JSON returned from themoviedb.org query. - Copyright 2016 - Movies Movie themoviedb themoviedb.org TMDB Film TV Television - - - - - - - - - - \ No newline at end of file