Skip to content

Commit

Permalink
Release Beta 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
keif888 committed Feb 14, 2018
1 parent 98715e4 commit 7e46928
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 0 additions & 1 deletion BIMetaDataApp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ Global
{D1F0156C-34F2-472C-9493-618652BC19BE}.Release|Any CPU.Deploy.0 = Production
{D1F0156C-34F2-472C-9493-618652BC19BE}.Release|Mixed Platforms.ActiveCfg = Production
{D1F0156C-34F2-472C-9493-618652BC19BE}.Release|Mixed Platforms.Build.0 = Production
{D1F0156C-34F2-472C-9493-618652BC19BE}.Release|Mixed Platforms.Deploy.0 = Production
{D1F0156C-34F2-472C-9493-618652BC19BE}.Release|x86.ActiveCfg = Production
{D1F0156C-34F2-472C-9493-618652BC19BE}.Release|x86.Build.0 = Production
{D1F0156C-34F2-472C-9493-618652BC19BE}.Release|x86.Deploy.0 = Production
Expand Down
2 changes: 1 addition & 1 deletion DependencyAnalyzer2005/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.79")]
[assembly: AssemblyFileVersion("1.0.0.80")]
2 changes: 1 addition & 1 deletion DependencyAnalyzer2008/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.80")]
[assembly: AssemblyFileVersion("1.0.0.81")]
2 changes: 1 addition & 1 deletion DependencyAnalyzer2012/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.40")]
[assembly: AssemblyFileVersion("1.0.0.41")]
2 changes: 1 addition & 1 deletion DependencyAnalyzer2014/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.53")]
[assembly: AssemblyFileVersion("1.0.0.54")]
2 changes: 1 addition & 1 deletion DependencyAnalyzer2016/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.102")]
[assembly: AssemblyFileVersion("1.0.0.104")]
2 changes: 1 addition & 1 deletion DependencyAnalyzer2017/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.12")]
[assembly: AssemblyFileVersion("1.0.0.13")]
2 changes: 1 addition & 1 deletion DependencyExecutor/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.32")]
[assembly: AssemblyFileVersion("1.0.0.33")]
2 changes: 1 addition & 1 deletion DependencyViewer/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.85")]
[assembly: AssemblyFileVersion("1.0.0.86")]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ It has an "Executor", which allows the user to use a GUI to run the various anal

# Release Notes

**Beta 22** Adds capability to detect .ispac files, and scan them. Adds capability to detect .conmgr and/or .params files, and switch to "hybid mode". In "hybrid mode" the folder is checked for the expected .dtproj files, and these are compiled to .ispac files and scanned. If there are no .dtproj files, then no SSIS packages will be scanned in that folder. If there are no .conmgr or .params files (in sub folders) then standard SSIS scan will be performed.

**Beta 21** Corrects issue with Project Deployed packages not seeing the connections or parameters. Also updates the TSQL parser to latest available.

**Beta 20** Corrects issues with SSIS Catalog capabilites, adds SQL 2016 and 2017, and utlises the latest MSAGL libraries
Expand Down
2 changes: 1 addition & 1 deletion TSQLParser/Properties/AssemblyInfoVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

using System.Reflection;

[assembly: AssemblyFileVersion("1.0.0.91")]
[assembly: AssemblyFileVersion("1.0.0.93")]

0 comments on commit 7e46928

Please sign in to comment.