Skip to content

Commit 49accbf

Browse files
Merge pull request #18 from EmergentSoftware/dev
Dev
2 parents 2814c23 + 5533f62 commit 49accbf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ bld/
3434

3535
# Visual Studio 2015/2017 cache/options directory
3636
.vs/
37-
.vs/SQL-Server-Assess/v16/.suo
3837

3938
# Uncomment if you have tasks that create the project's static files in wwwroot
4039
#wwwroot/
@@ -361,4 +360,4 @@ MigrationBackup/
361360
.ionide/
362361

363362
# Fody - auto-generated XML schema
364-
FodyWeavers.xsd
363+
FodyWeavers.xsd

sp_Develop.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ BEGIN
6767
,@URLAnchor VARCHAR(400)
6868
,@Priority INT;
6969

70-
SET @Version = '0.88';
70+
SET @Version = '0.89';
7171
SET @VersionDate = '20200820';
7272
SET @URLBase = 'https://github.com/EmergentSoftware/SQL-Server-Assess#';
7373
SET @OutputType = UPPER(@OutputType);

0 commit comments

Comments
 (0)