Commit 957c7f7
Consolidate nuspec into csproj (#135)
Most information from nuspec can be specified in the csproj.
This has the benefit that all information is located in a single place and that previously duplicated information can no longer be out of sync.
Currently release notes and package dependencies are out of sync.
I've added the following:
* Xavier Fischer as Author.
* Referred MIT license directly instead of throught `LICENSE.MD`
* link to github project page
* link to git repository
csproj does not support the concepts of `<owners>` and `<language>` so I've left them out.
The following tags are automatically inferred:
* `<id>` from project name
* `requireLicenseAcceptance` defaults to `false`
* `AssemblyVersion` is `$(Version).0`
Some good resources:
* https://github.com/NuGet/Home/wiki/Adding-nuget-pack-as-a-msbuild-target
* https://andrewlock.net/version-vs-versionsuffix-vs-packageversion-what-do-they-all-mean/1 parent 335e9d7 commit 957c7f7
2 files changed
+7
-33
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 5 | | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
21 | 23 | | |
0 commit comments