-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
907849e
commit 10cc7aa
Showing
2 changed files
with
18 additions
and
24 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,24 +1,2 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<EnablePackageValidation>true</EnablePackageValidation> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<PackageReadmeFile>README_NUGET.md</PackageReadmeFile> | ||
<PackageProjectUrl>https://github.com/westermo/DotnetYang</PackageProjectUrl> | ||
<RepositoryUrl>https://github.com/westermo/DotnetYang</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<PackageIcon>icon.png</PackageIcon> | ||
<PackageTags>roslyn, yang, compile-time, network, xml, netconf</PackageTags> | ||
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear> | ||
<Company>Westermo Network Technologies AB</Company> | ||
<Copyright>Copyright © Westermo Network Technologies AB $(CurrentYear)</Copyright> | ||
<Authors>Westermo Network Technologies AB</Authors> | ||
<Description>dotnetYang is a source generator for converting .yang files into C# Code</Description> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="$(ProjectDir)../README_NUGET.md" Link="README.md" Pack="true" PackagePath="/" Condition="Exists('$(ProjectDir)../README.md')"/> | ||
<None Include="$(ProjectDir)../icon.png" Link="icon.png" Pack="true" PackagePath="/" Condition="Exists('$(ProjectDir)../icon.png')"/> | ||
<None Include="$(ProjectDir)../LICENSE" Link="LICENSE" Pack="true" PackagePath="/" Condition="Exists('$(ProjectDir)../LICENSE')"/> | ||
</ItemGroup> | ||
|
||
</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