Skip to content

Commit

Permalink
3.0.0-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vfrz committed Aug 8, 2023
1 parent 7579cb3 commit 471f75c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Sources/DotNetGraph/DotNetGraph.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<metadata>
<id>DotNetGraph</id>
<title>DotNetGraph</title>
<version>3.0.0</version>
<version>3.0.0-beta1</version>
<authors>VFRZ</authors>
<owners>VFRZ</owners>
<icon>icon.png</icon>
<projectUrl>https://github.com/vfrz/DotNetGraph</projectUrl>
<repository type="git" url="https://github.com/vfrz/DotNetGraph.git"/>
<description>Create Graphviz DOT graph with dotnet</description>
<releaseNotes>Initial 3.0 release</releaseNotes>
<releaseNotes>3.0 beta 1 release</releaseNotes>
<copyright>Copyright 2023</copyright>
<tags>DOT Graphviz Graph Visualization Graphs</tags>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
Expand Down
2 changes: 2 additions & 0 deletions Sources/DotNetGraph/pack.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dotnet build -c Release
dotnet pack ./DotNetGraph.csproj -c Release -p:NuspecFile=./DotNetGraph.nuspec

0 comments on commit 471f75c

Please sign in to comment.