Skip to content

Releases: DataJuggler/DataTier.Net

DataTier.Net 4.9.3

29 May 20:00
Compare
Choose a tag to compare

(Current Release)
DataTier.Net 4.9.3

A vulnerability was found in System.Data.SqlClient version 4.8.5 or below. I updated to 4.8.6 to address this.
I do not build new .NET Framework projects any more, so I will not be updating the older project templates.

Project templates targeting .NET 5 - .NET 8 use Microsoft.Data.SqlClient, so they are not affected by this vulnerability.

(legacy)
DataTier.Net 4.9.2

This release was created because DataTier.Net now has a new Version 2 template structure with only two projects:

Data Access Component
Object Library

All the functionality is the same for now as the 4 project structure. Two projects makes it simpler to deploy.

The Object Library could be included in the Data Access Component, but I think it is better to separate them.

After installation, follow these steps:

Create a SQL Server Database named DataTier.Net.Database
Run DataTier.Net and follow the instructions on the Setup screen to create your SQL Server database DataTier.Net.Database.

The Setup Control will walk you through setting up DataTier.Net and and creating your connection string and Environment Variable.

Manual Installation (legacy)

The typical location of database scripts:

C:\Program Files (x86)\DataJuggler\DataTier.Net\SQL Scripts\DataTier.Net.Database.Schema.sql

Execute the script DataTier.NET.Database.Schema.sql

Create a User Level Environment Variable named DataTierNetConnection, and set the value to a connection string for your DataTier.Net.Database.

Tip: Connection Builder is installed and will have a shortcut on your desktop. Use Connection Builder to create your connection string.

Example Connection String using Windows Authentication. Replace (Server Name) with your Server Name.

Data Source=(Server Name);Initial Catalog=DataTier.Net.Database;Integrated Security=True;Encrypt=False;

Fixes

Fixed in version 4.9.2: Confirm Changes Control and Confirm Removal Control now handle the new Data Manager folder to Data for V2 projects.

Fixed in version 4.9.1: DataTier.Net Database was updated

DataTier.Net 4.9.2

04 Jan 23:03
Compare
Choose a tag to compare

DataTier.Net 4.9.2

This release was created because DataTier.Net now has a new Version 2 template structure with only two projects:

Data Access Component
Object Library

All the functionality is the same for now as the 4 project structure. Two projects makes it simpler to deploy.

The Object Library could be included in the Data Access Component, but I think it is better to separate them.

After installation, follow these steps:

Create a SQL Server Database named DataTier.Net.Database
Run DataTier.Net and follow the instructions on the Setup screen to create your SQL Server database DataTier.Net.Database.

The Setup Control will walk you through setting up DataTier.Net and and creating your connection string and Environment Variable.

Manual Installation (legacy)

The typical location of database scripts:

C:\Program Files (x86)\DataJuggler\DataTier.Net\SQL Scripts\DataTier.Net.Database.Schema.sql

Execute the script DataTier.NET.Database.Schema.sql

Create a User Level Environment Variable named DataTierNetConnection, and set the value to a connection string for your DataTier.Net.Database.

Tip: Connection Builder is installed and will have a shortcut on your desktop. Use Connection Builder to create your connection string.

Example Connection String using Windows Authentication. Replace (Server Name) with your Server Name.

Data Source=(Server Name);Initial Catalog=DataTier.Net.Database;Integrated Security=True;Encrypt=False;

Fixes

Fixed in version 4.9.2: Confirm Changes Control and Confirm Removal Control now handle the new Data Manager folder to Data for V2 projects.

Fixed in version 4.9.1: DataTier.Net Database was updated

DataTier.Net4.9.1

04 Jan 15:47
Compare
Choose a tag to compare

DataTier.Net 4.9.1

This release was created because DataTier.Net now has a new Version 2 template structure with only two projects:

Data Access Component
Object Library

All the functionality is the same for now as the 4 project structure. Two projects makes it simpler to deploy.

The Object Library could be included in the Data Access Component, but I think it is better to separate them.

After installation, follow these steps:

  1. Create a SQL Server Database named DataTier.Net.Database
  2. Execute the SQL Script DataTier.Net.Database.Schema.sql, which can be found in your install directory.

The typical location of database scripts:

C:\Program Files (x86)\DataJuggler\DataTier.Net\SQL Scripts\DataTier.Net.Database.Schema.sql

Execute the script DataTier.NET.Database.Schema.sql

  1. Create a User Level Environment Variable named DataTierNetConnection, and set the value to a connection string for your DataTier.Net.Database.

Tip: Connection Builder is installed and will have a shortcut on your desktop. Use Connection Builder to create your connection string.

Example Connection String using Windows Authentication. Replace (Server Name) with your Server Name.

Data Source=(Server Name);Initial Catalog=DataTier.Net.Database;Integrated Security=True;Encrypt=False;

DataTier.Net 4.9.0

04 Jan 13:33
Compare
Choose a tag to compare

DataTier.Net 4.9.0

This release was created because DataTier.Net now has a new Version 2 template structure with only two projects:

Data Access Component
Object Library

All the functionality is the same for now as the 4 project structure. Two projects makes it simpler to deploy.

The Object Library could be included in the Data Access Component, but I think it is better to separate them.

After installation, follow these steps:

  1. Create a SQL Server Database named DataTier.Net.Database
  2. Execute the SQL Script DataTier.Net.Database.Schema.sql, which can be found in your install directory.

The typical location of database scripts:

C:\Program Files (x86)\DataJuggler\DataTier.Net\SQL Scripts\DataTier.Net.Database.Schema.sql

Execute the script DataTier.NET.Database.Schema.sql

  1. Create a User Level Environment Variable named DataTierNetConnection, and set the value to a connection string for your DataTier.Net.Database.

Tip: Connection Builder is installed and will have a shortcut on your desktop. Use Connection Builder to create your connection string.

Example Connection String using Windows Authentication. Replace (Server Name) with your Server Name.

Data Source=(Server Name);Initial Catalog=DataTier.Net.Database;Integrated Security=True;Encrypt=False;

No file chosen
Attach files by dragging & dropping, selecting or pasting them.
DataTier.Net4.8.1.msi
(29.4 MB)
No file chosen
Attach binaries by dropping them here or selecting them.
Set as a pre-release
This release will be labeled as non-production ready
Set as the latest release
This release is labeled as the latest for this repository.
Tagging suggestions
It’s common practice to prefix your version names with the letter v. Some good tag names might be v1.0.0 or v2.3.4.

If the tag isn’t meant for production use, add a pre-release version after the version name. Some good pre-release versions might be v0.2.0-alpha or v5.9-beta.3.

Semantic versioning
If you’re new to releasing software, we highly recommend to learn more about semantic versioning.

A newly published release will automatically be labeled as the latest release for this repository.

If 'Set as the latest release' is unchecked, the latest release will be determined by higher semantic version and creation date. Learn more about release settings.

Footer
© 2024 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact
Manage cookies
Do not share my personal information
Edit release · DataJuggler/DataTier.Net

DataTier.Net 4.8.1

21 Nov 16:39
Compare
Choose a tag to compare

This release was created because DataTier.Net now supports targeting .NET 8.

After installation, follow these steps:

  1. Create a SQL Server Database named DataTier.Net.Database
  2. Execute the SQL Script DataTier.Net.Database.Schema.sql, which can be found in your install directory.

The typical location of database scripts:

C:\Program Files (x86)\DataJuggler\DataTier.Net\SQL Scripts\DataTier.Net.Database.Schema.sql

Execute the script DataTier.NET.Database.Schema.sql

  1. Create a User Level Environment Variable named DataTierNetConnection, and set the value to a connection string for your DataTier.Net.Database.

Tip: Connection Builder is installed and will have a shortcut on your desktop. Use Connection Builder to create your connection string.

Example Connection String using Windows Authentication. Replace (Server Name) with your Server Name.

Data Source=(Server Name);Initial Catalog=DataTier.Net.Database;Integrated Security=True;Encrypt=False;

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.