Skip to content

Commit

Permalink
update (C)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Jan 10, 2021
1 parent 95689e2 commit d9762ba
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 max-ieremenko
Copyright (c) 2018-2021 max-ieremenko

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Sources/SqlDatabase.Package/choco/sqldatabase.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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-2020 Max Ieremenko.</copyright>
<copyright>(C) 2018-2021 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 SQL Server.</summary>
<description>SqlDatabase is a tool for SQL Server, allows to execute scripts, database migrations and export data.</description>
<releaseNotes>https://github.com/max-ieremenko/SqlDatabase/releases</releaseNotes>
<copyright>(C) 2018-2020 Max Ieremenko.</copyright>
<copyright>(C) 2018-2021 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
Binary file modified Sources/SqlDatabase.PowerShell/SqlDatabase.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/SqlDatabase/SqlDatabase.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageIconUrl>https://github.com/max-ieremenko/SqlDatabase/raw/master/icon-32.png</PackageIconUrl>
<PackageIcon>icon-32.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>(C) 2018-2020 Max Ieremenko.</Copyright>
<Copyright>(C) 2018-2021 Max Ieremenko.</Copyright>
<RepositoryType>git</RepositoryType>
<PackageTags>sqlserver sqlcmd migration-tool c-sharp command-line-tool miration-step sql-script sql-database database-migrations export-data</PackageTags>
</PropertyGroup>
Expand Down

0 comments on commit d9762ba

Please sign in to comment.