Skip to content

Commit

Permalink
(c) 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Dec 25, 2021
1 parent 4e4d32c commit 71e1b4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Sources/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SqlDatabase")]
[assembly: AssemblyCopyright("Copyright © 2018-2021 Max Ieremenko")]
[assembly: AssemblyCopyright("Copyright 2018-2022 Max Ieremenko")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
Expand Down
6 changes: 3 additions & 3 deletions Sources/SqlDatabase.Package/choco/sqldatabase.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
<licenseUrl>https://github.com/max-ieremenko/SqlDatabase/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/max-ieremenko/SqlDatabase</projectUrl>
<packageSourceUrl>https://github.com/max-ieremenko/SqlDatabase</packageSourceUrl>
<projectSourceUrl>https://github.com/max-ieremenko/SqlDatabase</projectSourceUrl>
<projectSourceUrl>https://github.com/max-ieremenko/SqlDatabase</projectSourceUrl>
<docsUrl>https://github.com/max-ieremenko/SqlDatabase/blob/master/README.md</docsUrl>
<bugTrackerUrl>https://github.com/max-ieremenko/SqlDatabase/issues</bugTrackerUrl>
<bugTrackerUrl>https://github.com/max-ieremenko/SqlDatabase/issues</bugTrackerUrl>
<iconUrl>https://github.com/max-ieremenko/SqlDatabase/raw/master/icon-32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Command-line tool and PowerShell module for SQL Server.</summary>
<description>SqlDatabase is a tool for SQL Server, allows to execute scripts, database migrations and export data.
Requires Powershell Core 6.1+ or PowerShell Desktop 5.1.</description>
<releaseNotes>https://github.com/max-ieremenko/SqlDatabase/releases</releaseNotes>
<copyright>(C) 2018-2021 Max Ieremenko.</copyright>
<copyright>(C) 2018-2022 Max Ieremenko.</copyright>
<tags>sqlserver sqlcmd migration-tool c-sharp command-line-tool miration-step sql-script sql-database database-migrations export-data</tags>
</metadata>

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 @@ -14,7 +14,7 @@
<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>
<copyright>(C) 2018-2021 Max Ieremenko.</copyright>
<copyright>(C) 2018-2022 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.
4 changes: 2 additions & 2 deletions Sources/SqlDatabase/SqlDatabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
<PackageIconUrl>https://github.com/max-ieremenko/SqlDatabase/raw/master/icon-32.png</PackageIconUrl>
<PackageIcon>icon-32.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>(C) 2018-2021 Max Ieremenko.</Copyright>
<Copyright>(C) 2018-2022 Max Ieremenko.</Copyright>
<RepositoryType>git</RepositoryType>
<PackageTags>sqlserver postgresql mysql mysql-database sqlcmd migration-tool c-sharp command-line-tool miration-step sql-script sql-database database-migrations export-data</PackageTags>
<PackageTags>sqlserver database postgresql mysql mysql-database sqlcmd migration-tool c-sharp command-line-tool miration-step sql-script sql-database database-migrations export-data</PackageTags>
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)' != 'Debug'" Label="Packaging">
Expand Down

0 comments on commit 71e1b4d

Please sign in to comment.