v1.1.3: version bump, removed duplicate method; this is why we run tests...

This commit is contained in:
2026-02-20 20:02:27 -05:00
parent 375b7c6909
commit f3091624ec
27 changed files with 10 additions and 21497 deletions
@@ -151,13 +151,7 @@ public class QobuzDownloadServiceTests : IDisposable
var mockResponse = new HttpResponseMessage
{
StatusCode = HttpStatusCode.OK,
<<<<<<< HEAD
Content = new StringContent(@"<html><script src=""/resources/1.0.1-b001/bundle.js""></script></html>")
||||||| f68706f
Content = new StringContent(@"<html><script src=""/resources/1.0.0-b001/bundle.js""></script></html>")
=======
Content = new StringContent(@"<html><script src=""/resources/1.0.3-b001/bundle.js""></script></html>")
>>>>>>> beta
};
_httpMessageHandlerMock.Protected()