Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
navylee0210 committed Jul 10, 2024
1 parent 80f11c9 commit 2257c6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Directory.Build.Props
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>-->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<TargetFrameworks>net7.0-windows</TargetFrameworks>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<LangVersion>10.0</LangVersion>
<Version>1.0.1</Version>
<FileVersion>1.0.1</FileVersion>
<AssemblyVersion>1.0.1</AssemblyVersion>
<Copyright>Copyright © HeBianGu 2023-2023</Copyright>
<Version>1.0.2</Version>
<FileVersion>1.0.2</FileVersion>
<AssemblyVersion>1.0.2</AssemblyVersion>
<Copyright>Copyright © HeBianGu 2023-2024</Copyright>
<Authors>HeBianGu </Authors>
<RepositoryUrl>https://github.com/HeBianGu/WPF-Control</RepositoryUrl>
<PackageProjectUrl>https://github.com/HeBianGu/WPF-Control</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global using H.Services.Operation;
global using H.Iocable;
global using H.Services.Logger;
global using H.Services.Operation;
using System.Windows;
using System.Windows.Markup;

Expand Down

0 comments on commit 2257c6b

Please sign in to comment.