File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
[ assembly: AssemblyCopyright ( "Sergii Syrovatchenko" ) ]
8
8
[ assembly: AssemblyTrademark ( "" ) ]
9
9
[ assembly: AssemblyCulture ( "" ) ]
10
- [ assembly: AssemblyVersion ( "1.0.0.70 " ) ]
11
- [ assembly: AssemblyFileVersion ( "1.0.0.70 " ) ]
10
+ [ assembly: AssemblyVersion ( "1.0.0.71 " ) ]
11
+ [ assembly: AssemblyFileVersion ( "1.0.0.71 " ) ]
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ private string ProductVersion {
55
55
return "2017" ;
56
56
case ServerVersion . Sql2019 :
57
57
return "2019" ;
58
- case ServerVersion . Sql2021 :
59
- return "2021 " ;
58
+ case ServerVersion . Sql2022 :
59
+ return "2022 " ;
60
60
default :
61
61
return "?" ;
62
62
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public static class ServerVersion {
8
8
public const int Sql2016 = 13 ;
9
9
public const int Sql2017 = 14 ;
10
10
public const int Sql2019 = 15 ;
11
- public const int Sql2021 = 16 ;
11
+ public const int Sql2022 = 16 ;
12
12
}
13
13
14
14
}
You can’t perform that action at this time.
0 commit comments