Browse Source

Added credit for akavache files

tags/1.0-rc
RogueException 8 years ago
parent
commit
7ac02bbc40
2 changed files with 8 additions and 0 deletions
  1. +4
    -0
      test/Discord.Net.Tests/Net/FilesystemProvider.cs
  2. +4
    -0
      test/Discord.Net.Tests/Net/HttpMixin.cs

+ 4
- 0
test/Discord.Net.Tests/Net/FilesystemProvider.cs View File

@@ -1,3 +1,7 @@
//From https://github.com/akavache/Akavache
//Copyright (c) 2012 GitHub
//TODO: Remove once netstandard support is added

using Akavache; using Akavache;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;


+ 4
- 0
test/Discord.Net.Tests/Net/HttpMixin.cs View File

@@ -1,3 +1,7 @@
//From https://github.com/akavache/Akavache
//Copyright (c) 2012 GitHub
//TODO: Remove once netstandard support is added

using Akavache; using Akavache;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;


Loading…
Cancel
Save