From 10cc7aa5c5bafa491367f58167af52303d0dbff4 Mon Sep 17 00:00:00 2001 From: caran Date: Tue, 11 Jun 2024 16:51:25 +0200 Subject: [PATCH] Cleanup Package generation --- Directory.Build.Props | 22 ---------------------- dotnetYang/dotnetYang.csproj | 20 ++++++++++++++++++-- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/Directory.Build.Props b/Directory.Build.Props index 2ab2124..c1df222 100644 --- a/Directory.Build.Props +++ b/Directory.Build.Props @@ -1,24 +1,2 @@ - - true - MIT - README_NUGET.md - https://github.com/westermo/DotnetYang - https://github.com/westermo/DotnetYang - git - icon.png - roslyn, yang, compile-time, network, xml, netconf - $([System.DateTime]::Now.ToString(yyyy)) - Westermo Network Technologies AB - Copyright © Westermo Network Technologies AB $(CurrentYear) - Westermo Network Technologies AB - dotnetYang is a source generator for converting .yang files into C# Code - - - - - - - - \ No newline at end of file diff --git a/dotnetYang/dotnetYang.csproj b/dotnetYang/dotnetYang.csproj index e53705f..906dcb3 100644 --- a/dotnetYang/dotnetYang.csproj +++ b/dotnetYang/dotnetYang.csproj @@ -7,7 +7,20 @@ true false YangParser - true + false + true + MIT + README_NUGET.md + https://github.com/westermo/DotnetYang + https://github.com/westermo/DotnetYang + git + icon.png + roslyn, yang, compile-time, network, xml, netconf + $([System.DateTime]::Now.ToString(yyyy)) + Westermo Network Technologies AB + Copyright © Westermo Network Technologies AB $(CurrentYear) + Westermo Network Technologies AB + dotnetYang is a source generator for converting .yang files into C# Code @@ -18,11 +31,14 @@ - + + + +