From 471f75c49abd4d0a4ae73cdc80efca931aea3dce Mon Sep 17 00:00:00 2001 From: Valentin Date: Tue, 8 Aug 2023 12:39:53 +0200 Subject: [PATCH] 3.0.0-beta1 release --- README.md | 6 +++--- Sources/DotNetGraph/DotNetGraph.nuspec | 4 ++-- Sources/DotNetGraph/pack.sh | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) create mode 100755 Sources/DotNetGraph/pack.sh diff --git a/README.md b/README.md index 9df852b..129c843 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ![Logo](Resources/icon_64.png) -Create **GraphViz DOT graph** with **dotnet**. +Create **GraphViz DOT graph** with **dotnet** (compatible with **.NET Standard 2.0** and higher). -Available on NuGet: [![#](https://img.shields.io/nuget/v/DotNetGraph.svg)](https://www.nuget.org/packages/DotNetGraph/) +Current stable version: [![#](https://img.shields.io/nuget/v/DotNetGraph.svg)](https://www.nuget.org/packages/DotNetGraph/) -Compatible with **.NET Standard 2.0** and higher. +Latest version: [![#](https://img.shields.io/nuget/vpre/DotNetGraph.svg)](https://www.nuget.org/packages/DotNetGraph/absoluteLatest) # Usage diff --git a/Sources/DotNetGraph/DotNetGraph.nuspec b/Sources/DotNetGraph/DotNetGraph.nuspec index 0c156c3..7d15a8a 100644 --- a/Sources/DotNetGraph/DotNetGraph.nuspec +++ b/Sources/DotNetGraph/DotNetGraph.nuspec @@ -4,14 +4,14 @@ DotNetGraph DotNetGraph - 3.0.0 + 3.0.0-beta1 VFRZ VFRZ icon.png https://github.com/vfrz/DotNetGraph Create Graphviz DOT graph with dotnet - Initial 3.0 release + 3.0 beta 1 release Copyright 2023 DOT Graphviz Graph Visualization Graphs true diff --git a/Sources/DotNetGraph/pack.sh b/Sources/DotNetGraph/pack.sh new file mode 100755 index 0000000..7c4ccdd --- /dev/null +++ b/Sources/DotNetGraph/pack.sh @@ -0,0 +1,2 @@ +dotnet build -c Release +dotnet pack ./DotNetGraph.csproj -c Release -p:NuspecFile=./DotNetGraph.nuspec \ No newline at end of file