Skip to content

Commit

Permalink
Update nuget package to v1.0.0 and publish to nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
nCubed committed Oct 27, 2021
1 parent 1c19b02 commit f9665d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DM.MovieApi/DM.MovieApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

<PropertyGroup>
<PackageId>TheMovieDbWrapper</PackageId>
<Version>0.9.0</Version>
<Version>1.0.0</Version>
<Authors>Kindler Chase</Authors>
<Company>nCubed</Company>
<Product>TheMovieDb.org Wrapper</Product>
<Description>A C# wrapper for themoviedb.org API providing cross-platform support for Xamarin, iOS, Android, and all flavors of .NET.</Description>
<Copyright>Copyright 2016</Copyright>
<PackageProjectUrl>https://github.com/nCubed/TheMovieDbWrapper</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>Movies Movie themoviedb themoviedb.org TMDB Film TV Television Actor Acress Director</PackageTags>
<PackageReleaseNotes>v0.9.0 is a full upgrade from Visual Studio PCL class library to the now recommeneded .netstandard class library.</PackageReleaseNotes>
<PackageTags>Movies Movie themoviedb themoviedb.org TMDB Film TV Television Actor Acress Director IMDB</PackageTags>
<PackageReleaseNotes>v1.0.0 is a full upgrade to net5.0. This release now uses TheMovieDb.org's Bearer Token for authentication; this change introduces a minor breaking change from the prior releases. See the github ReadMe for full details as you will need to update your implmentation to provide the new Bearer Token with the RegisterSettings method.</PackageReleaseNotes>
<RepositoryUrl>https://github.com/nCubed/TheMovieDbWrapper</RepositoryUrl>
</PropertyGroup>

Expand Down

0 comments on commit f9665d0

Please sign in to comment.