From 64d3aabf93d93d2ec3bf5bae89f6743e195ca820 Mon Sep 17 00:00:00 2001 From: Bruce Dunwiddie Date: Mon, 6 Jun 2022 11:49:54 -0500 Subject: [PATCH] Updating version numbers to trigger new build and publish. --- TSQL_Parser/TSQL_Parser/Properties/AssemblyInfo.cs | 4 ++-- TSQL_Parser/TSQL_Parser/Push.bat | 4 ++-- TSQL_Parser/TSQL_Parser/TSQL_Parser.nuspec | 2 +- TSQL_Parser/TSQL_Parser/TSQL_Parser_NetStandard.csproj | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/TSQL_Parser/TSQL_Parser/Properties/AssemblyInfo.cs b/TSQL_Parser/TSQL_Parser/Properties/AssemblyInfo.cs index a94ce39..505e556 100644 --- a/TSQL_Parser/TSQL_Parser/Properties/AssemblyInfo.cs +++ b/TSQL_Parser/TSQL_Parser/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.2.0.0")] -[assembly: AssemblyFileVersion("2.2.0.0")] +[assembly: AssemblyVersion("2.2.1.0")] +[assembly: AssemblyFileVersion("2.2.1.0")] [assembly: InternalsVisibleTo("Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100793625650b945744f8a2c57bc75da89cd4d2c551636aa180c3020b7a15b815c10e983e83c312eb02f131c6fcf18aaffd6c8d9af6c4353c91ca0e9206b0fb8fb7805fc07b510a47ff40705ae56977ae8893e2d247d166aa400926582840e8a5602df055762bc3479dd14c9621a77946b6e6b0a00a77204c78fb52c65121bd75ba")] \ No newline at end of file diff --git a/TSQL_Parser/TSQL_Parser/Push.bat b/TSQL_Parser/TSQL_Parser/Push.bat index ec35d9d..738606d 100644 --- a/TSQL_Parser/TSQL_Parser/Push.bat +++ b/TSQL_Parser/TSQL_Parser/Push.bat @@ -1,4 +1,4 @@ nuget SetApiKey %NUGET_KEY% -nuget push TSQL.Parser.2.2.0.snupkg -Source https://api.nuget.org/v3/index.json -nuget push TSQL.Parser.2.2.0.nupkg -Source https://api.nuget.org/v3/index.json +nuget push TSQL.Parser.2.2.1.snupkg -Source https://api.nuget.org/v3/index.json +nuget push TSQL.Parser.2.2.1.nupkg -Source https://api.nuget.org/v3/index.json pause \ No newline at end of file diff --git a/TSQL_Parser/TSQL_Parser/TSQL_Parser.nuspec b/TSQL_Parser/TSQL_Parser/TSQL_Parser.nuspec index 6b361ab..5ff2d80 100644 --- a/TSQL_Parser/TSQL_Parser/TSQL_Parser.nuspec +++ b/TSQL_Parser/TSQL_Parser/TSQL_Parser.nuspec @@ -2,7 +2,7 @@ TSQL.Parser - 2.2.0 + 2.2.1 TSQL.Parser Bruce Dunwiddie shriop diff --git a/TSQL_Parser/TSQL_Parser/TSQL_Parser_NetStandard.csproj b/TSQL_Parser/TSQL_Parser/TSQL_Parser_NetStandard.csproj index 0405d3a..d03abf5 100644 --- a/TSQL_Parser/TSQL_Parser/TSQL_Parser_NetStandard.csproj +++ b/TSQL_Parser/TSQL_Parser/TSQL_Parser_NetStandard.csproj @@ -4,9 +4,9 @@ netstandard2.0 TSQL_Parser TSQL_Parser - 2.2.0.0 - 2.2.0.0 - 2.2.0.0 + 2.2.1.0 + 2.2.1.0 + 2.2.1.0 Library for Parsing SQL Server TSQL Scripts Copyright © 2022