Skip to content

Commit

Permalink
updated to use more useful URL in the metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
nycdotnet committed Sep 11, 2014
1 parent 3c55100 commit 50e71c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/TSqlFlex/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void OnShutdown()
public string Author { get { return "Steve Ognibene"; } }
public string Description { get { return "Scripts data to INSERT statements or Excel-compatible spreadsheets."; } }
public string Name { get { return "T-SQL Flex"; } }
public string Url { get { return @"https://twitter.com/nycdotnet"; } }
public string Url { get { return @"https://github.com/nycdotnet/TSqlFlex/"; } }
public string Version { get { return Info.VersionNumbersOnly(); } }
}
}

0 comments on commit 50e71c1

Please sign in to comment.