CZEMacLeod / MSBuild.SDK.SystemWeb

This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.
MIT License
151 stars 8 forks source link

Update files to remove explicit version number in readmes and templates #63

Open CZEMacLeod opened 1 year ago

CZEMacLeod commented 1 year ago

Add code to replace version number placeholders with current version during build.

Previously, it was difficult to ensure that the templates and readme files had the correct version number included in the examples. Often it was required to do a build and publish a set of packages to determine the next version number, then unlist them and publish a new set of packages with just the version numbers updated.

This change now uses placeholders and code to replace them on the fly whilst building the packages.