Skip to content

Releases: DataJuggler/DataTier.Net

DataTier.Net 4.5.2

23 Sep 08:53
Compare
Choose a tag to compare

This version fixes the BlazorDataServicesControl, which a bug was introduced when the DataWatcher.cs and Callbacks were removed.

DataTier.NET 4.5.0

14 Aug 14:22
Compare
Choose a tag to compare

DataTier.NET 4.5.0 fixes the bug of the project templates could not be created.

This should be a stable version, and possibly the last version until DataTier.NET 8 is released, around the time .NET 8 is released in November.

DataTier.NET 4.4.9

14 Aug 04:30
Compare
Choose a tag to compare

In the 4.4.8, I took out the version number with the DataTier.NET7 Project Template, and it stopped working. Now this constant has the full value:

dotnet new install DataJuggler.DataTier.Net7.ProjectTemplates::7.0.8

It seemed to work in the 7.0.7 version when this was present.

DataTier.Net 4.4.8

14 Aug 03:50
Compare
Choose a tag to compare

DataTier.Net7.ClassLibrary NuGet package was updated, and I wanted this project to be up to date. I took out the version number from the command line variable, so the latest version should always get installed going forward.

DataTier.Net 4.4.7

12 Aug 22:46
Compare
Choose a tag to compare

This release fixes the short cut for Connection Builder did not have a space between the two words. Also, the project template for DataTier.Net7.ProjectTemplates command line was chagned.

DataTier.Net version 4.4.6

12 Aug 18:55
Compare
Choose a tag to compare

The installer uses the Release configuration, and the 4.4.5 version was only compiled for Debug. This version finishes the removal of CreateBindingCallback option, that I thought was needed when Blazor was new to me a few years ago.

This version also includes the database name at the top, so Use [DataTier.Net.Database] is included in the SQL Script.

DataTier.Net Version 4.4.5

12 Aug 18:41
Compare
Choose a tag to compare

This version finishes the Removal of the field CreateBindingCallback from table DTNTable. This version also fixes the files DataTier.Net.Database.Schema.sql file did not have Use [DataTier.Net.Database] tag at the top of the file.

This may be the last release for DataTier.Net until .NET 8 releases later this year.

DataTier.Net Version 4.4.4

12 Aug 18:20
Compare
Choose a tag to compare

This version removes CreateBindingCallback from table DTNTable. This field was created when I first learned Blender, and I have since learned I do not need this functionality.

This version may be the last version before a .NET 8 version is released later this year.

DataTier.Net 4.4.2

12 Aug 15:27
Compare
Choose a tag to compare

This version removes DataWatcher.cs. When I first learned Blazor a few years ago, I wasn't sure how to get control values. I have since learned how to do that, and realized this class is no longer needed.

This installer will add two shortcuts to your desktop. DataTier.Net and Connection Builder. If you think either project is worth the price, please leave a star.

DataTier.Net 4.32 and Connection Builder

30 Jul 05:12
Compare
Choose a tag to compare

This update fixes a bug in an archived .NET Framework project called DataJuggler.Core.UltimateHelper. I replaced WordParser with TextHelper, and added the class TextHelper from the .NET 7 version of the class TextHelper.

I also added code to both the .NET 7 of DataJuggler.UltimateHelper TextHelper class and the .NET Framework 4.8 package DataJuggler.Core.UltimateHelper TextHelper and both NuGet packages were updated with code to handle an Environment Newline not being present in the TextHelper.GetTextLines.
Basically this replaces \n with \r\n, so that the correct number of lines is returned. This fixes the Gateway being corrupted after a Build.