|
4 | 4 | <metadata>
|
5 | 5 | <id>tsqlflex</id>
|
6 | 6 | <title>T-SQL Flex</title>
|
7 |
| - <version>0.1.0-beta</version> |
| 7 | + <version>0.2.0-beta</version> |
8 | 8 | <authors>Steve Ognibene</authors>
|
9 | 9 | <owners>NYCdotNet</owners>
|
10 | 10 | <summary>SSMS add-in for scripting and Excel export.</summary>
|
11 | 11 | <description>SSMS add-in for scripting and Excel export.</description>
|
12 | 12 | <projectUrl>https://github.com/nycdotnet/TSqlFlex</projectUrl>
|
13 | 13 | <tags>T-SQL Flex SQL Server SSMS</tags>
|
14 |
| - <copyright>2015</copyright> |
| 14 | + <copyright>2016</copyright> |
15 | 15 | <licenseUrl>https://github.com/nycdotnet/TSqlFlex/blob/master/License.md</licenseUrl>
|
16 | 16 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
17 | 17 | <dependencies>
|
18 | 18 | <dependency id="sipfw" version="1.0.3.4" />
|
19 | 19 | </dependencies>
|
20 | 20 | <releaseNotes>
|
21 |
| -* v0.1.0-beta (2015-05-07): |
22 |
| - * Reverted to use .NET 3.5 to restore compatibility with SSMS 2008. |
23 |
| - * Added CSV export feature! T-SQL Flex can now export the results of any set of queries to properly-escaped CSV files that open correctly in Excel or any text editor. |
24 |
| - * Added a handful of additional T-SQL keywords. |
25 |
| - * Removed "This is alpha software" warning. Beta 1 will likely have only minimal further changes prior to the v1.0 release of T-SQL Flex. |
26 |
| - </releaseNotes> |
| 21 | + * v0.2.0-beta (2016-09-23): |
| 22 | + * Implemented new script as C# feature. |
| 23 | + * Many behind-the-scenes code improvements. |
| 24 | + * Added escaping for several SQL keywords. |
| 25 | + * Updated to work with NUnit 3 and RedGate SIP FW 1.0.1.246. |
| 26 | + </releaseNotes> |
27 | 27 | </metadata>
|
28 | 28 | <files>
|
29 | 29 | <file src="tools\**" target="tools" />
|
|
0 commit comments