AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 289 forks source link

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

Closed Barsonax closed 4 years ago

Barsonax commented 4 years ago

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.

Barsonax commented 4 years ago

Solved in #809