LoafOrc / FacilityMeltdown

Maybe taking the appartus isn't such a great idea...
8 stars 6 forks source link

Housekeeping #1

Closed Lordfirespeed closed 8 months ago

Lordfirespeed commented 8 months ago

Once you have merged this and pulled changes, you need to

  1. Copy/paste the .template.*.user files and rename them to .*.user (remove the .template part)
    • the first one is solution-wide, FacilityMeltdown.props.user
    • the second one is project-specific, FacilityMeltdown/FacilityMeltdown.csproj.user
  2. Edit the files you just made to fix paths set in property groups. All directory paths should include the trailing /
  3. dotnet restore

To change the version number, git commit your changes, then git tag v1.5.3 for example. The preceding v is important - MinVer is configured to ignore any tags that don't start with v.