Skip to content

Commit

Permalink
Version bump, release
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoK committed Jul 28, 2019
1 parent aa47ad2 commit 7880f99
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterCmdLine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("4dacf3ba-d535-4244-b756-7d9ecfe577ae")]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterDemo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterJSLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterNppPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyCopyright("Copyright © 2011-2017 Tao Klerks")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterSSMSAddIn/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyCopyright("Copyright © 2011-2017 Tao Klerks")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterSSMSLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterSSMSPackage/FormatterPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You should have received a copy of the GNU Affero General Public License
namespace PoorMansTSqlFormatterSSMSPackage
{
[PackageRegistration(UseManagedResourcesOnly = true)] //General VSPackage hookup
[InstalledProductRegistration("#ProductName", "#ProductDescription", "1.6.12")] //Package Medatada, references to VSPackage.resx resource keys
[InstalledProductRegistration("#ProductName", "#ProductDescription", "1.6.13")] //Package Medatada, references to VSPackage.resx resource keys
[ProvideAutoLoad(VSConstants.UICONTEXT.NotBuildingAndNotDebugging_string)] // Auto-load for dynamic menu enabling/disabling; this context seems to work for SSMS and VS
[ProvideMenuResource("Menus.ctmenu", 1)] //Hook to command definitions / to vsct stuff
[Guid(guidPoorMansTSqlFormatterSSMSPackagePkgString)] //Arbitrarily/randomly defined guid for this extension
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyCopyright("Copyright © 2011-2017 Tao Klerks")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="247609b1-2692-47d6-972a-976544685f0e" Version="1.6.12" Language="en-US" Publisher="Tao Klerks" />
<Identity Id="247609b1-2692-47d6-972a-976544685f0e" Version="1.6.13" Language="en-US" Publisher="Tao Klerks" />
<DisplayName>Poor Man's T-Sql Formatter SSMS Extension</DisplayName>
<Description xml:space="preserve">A simple free (AGPL) T-SQL Formatting Extension for SSMS 2014-18.</Description>
<MoreInfo>http://architectshack.com/PoorMansTSqlFormatter.ashx</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterTest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterVSPackage/FormatterPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You should have received a copy of the GNU Affero General Public License
namespace PoorMansTSqlFormatterSSMSPackage
{
[PackageRegistration(UseManagedResourcesOnly = true)] //General VSPackage hookup
[InstalledProductRegistration("#ProductName", "#ProductDescription", "1.6.12")] //Package Medatada, references to VSPackage.resx resource keys
[InstalledProductRegistration("#ProductName", "#ProductDescription", "1.6.13")] //Package Medatada, references to VSPackage.resx resource keys
[ProvideAutoLoad(VSConstants.UICONTEXT.NotBuildingAndNotDebugging_string)] // Auto-load for dynamic menu enabling/disabling; this context seems to work for SSMS and VS
[ProvideMenuResource("Menus.ctmenu", 1)] //Hook to command definitions / to vsct stuff
[Guid(guidPoorMansTSqlFormatterSSMSPackagePkgString)] //Arbitrarily/randomly defined guid for this extension
Expand Down
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterVSPackage/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyCopyright("Copyright © 2011-2017 Tao Klerks")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyKeyFile("")]
[assembly: AssemblyKeyName("")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="5e84b709-1e60-4116-a702-4cdb1a282d6e" Version="1.6.12" Language="en-US" Publisher="TaoKlerks" />
<Identity Id="5e84b709-1e60-4116-a702-4cdb1a282d6e" Version="1.6.13" Language="en-US" Publisher="TaoKlerks" />
<DisplayName>Poor Man's T-Sql Formatter VS Extension</DisplayName>
<Description xml:space="preserve">A simple free (AGPL) T-SQL Formatting Extension for Visual Studio 2013-2019.</Description>
<MoreInfo>http://architectshack.com/PoorMansTSqlFormatter.ashx</MoreInfo>
Expand Down
2 changes: 1 addition & 1 deletion PoorMansTSqlFormatterWebDemo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ You should have received a copy of the GNU Affero General Public License
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("1.6.12.*")]
[assembly: AssemblyVersion("1.6.13.*")]
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.6.12.{build}
version: 1.6.13.{build}
image: Visual Studio 2017


Expand Down

0 comments on commit 7880f99

Please sign in to comment.