Skip to content

Instantly share code, notes, and snippets.

@gdalgas
Created April 13, 2012 00:27
Show Gist options
  • Save gdalgas/2372262 to your computer and use it in GitHub Desktop.
Save gdalgas/2372262 to your computer and use it in GitHub Desktop.
Test Gist
string upgrade_file
= new StreamReader(Assembly.GetExecutingAssembly().GetManifestResourceStream(
Assembly.GetExecutingAssembly().GetName().Name
+ ".schemas.template.db_upgrades.txt")
).ReadToEnd();
var a += 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment