AdamsLair/duality

Make it easier for end users to find the source code of sample projects

Barsonax opened this issue · 1 comments

Summary

In #786 we moved to the newest nuget version for managing packages by using the default tooling .NET gives us. One of the breaking changes was that any content that is included in the package is now immutable. This meant it was no longer feasible to include the source code in the package itself.

We should still make it easy for users to find the source code. Be it a link to github or otherwise.

Solved in #809