Skip to content

Commit 845a6ce

Browse files
committed
Release v2.0.2
1 parent 654b362 commit 845a6ce

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

How-to-release.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Upload to https://www.nuget.org/packages/manage/upload
66
- Make a cup of coffee
77
- Update the version of the referenced Nuget package in the NugetTest project to the package that was just uploaded and run the test.
8-
- If the build and test succeeds we are ready to release. Commit the changes, and push this to github.
9-
- Add a new version tag (git tag vx.y.z) and push this too (git push --tags)
8+
- dotnet add Rubjerg.Graphviz.NugetTest\Rubjerg.Graphviz.NugetTest.csproj package Rubjerg.Graphviz
9+
- If the build and test succeeds we are ready to release. Commit the changes, add the tag, and push this to github.
10+
- git commit -am 'Release vx.y.z'
11+
- git tag vx.y.z
12+
- git push github --tags
1013
- In GitHub, add a new release of the just pushed commit at https://github.com/Rubjerg/Graphviz.NetWrapper/releases.

Rubjerg.Graphviz.NugetTest/Rubjerg.Graphviz.NugetTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<Version>4.7.1221</Version>
2626
</PackageReference>
2727
<PackageReference Include="Rubjerg.Graphviz">
28-
<Version>2.0.1</Version>
28+
<Version>2.0.2</Version>
2929
</PackageReference>
3030
<!--We need both packages below to run the tests in VS https://github.com/microsoft/vstest/issues/1870-->
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.0" />

Rubjerg.Graphviz/Rubjerg.Graphviz.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
1010
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1111
<NoWarn>1701;1702;NU5100</NoWarn>
12-
<Version>2.0.1</Version>
12+
<Version>2.0.2</Version>
1313
<Authors>Chiel ten Brinke</Authors>
1414
<Company>Rubjerg</Company>
1515
<Description>Lean wrapper around Graphviz for building graphs, reading/writing dot files, exporting images, or reading out layout parameters.</Description>

0 commit comments

Comments
 (0)