Skip to content

Commit 45c7154

Browse files
committed
Full Rewrite & Cleanup (New documentation follows)
1 parent ee54ea2 commit 45c7154

File tree

103 files changed

+4011
-2781
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+4011
-2781
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ Generated_Code #added for RIA/Silverlight projects
106106
_UpgradeReport_Files/
107107
Backup*/
108108
UpgradeLog*.XML
109+
110+
# NuGet
111+
/packages/

ILMerge/ILMerge.exe

-671 KB
Binary file not shown.

ILMerge/compile.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

Newtonsoft.Json.dll

-398 KB
Binary file not shown.
File renamed without changes.

SpotifyAPI.Example/ExampleForm.Designer.cs

Lines changed: 114 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SpotifyAPI.Example/ExampleForm.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System.Windows.Forms;
2+
3+
namespace SpotifyAPI.Example
4+
{
5+
public partial class ExampleForm : Form
6+
{
7+
public ExampleForm()
8+
{
9+
InitializeComponent();
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)