Skip to content

Commit

Permalink
Updated nuspec for publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-dunwiddie committed Mar 22, 2022
1 parent 188a5df commit 4ae590d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TSQL_Parser/TSQL_Parser/Push.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nuget SetApiKey %NUGET_KEY%
nuget push TSQL.Parser.2.0.0.snupkg -Source https://api.nuget.org/v3/index.json
nuget push TSQL.Parser.2.0.0.nupkg -Source https://api.nuget.org/v3/index.json
nuget push TSQL.Parser.2.0.1.snupkg -Source https://api.nuget.org/v3/index.json
nuget push TSQL.Parser.2.0.1.nupkg -Source https://api.nuget.org/v3/index.json
pause
4 changes: 2 additions & 2 deletions TSQL_Parser/TSQL_Parser/TSQL_Parser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>TSQL.Parser</id>
<version>2.0.0</version>
<version>2.0.1</version>
<title>TSQL.Parser</title>
<authors>Bruce Dunwiddie</authors>
<owners>shriop</owners>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/bruce-dunwiddie/tsql-parser</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Library for Parsing SQL Server T-SQL Scripts</description>
<releaseNotes>Added column expressions inside SELECT clauses.</releaseNotes>
<releaseNotes>Fixed handling of COUNT(*) in new column parsing logic.</releaseNotes>
<copyright>Copyright © 2022</copyright>
<tags>sql parser sql-server tsql</tags>
</metadata>
Expand Down

0 comments on commit 4ae590d

Please sign in to comment.