Skip to content

Commit b235ca2

Browse files
Update README
Add nerdback versioning for 1.1
1 parent e6bbf2a commit b235ca2

6 files changed

Lines changed: 55 additions & 19 deletions

File tree

Directory.Build.props

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
5+
<PrivateAssets>all</PrivateAssets>
6+
<Version>3.7.115</Version>
7+
</PackageReference>
8+
</ItemGroup>
9+
</Project>

MermaidGraph.NET.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ classDiagram
1616
}
1717
class Microsoft.Build{
1818
type NuGet
19-
version 17.12.6
19+
version 17.13.9
2020
}
2121
mermaid-graph ..> Microsoft.Build
2222
class Microsoft.Build.Locator{
2323
type NuGet
24-
version 1.7.8
24+
version 1.9.1
2525
}
2626
mermaid-graph ..> Microsoft.Build.Locator
2727
class Microsoft.Build.Utilities.Core{
2828
type NuGet
29-
version 17.12.6
29+
version 17.13.9
3030
}
3131
mermaid-graph ..> Microsoft.Build.Utilities.Core
3232
class System.CommandLine.DragonFruit{
@@ -50,19 +50,29 @@ classDiagram
5050
version 6.0.4
5151
}
5252
MermaidGraphTests ..> coverlet.msbuild
53+
class Microsoft.ClearScript.V8{
54+
type NuGet
55+
version 7.5.0
56+
}
57+
MermaidGraphTests ..> Microsoft.ClearScript.V8
58+
class Microsoft.ClearScript.V8.Native.win-x64{
59+
type NuGet
60+
version 7.5.0
61+
}
62+
MermaidGraphTests ..> Microsoft.ClearScript.V8.Native.win-x64
5363
class Microsoft.NET.Test.Sdk{
5464
type NuGet
5565
version 17.13.0
5666
}
5767
MermaidGraphTests ..> Microsoft.NET.Test.Sdk
5868
class MSTest.TestAdapter{
5969
type NuGet
60-
version 3.7.3
70+
version 3.8.3
6171
}
6272
MermaidGraphTests ..> MSTest.TestAdapter
6373
class MSTest.TestFramework{
6474
type NuGet
65-
version 3.7.3
75+
version 3.8.3
6676
}
6777
MermaidGraphTests ..> MSTest.TestFramework
6878
class NUnit{
@@ -72,12 +82,13 @@ classDiagram
7282
MermaidGraphTests ..> NUnit
7383
class NUnit.Analyzers{
7484
type NuGet
75-
version 4.6.0
85+
version 4.7.0
7686
}
7787
MermaidGraphTests ..> NUnit.Analyzers
7888
class NUnit3TestAdapter{
7989
type NuGet
80-
version 4.3.2
90+
version 5.0.0
8191
}
8292
MermaidGraphTests ..> NUnit3TestAdapter
8393
```
94+

MermaidGraph.NET.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
MermaidGraph.NET.md = MermaidGraph.NET.md
1111
.github\workflows\publish.yml = .github\workflows\publish.yml
1212
README.md = README.md
13+
version.json = version.json
1314
EndProjectSection
1415
EndProject
1516
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MermaidGraphTests", "mermaid-graphTests\MermaidGraphTests.csproj", "{FADD9D23-431E-4C1B-B2D4-D4FDF0674FCA}"

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Create a mermaid graph of the dependency diagram for a project, or whole solution.
66

7-
## Dotnet tool [![NuGet version (mermaid-graph)](https://img.shields.io/nuget/v/mermaid-graph.svg?style=flat-square)](https://www.nuget.org/packages/mermaid-graph/)
7+
## Dotnet tool [![NuGet version (mermaid-graph)](https://img.shields.io/nuget/v/mermaid-graph.svg?style=flat-round)](https://www.nuget.org/packages/mermaid-graph/)
88

99
You can install as a dotnet tool so you can easily map all of your software projects:
1010

@@ -21,6 +21,7 @@ Usage:
2121
Options:
2222
--path <path> Full path to the solution (*.sln) or project (*.csproj) file that will be mapped.
2323
--type <Class|Graph> The type of diagram to generate (e.g., Graph or Class). [default: Graph]
24+
--filter <filter> Exclude projects whose name matches the filter. (e.g., Test) []
2425
--version Show version information
2526
-?, -h, --help Show help and usage information
2627
```
@@ -53,17 +54,17 @@ classDiagram
5354
}
5455
class Microsoft.Build{
5556
type NuGet
56-
version 17.12.6
57+
version 17.13.9
5758
}
5859
mermaid-graph ..> Microsoft.Build
5960
class Microsoft.Build.Locator{
6061
type NuGet
61-
version 1.7.8
62+
version 1.9.1
6263
}
6364
mermaid-graph ..> Microsoft.Build.Locator
6465
class Microsoft.Build.Utilities.Core{
6566
type NuGet
66-
version 17.12.6
67+
version 17.13.9
6768
}
6869
mermaid-graph ..> Microsoft.Build.Utilities.Core
6970
class System.CommandLine.DragonFruit{
@@ -89,12 +90,12 @@ classDiagram
8990
MermaidGraphTests ..> coverlet.msbuild
9091
class Microsoft.ClearScript.V8{
9192
type NuGet
92-
version 7.4.5
93+
version 7.5.0
9394
}
9495
MermaidGraphTests ..> Microsoft.ClearScript.V8
9596
class Microsoft.ClearScript.V8.Native.win-x64{
9697
type NuGet
97-
version 7.4.5
98+
version 7.5.0
9899
}
99100
MermaidGraphTests ..> Microsoft.ClearScript.V8.Native.win-x64
100101
class Microsoft.NET.Test.Sdk{
@@ -104,12 +105,12 @@ classDiagram
104105
MermaidGraphTests ..> Microsoft.NET.Test.Sdk
105106
class MSTest.TestAdapter{
106107
type NuGet
107-
version 3.7.3
108+
version 3.8.3
108109
}
109110
MermaidGraphTests ..> MSTest.TestAdapter
110111
class MSTest.TestFramework{
111112
type NuGet
112-
version 3.7.3
113+
version 3.8.3
113114
}
114115
MermaidGraphTests ..> MSTest.TestFramework
115116
class NUnit{
@@ -119,12 +120,12 @@ classDiagram
119120
MermaidGraphTests ..> NUnit
120121
class NUnit.Analyzers{
121122
type NuGet
122-
version 4.6.0
123+
version 4.7.0
123124
}
124125
MermaidGraphTests ..> NUnit.Analyzers
125126
class NUnit3TestAdapter{
126127
type NuGet
127-
version 4.3.2
128+
version 5.0.0
128129
}
129130
MermaidGraphTests ..> NUnit3TestAdapter
130131
```

mermaid-graph/mermaid-graph.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
<RepositoryUrl>https://github.com/A9G-Data-Droid/MermaidGraph.NET.git</RepositoryUrl>
2323
<PackageTags>mermaid.js</PackageTags>
2424
<NeutralLanguage>en</NeutralLanguage>
25-
<FileVersion>$(AssemblyVersion)</FileVersion>
25+
<FileVersion>$(Version)</FileVersion>
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2727
<PackageIcon>mermaid-graph.png</PackageIcon>
2828
<ApplicationIcon>mermaid-graph.ico</ApplicationIcon>
29-
<Version>1.0.0</Version>
29+
<Version>1.1.0</Version>
3030
<PackageLicenseFile>LICENSE</PackageLicenseFile>
3131
<EnablePackageValidation>true</EnablePackageValidation>
3232
<PackageValidationBaselineVersion>1.0.0</PackageValidationBaselineVersion>
33+
<AssemblyVersion>$(Version)</AssemblyVersion>
3334
</PropertyGroup>
3435

3536
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

version.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "1.1",
4+
"publicReleaseRefSpec": [
5+
"^refs/heads/master$",
6+
"^refs/heads/v\\d+(?:\\.\\d+)?$"
7+
],
8+
"cloudBuild": {
9+
"buildNumber": {
10+
"enabled": true
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)