diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-06 18:22:55 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:45:19 -0400 |
commit | 9162f41462ad91e684260212141e1aeba0625933 (patch) | |
tree | 340aa5f0e82b53bd2a6561cfdcda65f112f7a864 /src | |
parent | 1dde811c36c2d03c17df4d09d978907bbd608787 (diff) | |
download | SMAPI-9162f41462ad91e684260212141e1aeba0625933.tar.gz SMAPI-9162f41462ad91e684260212141e1aeba0625933.tar.bz2 SMAPI-9162f41462ad91e684260212141e1aeba0625933.zip |
add redirect for old links until NuGet package is updated (#651)
Diffstat (limited to 'src')
-rw-r--r-- | src/SMAPI.sln | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.sln b/src/SMAPI.sln index 8ee91b11..73852d30 100644 --- a/src/SMAPI.sln +++ b/src/SMAPI.sln @@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{09CF91E5 EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{EB35A917-67B9-4EFA-8DFC-4FB49B3949BB}" ProjectSection(SolutionItems) = preProject + ..\docs\mod-build-config.md = ..\docs\mod-build-config.md ..\docs\README.md = ..\docs\README.md ..\docs\release-notes.md = ..\docs\release-notes.md EndProjectSection |