File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77[ assembly: AssemblyCopyright ( "Sergii Syrovatchenko" ) ]
88[ assembly: AssemblyTrademark ( "" ) ]
99[ 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 {
5555 return "2017" ;
5656 case ServerVersion . Sql2019 :
5757 return "2019" ;
58- case ServerVersion . Sql2021 :
59- return "2021 " ;
58+ case ServerVersion . Sql2022 :
59+ return "2022 " ;
6060 default :
6161 return "?" ;
6262 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ public static class ServerVersion {
88 public const int Sql2016 = 13 ;
99 public const int Sql2017 = 14 ;
1010 public const int Sql2019 = 15 ;
11- public const int Sql2021 = 16 ;
11+ public const int Sql2022 = 16 ;
1212 }
1313
1414}
You can’t perform that action at this time.
0 commit comments