Releases: Seddryck/DubUrl
Releases · Seddryck/DubUrl
DubUrl 0.2.11
What's Changed
Other Changes 🪛
- ci: version number and release publication based on conventional commits by @Seddryck in #596
- ci: check if the release is not already published before attempting to publish it by @Seddryck in #600
- ci: mapping between conventional commits and labels is configured in a specific file by @Seddryck in #601
- ci: fix mapping from file conversion issue by @Seddryck in #602
- ci: bump from postgresql 13 to postgresql 15 by @Seddryck in #603
- chore: bump MySql.Data, Microsoft.AnalysisServices.AdomdClient, Microsoft.Data.Sqlite.Core by @github-actions in #621
Full Changelog: v0.2.10...v0.2.11
DubUrl 0.2.10
DubUrl 0.2.10
What's Changed
- Extension to support ADOMD.NET by @Seddryck in #567
- Add support for Power BI Premium through ADOMD.NET provider by @Seddryck in #568
- Add support for Power BI Desktop through ADOMD.NET provider by @Seddryck in #569
- Override assembly name for the definition of the ProviderInvariantName by @Seddryck in #573
How to update
dotnet CLI
dotnet add package DubUrl --version 0.2.10
NuGet Package Manager Console (PowerShell)
Update-Package DubUrl -Version 0.2.10