Skip to content

Commit 4e8e5df

Browse files
authored
Add release notes (#543)
1 parent c8d581d commit 4e8e5df

File tree

5 files changed

+39
-0
lines changed

5 files changed

+39
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Release Notes
2+
3+
## Microsoft.Build.Sql 0.2.5-preview - 2024-11-22
4+
5+
This update brings the below changes over the previous release:
6+
7+
### Added
8+
* Added code analysis sample template, can be created via `dotnet new sqlcodeanalysis`. [#515](https://github.com/microsoft/DacFx/pull/515)
9+
* Added support for [SQL database in Fabric](https://learn.microsoft.com/en-us/fabric/database/sql/overview) in the target platform `SqlDbFabricDatabaseSchemaProvider`.
10+
11+
### Fixed
12+
* Fixed SSDT loading error started in SDK version 0.2.4-preview. [#524](https://github.com/microsoft/DacFx/pull/524)
13+
* Fixed `:r` included files in pre/post-deployment scripts being also included in build. [#497](https://github.com/microsoft/DacFx/pull/497)
14+
* Fixed build error when referencing synonym on table with UDT of same name.
15+
* Fixed unresolved reference error to `ISJSON` function in stored procedures.
16+
17+
### Changed
18+
- Updated DacFx version to 162.5.57 and System.IO.Packaging to 8.0.1. [#530](https://github.com/microsoft/DacFx/pull/530)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Microsoft.Build.Sql and Templates Releases
2+
3+
The following Microsoft.Build.Sql and Microsoft.Build.Sql.Templates releases have been shipped:
4+
5+
| Release Date | Version | Notes |
6+
| :-- | :-- | :--: |
7+
| 2024-11-22 | 0.2.5-preview | [release notes](0.2.5-preview.md) |
8+
| 2024-11-01 | 0.2.4-preview | |
9+
| 2024-09-19 | 0.2.3-preview | |
10+
| 2024-07-17 | 0.2.0-preview | |
11+
| 2024-06-06 | 0.1.19-preview | |
12+
| 2024-02-27 | 0.1.15-preview | |
13+
| 2023-10-23 | 0.1.14-preview | |
14+
| 2023-08-28 | 0.1.12-preview | |
15+
| 2023-05-11 | 0.1.10-preview | |
16+
| 2023-02-13 | 0.1.9-preview | |
17+
| 2022-11-10 | 0.1.7-preview | |
18+
| 2022-02-28 | 0.1.3-preview | |

src/Microsoft.Build.Sql/Microsoft.Build.Sql.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<NuspecFile>$(MSBuildThisFileDirectory)Microsoft.Build.Sql.nuspec</NuspecFile>
66
<PackageType>MSBuildSDK</PackageType>
77
<PackageReadmeFile>README.md</PackageReadmeFile>
8+
<PackageReleaseNotes>https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql</PackageReleaseNotes>
89
<IncludeBuildOutput>false</IncludeBuildOutput>
910
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1011

src/Microsoft.Build.Sql/Microsoft.Build.Sql.nuspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<license type="file">LICENSE.txt</license>
2020
<requireLicenseAcceptance>false</requireLicenseAcceptance>
2121
<readme>README.md</readme>
22+
<releaseNotes>https://github.com/microsoft/DacFx/tree/main/release-notes/Microsoft.Build.Sql</releaseNotes>
2223
</metadata>
2324
<files>
2425
<file src="sdk\**" target="sdk" />

src/Microsoft.Build.Sql/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Depending on where you are developing, additional steps may be required. A walk-
5555

5656
## Resources
5757

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

0 commit comments

Comments
 (0)