diff --git a/Directory.Build.props b/Directory.Build.props index 087f9d52..df7b9253 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,15 +1,15 @@ - + - 8.0 + preview enable CA1062, CA1303, - + $(MSBuildProjectName) 0.4.2 CSharpMath Contributors (verybadcat, Happypig375, charlesroddie, FoggyFinder) @@ -32,9 +32,13 @@ https://github.com/verybadcat/CSharpMath.git git master - - 6678311f2f4f711ce6992e20ea31cd095205f651 - + + + + true + true + true + snupkg + - - - + + + + - - + + - + \ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md index a10ff532..ac5c0042 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -291,7 +291,15 @@ For those who wish to be even more updated than prereleases, you can opt in to t ``` -7. Replace `PACKAGE` in the above file by the package name in the webpage, e.g. `CSharpMath.SkiaSharp`, and `VERSION` by the version in the webpage, e.g. `0.4.2-ci-9db8a6dec29202804764fab9d6f7f19e43c3c083`. The 40-digit hexadecimal number at the end of the version is the Git commit that was the package was built on. CI versions are after the current version, aka `0.4.1-ci-xxx` → `0.4.2` → `0.4.2-ci-xxx`. +7. Replace `PACKAGE` in the above file by the package name in the webpage, e.g. `CSharpMath.SkiaSharp`, and `VERSION` by the version in the webpage, e.g. `0.4.2-ci-9db8a6dec29202804764fab9d6f7f19e43c3c083`. The 40-digit hexadecimal number at the end of the version is the Git commit that was the package was built on. CI versions for a version are newer than that version, aka chronologically `0.4.1-ci-xxx` → `0.4.2` → `0.4.2-ci-xxx`. +### SourceLink for CI packages + +Unfortunately, non-NuGet.org feeds do not support `.snupkg`s, so you will have to download all the packages yourself. +1. Go to https://github.com/verybadcat/CSharpMath/actions?query=workflow%3ABuild +2. Open the latest build +3. Download artifacts +4. Extract the files to a folder +5. Add the folder as a local NuGet feed to Visual Studio according to https://docs.microsoft.com/en-gb/nuget/consume-packages/install-use-packages-visual-studio#package-sources # Project structure