Skip to content

Commit 7a03b8d

Browse files
committed
Modernize code, improve packaging
We can simply depend on JsonPoke as a dependency, which will automatically bring into MSBuild the JsonPoke task we use, no need to complicate packaging for that. Clean root folder structure by moving img under assets, update some screenshots and readme wording. Also add a package-level readme with better selective content inclusion.
1 parent 25c4af8 commit 7a03b8d

21 files changed

+440
-462
lines changed

SmallSharp.sln

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30516.212
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.5.33103.201
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5420D663-3EA6-419B-8F73-C7EA374CFBBE}"
77
ProjectSection(SolutionItems) = preProject
88
.editorconfig = .editorconfig
99
.netconfig = .netconfig
10-
.github\dependabot.yml = .github\dependabot.yml
11-
src\Directory.Build.props = src\Directory.Build.props
12-
src\Directory.Build.targets = src\Directory.Build.targets
1310
src\Directory.props = src\Directory.props
1411
readme.md = readme.md
1512
EndProjectSection
1613
EndProject
1714
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{FFAB61A4-707D-4C79-A364-BF259FA865BB}"
1815
ProjectSection(SolutionItems) = preProject
1916
.github\workflows\build.yml = .github\workflows\build.yml
20-
.github\workflows\changelog.yml = .github\workflows\changelog.yml
21-
.github\workflows\pages.yml = .github\workflows\pages.yml
2217
.github\workflows\publish.yml = .github\workflows\publish.yml
23-
.github\workflows\release-notes.yml = .github\workflows\release-notes.yml
24-
.github\workflows\sponsors.ps1 = .github\workflows\sponsors.ps1
25-
.github\workflows\sponsors.yml = .github\workflows\sponsors.yml
2618
EndProjectSection
2719
EndProject
2820
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmallSharp", "src\SmallSharp\SmallSharp.csproj", "{97648980-AA30-4AC0-B8E9-FCF6359F56A0}"

assets/img/NewConsoleProject.png

23.1 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)