-
-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #958 from MattKotsenas/refactor/dotnet-pack
Switch from .nuspec files to project properties +semver:fix
- Loading branch information
Showing
6 changed files
with
29 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
|
||
<PackageProjectUrl>https://github.com/aaubry/YamlDotNet</PackageProjectUrl> | ||
<PropertyGroup Label="Package properties"> | ||
<Authors>Antoine Aubry</Authors> | ||
<PackageProjectUrl>https://github.com/aaubry/YamlDotNet/wiki</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/aaubry/YamlDotNet</RepositoryUrl> | ||
<Description>YamlDotNet is a .NET library for YAML. YamlDotNet provides low level parsing and emitting of YAML as well as a high level object model similar to XmlDocument. A serialization library is also included that allows to read and write objects from and to YAML streams.</Description> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<Copyright>Copyright (c) Antoine Aubry and contributors</Copyright> | ||
<PackageTags>yaml parser development library serialization</PackageTags> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<LangVersion>12.0</LangVersion> | ||
|
||
</PropertyGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 0 additions & 24 deletions
24
YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.nuspec
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters