Skip to content

Commit 4382fcc

Browse files
committed
Release 2.0.1
1 parent 4d35dfa commit 4382fcc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

How-to-release.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Upload the generated .nupkg file to nuget.org.
44
- Located at Rubjerg.Graphviz\bin\x64\Release\Rubjerg.Graphviz.x.y.z.nupkg
55
- Upload to https://www.nuget.org/packages/manage/upload
6+
- Make a cup of coffee
67
- Update the version of the referenced Nuget package in the NugetTest project to the package that was just uploaded and run the test.
78
- If the build and test succeeds we are ready to release. Commit the changes, and push this to github.
89
- 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.0</Version>
28+
<Version>2.0.1</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.0</Version>
12+
<Version>2.0.1</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)