|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup Condition="'$(GlobalTool)' != false"> |
4 | | - <TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net6.0;net7.0</TargetFrameworks> |
5 | 5 | <PackAsTool>true</PackAsTool> |
6 | 6 | </PropertyGroup> |
7 | 7 |
|
|
18 | 18 | <LangVersion>latest</LangVersion> |
19 | 19 | <Product>DbUp Command Line Interface</Product> |
20 | 20 | <Authors>Sergey Tregub</Authors> |
21 | | - <Version>1.7.0</Version> |
| 21 | + <Version>1.8.0</Version> |
22 | 22 | <RepositoryUrl>https://github.com/drwatson1/dbup-cli</RepositoryUrl> |
23 | 23 | <Company /> |
24 | | - <Copyright>Copyright (c) 2022 Sergey Tregub</Copyright> |
| 24 | + <Copyright>Copyright (c) 2023 Sergey Tregub</Copyright> |
25 | 25 | <PackageProjectUrl>https://github.com/drwatson1/dbup-cli</PackageProjectUrl> |
26 | 26 | <RepositoryType>GitHub</RepositoryType> |
27 | 27 | <PackageTags>dbup database migration sqlserver postgresql mysql cockroachdb</PackageTags> |
28 | 28 | <PackAsTool>true</PackAsTool> |
29 | 29 | <ToolCommandName>dbup</ToolCommandName> |
30 | 30 | <PackageOutputPath>./nupkg</PackageOutputPath> |
31 | | - <PackageReleaseNotes>CockroachDB support, thanks to @lbguilherme</PackageReleaseNotes> |
| 31 | + <PackageReleaseNotes>Support .Net 7.0</PackageReleaseNotes> |
32 | 32 | <Title>DbUp Command Line Interface</Title> |
33 | 33 | <Description>Command line tool, that can be installed as a .Net global tool, that helps you to deploy changes to databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date.</Description> |
34 | 34 | <PackageLicenseUrl></PackageLicenseUrl> |
|
0 commit comments