Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
micjahn committed Dec 19, 2023
1 parent c67dff6 commit b85e060
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.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyVersion("1.0.2.0")]
[assembly: AssemblyFileVersion("1.0.2.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.1" Language="en-US" Publisher="Michael Jahn" />
<Identity Id="SsmsDatabaseFolders.Michael Jahn.CEB7602F-8130-4A69-BCA3-8DA1C17B4B7D" Version="1.0.2" Language="en-US" Publisher="Michael Jahn" />
<DisplayName>SsmsDatabaseFolders</DisplayName>
<Description xml:space="preserve">SSMS Database Group Folders</Description>
<License>LICENSE.rtf</License>
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.1
SET VERSION=1.0.2

SET CURRENT_DIR=%CD%
SET BUILD_DIR=%CD%\Build
Expand Down
1 change: 1 addition & 0 deletions build_deployment_files.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
SsmsDatabaseFolders.Interfaces.dll
SsmsDatabaseFolders.Ssms18.dll
SsmsDatabaseFolders.Ssms19.dll
SsmsDatabaseFolders.Ssms2012.dll
SsmsDatabaseFolders.Ssms2014.dll
SsmsDatabaseFolders.Ssms2016.dll
Expand Down

0 comments on commit b85e060

Please sign in to comment.