Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
micjahn committed Sep 5, 2020
1 parent 20faabe commit 40f1824
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sources/Include/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// 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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
2 changes: 1 addition & 1 deletion Sources/VSPackage/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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="SsmsDatabaseFolders.Michael Jahn.CEB7602F-8130-4A69-BCA3-8DA1C17B4B7D" Version="1.0" Language="en-US" Publisher="Michael Jahn" />
<Identity Id="SsmsDatabaseFolders.Michael Jahn.CEB7602F-8130-4A69-BCA3-8DA1C17B4B7D" Version="1.0.1" Language="en-US" Publisher="Michael Jahn" />
<DisplayName>SsmsDatabaseFolders</DisplayName>
<Description xml:space="preserve">SSMS Database Group Folders</Description>
<License>LICENSE.rtf</License>
Expand Down
1 change: 1 addition & 0 deletions SsmsDatabaseFolders.sln
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Global
{788FC1A9-CC4F-46AC-8186-3511B183F480}.Debug|x86.ActiveCfg = Debug|x86
{788FC1A9-CC4F-46AC-8186-3511B183F480}.Debug|x86.Build.0 = Debug|x86
{788FC1A9-CC4F-46AC-8186-3511B183F480}.Release|Any CPU.ActiveCfg = Release|x86
{788FC1A9-CC4F-46AC-8186-3511B183F480}.Release|Any CPU.Build.0 = Release|x86
{788FC1A9-CC4F-46AC-8186-3511B183F480}.Release|x64.ActiveCfg = Release|x64
{788FC1A9-CC4F-46AC-8186-3511B183F480}.Release|x64.Build.0 = Release|x64
{788FC1A9-CC4F-46AC-8186-3511B183F480}.Release|x86.ActiveCfg = Release|x86
Expand Down
2 changes: 1 addition & 1 deletion build_deployment.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SETLOCAL EnableDelayedExpansion EnableExtensions

SET VERSION=1.0.0.0
SET VERSION=1.0.1

SET CURRENT_DIR=%CD%
SET BUILD_DIR=%CD%\Build
Expand Down

0 comments on commit 40f1824

Please sign in to comment.