Skip to content

Commit

Permalink
Post split cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jan 30, 2024
1 parent 6291130 commit 108f914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
# Using this Template

1. Create a new Repository in GitHub based on this template
- The name should be `dbup-nameofthefirebird`
- It should be public
1. Clone it
1. Open it in VSCode or other light weight editor that doesn't have strong opinions about solution/project structure (i.e. not Rider/VS)
1. Search for `Firebird` and replace with the new provider's name, **turning on the preserve case option**
1. Rename the following:
- `dbup-firebird.sln`
- `dbup-firebird.sln.DotSettings`
- `dbup-firebird\dbup-firebird.csproj`
- `dbup-firebird` directory
1. Run `dotnet build` to ensure it builds
1. Delete these instructions up to and including the next line, then check in

[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/DbUp/dbup-firebird/CI/main)](https://github.com/DbUp/dbup-firebird/actions/workflows/main.yml?query=branch%3Amain)
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/DbUp/dbup-firebird/main.yml?branch=main)](https://github.com/DbUp/dbup-firebird/actions/workflows/main.yml?query=branch%3Amain)
[![NuGet](https://img.shields.io/nuget/dt/dbup-firebird.svg)](https://www.nuget.org/packages/dbup-firebird)
[![NuGet](https://img.shields.io/nuget/v/dbup-firebird.svg)](https://www.nuget.org/packages/dbup-firebird)
[![Prerelease](https://img.shields.io/nuget/vpre/dbup-firebird?color=orange&label=prerelease)](https://www.nuget.org/packages/dbup-firebird)
Expand Down
2 changes: 1 addition & 1 deletion src/Sample/Sample.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0</TargetFrameworks>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 108f914

Please sign in to comment.