Skip to content

Commit

Permalink
Readme+
Browse files Browse the repository at this point in the history
  • Loading branch information
HeBianGu committed Jun 6, 2024
1 parent 58e7df9 commit a7e2505
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFrameworks>net7.0-windows;</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<LangVersion>9.0</LangVersion>
<Version>1.0.0</Version>
<FileVersion>1.0.0</FileVersion>
<AssemblyVersion>1.0.0</AssemblyVersion>
<Copyright>Copyright © HeBianGu 2024-2024</Copyright>
<Authors>HeBianGu </Authors>
<RepositoryUrl>https://github.com/HeBianGu/WPF-Control</RepositoryUrl>
<PackageProjectUrl>https://github.com/HeBianGu/WPF-Control</PackageProjectUrl>
<RepositoryUrl>https://github.com/HeBianGu/WPF-Diagram</RepositoryUrl>
<PackageProjectUrl>https://github.com/HeBianGu/WPF-Diagram</PackageProjectUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</p>

<p align="left">
<a href="https://www.nuget.org/packages?q=hebiangu">
<a href="https://www.nuget.org/packages?q=HeBianGu.Diagram.DrawingBox">
<img alt="nuget-version" src="https://img.shields.io/nuget/v/HeBianGu.Diagram.DrawingBox.svg"></img>
</a>
<a href="https://github.com/HeBianGu/WPF-Diagram/actions?query=workflow%3Abuild">
Expand Down
9 changes: 8 additions & 1 deletion Solution/WPF-Diagram.sln
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeBianGu.Diagram.DrawingBox
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeBianGu.Diagram.Presenter.Workflow", "..\Source\Control\HeBianGu.Diagram.Presenter.Workflow\HeBianGu.Diagram.Presenter.Workflow.csproj", "{2EDC6C88-8E22-4B45-A994-26FB5F6C36A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeBianGu.Test.DiagramNuget", "..\Source\App\HeBianGu.Test.DiagramNuget\HeBianGu.Test.DiagramNuget.csproj", "{48355D9C-6B81-484C-B64B-D808C9146FDE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeBianGu.Test.DiagramNuget", "..\Source\App\HeBianGu.Test.DiagramNuget\HeBianGu.Test.DiagramNuget.csproj", "{48355D9C-6B81-484C-B64B-D808C9146FDE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".sln", ".sln", "{3A04E530-3B98-4BD0-9872-01EE7C312DEF}"
ProjectSection(SolutionItems) = preProject
..\Directory.Build.Props = ..\Directory.Build.Props
..\LICENSE = ..\LICENSE
..\README.md = ..\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit a7e2505

Please sign in to comment.