Skip to content

postsharp/PostSharp.Engineering.ProductTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

801c850 · Aug 5, 2024

History

23 Commits
Oct 27, 2022
Aug 5, 2024
Aug 5, 2024
Dec 3, 2021
Jan 6, 2022
Feb 1, 2022
Aug 5, 2024
Oct 27, 2022
Aug 5, 2024
Jan 6, 2022
Aug 5, 2024
Aug 5, 2024
Jan 6, 2022
Dec 3, 2021
Aug 5, 2024

Repository files navigation

PostSharp.Engineering.ProductTemplate

This repo is a template for new repos that are built using PostSharp.Engineering.

This repo assumes it builds a product named My.Product. A product, in the context of PostSharp.Engineering, is essentially synonym to a repo, and it can produce several deployable artifacts, typically several NuGet packages. All artifacts in the same product have the same version and build number.

After cloning the repo, you should do this:

  • Use Build.ps1 tools git rename to rename My.Product into your product name, with dots.
  • Use Visual Studio Code find-and-replace all to rename:
    • My.Product into your product name with dots,
    • MyProduct into your product name without dots.

The build entry point is Build.ps1.

For more instructions, see https://github.com/postsharp/PostSharp.Engineering.