Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jan 29, 2024
1 parent 4e6273d commit 057313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GUI/RevEng.Shared/Providers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public static string CreateReadme(ReverseEngineerCommandOptions commandOptions,

public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bool useSpatial, bool useNodaTime, bool useDateOnlyTimeOnly, bool useHierarchyId, bool discoverMultipleResultSets, bool hasProcedures, CodeGenerationMode codeGenerationMode)
{
// TODO Update versions here when adding provider updates
// TODO Update versions here when adding provider and other updates
var packages = new List<NuGetPackage>();

if (databaseType == DatabaseType.SQLServer || databaseType == DatabaseType.SQLServerDacpac)
Expand Down

0 comments on commit 057313d

Please sign in to comment.