Commit Graph

503 Commits

Author SHA1 Message Date
Tim Stadler
a74aa21943 Complete ITagApi interface definition 2018-10-14 15:20:46 +02:00
Chris Deaker
e668e0ef31 Add optional username parameter to AlbumApi.GetInfo. 2018-10-10 20:47:48 +13:00
Rikki Tooley
4850cad6b4 Release v1.1.0 of Inflatable.Lastfm.SQLite package 2018-07-21 12:47:48 +01:00
Rikki Tooley
8c33b7fbb5 Fix packaging for Inflatable.Lastfm.SQLite and update dependencies
- match Json.Net and Microsoft.Net.Http with Inflatable.Lastfm
2018-07-08 22:54:52 +01:00
Rikki Tooley
940d94d878 Configure AppVeyor to build pull requests 2018-07-01 21:34:14 +01:00
Rikki Tooley
fc3d39b7d6 Update NuGet api key 2018-07-01 21:16:19 +01:00
Rikki Tooley
a16af9c04d Fix build version - 1.1.0 not 1.1.1 2018-07-01 21:09:42 +01:00
Rikki Tooley
4fc978b053 Add version properties to csprojs so AppVeyor version patching works 2018-07-01 21:02:55 +01:00
Rikki Tooley
fe5bfadeb3 Merge build configs 2018-07-01 20:41:13 +01:00
Rikki Tooley
c44deb47d0 Update AppVyeor version patching for .Net Core projects 2018-07-01 20:31:37 +01:00
Rikki Tooley
9aa0b325b1 Bump version to 1.1 2018-07-01 20:01:26 +01:00
Rikki Tooley
bb1341dee9 Deprecate support of PCL 259 branch 2018-07-01 20:01:26 +01:00
Rikki Tooley
56848e52f9
Update code example - doesn't compile 2018-05-23 17:45:00 +01:00
Rikki Tooley
aed127578b
Merge pull request #116 from coczero/UserPlayCount
Added UserPlayCount property to LastTrack
2018-05-19 13:14:15 +01:00
Tim Stadler
6c754e90ca Added UserPlayCount property to LastTrack 2018-05-13 22:07:48 +02:00
David Merryman
318b3795b2 Added GetLovedTracksCommand.cs (#110)
Added GetLovedTracksCommand.cs Added json for testing it, and Unit
Tests. Modified UserApi and IUserApi to add
2018-04-27 11:21:37 +01:00
Rikki Tooley
9f11c2e407
Merge pull request #105 from inflatablefriends/clear-scrobble-cache
Change behaviour of scrobbler to clear sent scrobbles when successful
2018-04-27 11:19:11 +01:00
Rikki Tooley
42776a3f83
Merge pull request #112 from Qstick/package-fix
Fixed: Nuget Package Build, Artifacts
2018-04-27 11:17:23 +01:00
Qstick
38967fdc73 Update packaged nuget.exe to recognize netstandard framework 2018-04-23 20:35:21 -04:00
Qstick
e8ca56d6b0 Fixed: Nuget Package Build, Artifacts 2018-04-22 22:23:49 -04:00
Rikki Tooley
ca1559bdf8 Add delays between integration tests to make them more reliable, some tidying 2017-09-24 16:10:47 +01:00
Rikki Tooley
5151de8dff Fix cached scrobbles not being removed from cache, accepted count on ScrobbleAsync.ScrobbleResponse not being set
- Update tests data
2017-09-24 15:51:48 +01:00
Rikki Tooley
f71140ae2d Add RemoveFromCache and GetCachedCount methods to IScrobbler and SQLite implementation
- change scrobbler behaviour to remove sucessfully scrobbled tracks from the cache
- change return value of Scrobble methods - will always be either Successful, Cached. Actual failure reason may be stored by Scrobbler cache impl
- Remove CacheEnabled property from IScrobbler. Just use new MemoryScrobbler class if needed
- Remove Scrobbler class, add MemoryScrobbler. No migration path because the behaviour is different - and the old behaviour not that useful
2017-08-24 01:19:12 +01:00
Rikki Tooley
9f60954f07 Configure build images for appveyor.yml #106 2017-08-24 01:12:35 +01:00
Rikki Tooley
2620e5e5a2 Consolidate NuGet packages, migrate IF.Lastfm.SQLite to netstandard1.1
- upgrade sqlite-pcl-net dependency to latest stable
2017-08-24 01:12:02 +01:00
Rikki Tooley
97c2d4a130 Make AppVeyor use nuget 3.5.0 on all branches 2017-04-16 19:24:20 +01:00
Rikki Tooley
921a769cf2 Make AppVeyor use NuGet 3.5.0 on master 2017-04-16 19:21:13 +01:00
Rikki Tooley
79a32d0832 Undo using C# 7 feature, doesn't build on CI server atm 2017-04-16 19:16:36 +01:00
Rikki Tooley
2e51dbc913 Bump netstandard package version
- need to sort out better branch strat for pll releases
2017-04-16 19:05:35 +01:00
Rikki Tooley
894d81c740 Add small integration test for Lastfm.User.GetInfoAsync()
- proves #100 is fixed, can add checks for the other fields later
2017-04-16 19:03:35 +01:00
Rikki Tooley
c7a36350b7 Fix chart get top tags integration tests, api now uses the page size parameter 2017-04-16 18:54:10 +01:00
Rikki Tooley
ba202ca6f5 Consolidate Json.Net version to 9.0.1, upgrade test projects and syro to .Net 4.6.2 2017-04-16 18:51:31 +01:00
Rikki Tooley
5dd8cd6aff Merge branch 'coczero-Complete-LastUser'
Fixes #100
2017-04-16 18:35:37 +01:00
Tim Stadler
3403709448 Complete LastUser implementation
Fix tabs to fit If.lastfm style

Tabs -> Spaces
2017-04-10 20:10:42 +02:00
Rikki Tooley
67f7fb0740 Add logo to readme 2016-12-05 02:58:01 +00:00
Rikki Tooley
b1034be2b8 Merge branch 'netstandard'
# Conflicts:
#	appveyor.yml
2016-12-05 01:34:12 +00:00
Rikki Tooley
c3c3867d1c Configure appveyor.yml for new profile259 branches 2016-12-05 01:26:38 +00:00
Rikki Tooley
b06d166db1 Update readme to mention both versions of the package 2016-12-05 01:20:09 +00:00
Rikki Tooley
d7fcfdf6b4 Set release version to 0.3.0 2016-12-05 00:42:42 +00:00
Rikki Tooley
dc30c7ad67 Make LastFm class static 2016-12-05 00:40:34 +00:00
Rikki Tooley
7a3af103e3 Update nuspec for .NET Standard
- though apparently this is not necessary, need to investigate nuget pack <project.json> command
2016-12-03 20:14:50 +00:00
Rikki Tooley
1bb51e9fe9 Bump version for master builds as well 2016-11-30 04:39:28 +00:00
Rikki Tooley
46036a390e Add library.getArtists
- supports paging (starts at 1)
- made LastArtist.PlayCount int?
- update PROGRESS.md
2016-11-30 04:30:03 +00:00
Rikki Tooley
1a81ace49d Bump version to 1.0.0 2016-11-30 03:46:48 +00:00
Rikki Tooley
8cc722926d Merge pull request #98 from inflatablefriends/branc116-SmallChanges
@Branc116 small changes
2016-11-30 03:43:42 +00:00
Rikki Tooley
440577c0c1 Tidying ApiBase class 2016-11-30 03:34:31 +00:00
Rikki Tooley
2625131422 Support .Net Standard 1.1 #88
- Upgrade JSON.NET from 6.0.8 to 9.0.1
- Change from Microsoft.Net.Http 2.2.28 to System.Net.Http 4.3.0 (this package doesn't support .Net Standard 1.0)
- This commit deprecates support for Windows Phone Silverlight 8.0
- Remove IF.Lastfm.SQLite project from the solution so it can be upgraded to .Net Standard separately
2016-11-30 03:18:39 +00:00
Branimir Ricko
380b17a333 Moved _auth/Auth field/property to Helper Base class IF.Lastfm.Core.Helpers.ApiBase, because every class that inherits form ApiBase, has _auth/Auth field/property 2016-11-28 19:39:27 +01:00
Branimir Ricko
d061f5d2d8 Upgraded Microsoft.Bcl.Build version form 1.0.14 to 1.0.21 on projects IF.Lastfm.SQLite and IF.Lastfm.SQLite.Tests.Integration. For some reason it didn't build with versioon 1.0.14 2016-11-28 19:01:55 +01:00
Rikki Tooley
fe50f7e00e Add chart.getTopTags, plus integration tests for ChartApi
- chart.* methods don't seem to use page or limit parameters right, see #90
2016-05-28 02:11:44 +01:00