Skip to content

Commit

Permalink
Prep CLI RC 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Aug 11, 2023
1 parent 7dbd11b commit bed5042
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/GUI/efcpt.6/efcpt.6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>Entity Framework Core Power Tools command line tool </Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>6.0.0-rc.7</PackageVersion>
<InformationalVersion>6.0.0-rc.7</InformationalVersion>
<PackageVersion>6.0.0-rc.8</PackageVersion>
<InformationalVersion>6.0.0-rc.8</InformationalVersion>
<Version>6.0.0</Version>
<RepositoryUrl>https://github.com/ErikEJ/EFCorePowerTools</RepositoryUrl>
<PackageProjectUrl>https://github.com/ErikEJ/EFCorePowerTools</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/GUI/efcpt.8/efcpt.8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>Entity Framework Core Power Tools command line tool </Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>8.0.0-rc.7</PackageVersion>
<InformationalVersion>8.0.0-rc.7</InformationalVersion>
<PackageVersion>8.0.0-rc.8</PackageVersion>
<InformationalVersion>8.0.0-rc.8</InformationalVersion>
<Version>8.0.0</Version>
<RepositoryUrl>https://github.com/ErikEJ/EFCorePowerTools</RepositoryUrl>
<PackageProjectUrl>https://github.com/ErikEJ/EFCorePowerTools</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/GUI/efcpt/efcpt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<Description>Entity Framework Core Power Tools command line tool</Description>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageVersion>7.0.0-rc.7</PackageVersion>
<InformationalVersion>7.0.0-rc.7</InformationalVersion>
<PackageVersion>7.0.0-rc.8</PackageVersion>
<InformationalVersion>7.0.0-rc.8</InformationalVersion>
<Version>7.0.0</Version>
<RepositoryUrl>https://github.com/ErikEJ/EFCorePowerTools</RepositoryUrl>
<PackageProjectUrl>https://github.com/ErikEJ/EFCorePowerTools</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/efcpt/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Cross platform command line tool for advanced EF Core reverse engineering. See t

## Getting started

The tool runs on any operating system with the .NET 6.0 runtime installed.
The tool runs on any operating system with the .NET 6.0 / .NET 8.0 runtime installed.

For a quick intro you can watch [this 2 minute demo video](https://www.youtube.com/watch?v=mtz-O6VXAc0&t=56s).

Expand Down

0 comments on commit bed5042

Please sign in to comment.