From 845a6ceeedc38a1121a9beb1ce2c992a9f96e723 Mon Sep 17 00:00:00 2001 From: chtenb Date: Fri, 9 Feb 2024 08:58:01 +0100 Subject: [PATCH] Release v2.0.2 --- How-to-release.txt | 7 +++++-- .../Rubjerg.Graphviz.NugetTest.csproj | 2 +- Rubjerg.Graphviz/Rubjerg.Graphviz.csproj | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/How-to-release.txt b/How-to-release.txt index 82f1338..809d123 100644 --- a/How-to-release.txt +++ b/How-to-release.txt @@ -5,6 +5,9 @@ - Upload to https://www.nuget.org/packages/manage/upload - Make a cup of coffee - Update the version of the referenced Nuget package in the NugetTest project to the package that was just uploaded and run the test. -- If the build and test succeeds we are ready to release. Commit the changes, and push this to github. -- Add a new version tag (git tag vx.y.z) and push this too (git push --tags) + - dotnet add Rubjerg.Graphviz.NugetTest\Rubjerg.Graphviz.NugetTest.csproj package Rubjerg.Graphviz +- If the build and test succeeds we are ready to release. Commit the changes, add the tag, and push this to github. + - git commit -am 'Release vx.y.z' + - git tag vx.y.z + - git push github --tags - In GitHub, add a new release of the just pushed commit at https://github.com/Rubjerg/Graphviz.NetWrapper/releases. diff --git a/Rubjerg.Graphviz.NugetTest/Rubjerg.Graphviz.NugetTest.csproj b/Rubjerg.Graphviz.NugetTest/Rubjerg.Graphviz.NugetTest.csproj index 9641a44..60eb45b 100644 --- a/Rubjerg.Graphviz.NugetTest/Rubjerg.Graphviz.NugetTest.csproj +++ b/Rubjerg.Graphviz.NugetTest/Rubjerg.Graphviz.NugetTest.csproj @@ -25,7 +25,7 @@ 4.7.1221 - 2.0.1 + 2.0.2 diff --git a/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj b/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj index 55cb4c3..6abd7d7 100644 --- a/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj +++ b/Rubjerg.Graphviz/Rubjerg.Graphviz.csproj @@ -9,7 +9,7 @@ AllEnabledByDefault true 1701;1702;NU5100 - 2.0.1 + 2.0.2 Chiel ten Brinke Rubjerg Lean wrapper around Graphviz for building graphs, reading/writing dot files, exporting images, or reading out layout parameters.