Skip to content

Commit

Permalink
Published v0.7.2 to Nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
nCubed committed Nov 26, 2016
1 parent 6154614 commit 2a82ab0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DM.MovieApi/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion( "0.7.1.0" )]
[assembly: AssemblyFileVersion( "0.7.1.0" )]
[assembly: AssemblyVersion( "0.7.2.0" )]
[assembly: AssemblyFileVersion( "0.7.2.0" )]

[assembly: InternalsVisibleTo( "DM.MovieApi.IntegrationTests" )]
7 changes: 4 additions & 3 deletions TheMovieDbWrapper.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
<package >
<metadata>
<id>TheMovieDbWrapper</id>
<version>0.7.1</version>
<version>0.7.2</version>
<title>TheMovieDb.org Wrapper</title>
<authors>Kindler Chase</authors>
<owners>Kindler Chase</owners>
<licenseUrl>https://github.com/nCubed/TheMovieDbWrapper/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/nCubed/TheMovieDbWrapper</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>C# wrapper for common requests against themoviedb.org API.</description>
<releaseNotes>Enhanced Person API to search by person.</releaseNotes>
<releaseNotes>Extended NewtonSoft.IsoDateTimeConverter to allow partial dates; fallback to default(DateTime) when date is malformed and supress the exception. During debug, the date value being parsed will be emitted to the Trace log.
.</releaseNotes>
<copyright>Copyright 2016</copyright>
<tags>Movie Movies themoviedb TMDB Film TV Television</tags>
<tags>Movie Movies themoviedb themoviedb.org TMDB Film TV Television</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
Expand Down

0 comments on commit 2a82ab0

Please sign in to comment.