Skip to content

Commit

Permalink
Add release notes (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
zijchen authored Dec 13, 2024
1 parent c8d581d commit 4e8e5df
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
18 changes: 18 additions & 0 deletions release-notes/Microsoft.Build.Sql/0.2.5-preview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Release Notes

## Microsoft.Build.Sql 0.2.5-preview - 2024-11-22

This update brings the below changes over the previous release:

### Added
* Added code analysis sample template, can be created via `dotnet new sqlcodeanalysis`. [#515](https://github.com/microsoft/DacFx/pull/515)
* Added support for [SQL database in Fabric](https://learn.microsoft.com/en-us/fabric/database/sql/overview) in the target platform `SqlDbFabricDatabaseSchemaProvider`.

### Fixed
* Fixed SSDT loading error started in SDK version 0.2.4-preview. [#524](https://github.com/microsoft/DacFx/pull/524)
* Fixed `:r` included files in pre/post-deployment scripts being also included in build. [#497](https://github.com/microsoft/DacFx/pull/497)
* Fixed build error when referencing synonym on table with UDT of same name.
* Fixed unresolved reference error to `ISJSON` function in stored procedures.

### Changed
- Updated DacFx version to 162.5.57 and System.IO.Packaging to 8.0.1. [#530](https://github.com/microsoft/DacFx/pull/530)
18 changes: 18 additions & 0 deletions release-notes/Microsoft.Build.Sql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Microsoft.Build.Sql and Templates Releases

The following Microsoft.Build.Sql and Microsoft.Build.Sql.Templates releases have been shipped:

| Release Date | Version | Notes |
| :-- | :-- | :--: |
| 2024-11-22 | 0.2.5-preview | [release notes](0.2.5-preview.md) |
| 2024-11-01 | 0.2.4-preview | |
| 2024-09-19 | 0.2.3-preview | |
| 2024-07-17 | 0.2.0-preview | |
| 2024-06-06 | 0.1.19-preview | |
| 2024-02-27 | 0.1.15-preview | |
| 2023-10-23 | 0.1.14-preview | |
| 2023-08-28 | 0.1.12-preview | |
| 2023-05-11 | 0.1.10-preview | |
| 2023-02-13 | 0.1.9-preview | |
| 2022-11-10 | 0.1.7-preview | |
| 2022-02-28 | 0.1.3-preview | |
1 change: 1 addition & 0 deletions src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<NuspecFile>$(MSBuildThisFileDirectory)Microsoft.Build.Sql.nuspec</NuspecFile>
<PackageType>MSBuildSDK</PackageType>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql</PackageReleaseNotes>
<IncludeBuildOutput>false</IncludeBuildOutput>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Build.Sql/Microsoft.Build.Sql.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<license type="file">LICENSE.txt</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<readme>README.md</readme>
<releaseNotes>https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql</releaseNotes>
</metadata>
<files>
<file src="sdk\**" target="sdk" />
Expand Down
1 change: 1 addition & 0 deletions src/Microsoft.Build.Sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Depending on where you are developing, additional steps may be required. A walk-

## Resources

- [Release notes](https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql)
- [Primary documentation](https://aka.ms/sqlprojects)
- [CI/CD workflow samples](https://aka.ms/sqlprojects-samples)
- [GitHub repository](https://github.com/microsoft/dacfx)
Expand Down

0 comments on commit 4e8e5df

Please sign in to comment.