Skip to content

Commit

Permalink
Merge pull request #42 from max-ieremenko/feature/target-release-page
Browse files Browse the repository at this point in the history
nuget/pwsh module release notes: target the concrete release page
  • Loading branch information
max-ieremenko authored Mar 17, 2024
2 parents 50a0a0d + ebec041 commit 032953c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Product>SqlDatabase</Product>
<Authors>Max Ieremenko</Authors>
<Description>SqlDatabase is a tool for MSSQL Server, PostgreSQL and MySQL, allows executing scripts, database migrations and data export.</Description>
<PackageReleaseNotes>https://github.com/max-ieremenko/SqlDatabase/releases</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/max-ieremenko/SqlDatabase/releases/tag/$(SqlDatabaseVersion)</PackageReleaseNotes>
<RepositoryUrl>https://github.com/max-ieremenko/SqlDatabase</RepositoryUrl>
<PackageProjectUrl>https://github.com/max-ieremenko/SqlDatabase</PackageProjectUrl>
<PackageIconUrl>https://github.com/max-ieremenko/SqlDatabase/raw/master/icon-32.png</PackageIconUrl>
Expand Down
2 changes: 1 addition & 1 deletion Sources/SqlDatabase.Package/nuget/package.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Command-line tool and PowerShell module for MSSQL Server, PostgreSQL and MySQL.</summary>
<description>SqlDatabase is a tool for MSSQL Server, PostgreSQL and MySQL, allows to execute scripts, database migrations and export data.</description>
<releaseNotes>https://github.com/max-ieremenko/SqlDatabase/releases</releaseNotes>
<releaseNotes>https://github.com/max-ieremenko/SqlDatabase/releases/tag/$Version$</releaseNotes>
<copyright>(C) 2018-2024 Max Ieremenko.</copyright>
<tags>sqlserver postgresql mysql mysql-database sqlcmd migration-tool c-sharp command-line-tool miration-step sql-script sql-database database-migrations export-data</tags>
</metadata>
Expand Down
Binary file modified Sources/SqlDatabase.PowerShell/SqlDatabase.psd1
Binary file not shown.

0 comments on commit 032953c

Please sign in to comment.