Each project is its own NuGet package.
-
Update the version number in every
.csproj
file using Replace-All on (for example)<Version>2.1.0</Version>
. -
In PowerShell run
./Publish-NuGetPackages.ps1 x.x.x
where
x.x.x
is the version number.
Each project is its own NuGet package.
Update the version number in every .csproj
file using Replace-All on (for example) <Version>2.1.0</Version>
.
In PowerShell run
./Publish-NuGetPackages.ps1 x.x.x
where x.x.x
is the version number.