diff --git a/EndGate/.gitignore b/EndGate/.gitignore
index 17afb78e..e5f009fb 100644
--- a/EndGate/.gitignore
+++ b/EndGate/.gitignore
@@ -26,4 +26,5 @@ PublishProfiles/
*.vspx
endgate.js
endgate.d.ts
-endgate.ts
\ No newline at end of file
+endgate.ts
+_references.js*
diff --git a/EndGate/EndGate.Core.JS/Bounds/Bounds2d.ts b/EndGate/EndGate.Core.JS/Bounds/Bounds2d.ts
index 46270d1d..40e1a1b2 100644
--- a/EndGate/EndGate.Core.JS/Bounds/Bounds2d.ts
+++ b/EndGate/EndGate.Core.JS/Bounds/Bounds2d.ts
@@ -1,7 +1,5 @@
///
///
-///
-///
module EndGate.Bounds {
diff --git a/EndGate/EndGate.Core.JS/EndGate.Core.JS.csproj b/EndGate/EndGate.Core.JS/EndGate.Core.JS.csproj
index 98954b32..6ffdd32f 100644
--- a/EndGate/EndGate.Core.JS/EndGate.Core.JS.csproj
+++ b/EndGate/EndGate.Core.JS/EndGate.Core.JS.csproj
@@ -64,6 +64,7 @@
+
diff --git a/EndGate/EndGate.Core.JS/Scripts/_references.ts b/EndGate/EndGate.Core.JS/Scripts/_references.ts
new file mode 100644
index 00000000..6e81fdc5
--- /dev/null
+++ b/EndGate/EndGate.Core.JS/Scripts/_references.ts
@@ -0,0 +1 @@
+ ///
\ No newline at end of file
diff --git a/EndGate/EndGate.Core.JS/build.ps1 b/EndGate/EndGate.Core.JS/build.ps1
index e3f82959..ce22a4dd 100644
--- a/EndGate/EndGate.Core.JS/build.ps1
+++ b/EndGate/EndGate.Core.JS/build.ps1
@@ -1,7 +1,4 @@
-#NOTE: This code sucks!! I hacked it together it like crazy
-
###### CONFIG ######
-$inpath = ".\"
$outFolder = "Scripts"
$outputDeclaration = "endgate.d.ts"
diff --git a/EndGate/build/Build.proj b/EndGate/build/Build.proj
index 71b7c318..31f8a116 100644
--- a/EndGate/build/Build.proj
+++ b/EndGate/build/Build.proj
@@ -71,6 +71,11 @@
+
+
diff --git a/EndGate/readmes/readme.txt b/EndGate/readmes/readme.txt
index b28b59fd..0b83b351 100644
--- a/EndGate/readmes/readme.txt
+++ b/EndGate/readmes/readme.txt
@@ -1,5 +1,7 @@
For resources and help to get started with the EndGate framework check out: http://endgate.net
+This point release (0.2.1) is to ensure compatibility with TypeScript 0.9.5.
+
Upgrading?
---------------------------
Be sure to check out the release notes for a list of breaking changes: