Skip to content

Commit

Permalink
feat:更新包版本
Browse files Browse the repository at this point in the history
  • Loading branch information
MateralCMX committed Oct 15, 2024
1 parent caa9fab commit 704e2b4
Show file tree
Hide file tree
Showing 42 changed files with 19 additions and 1,474 deletions.
4 changes: 2 additions & 2 deletions InstallTool.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dotnet tool update -g --add-source .\nupkgs Materal.Tools.Command
dotnet tool update -g --add-source .\nupkgs Materal.Logger.LoggerTrace
dotnet tool update -g --add-source .\NugetPackages Materal.Tools.Command
dotnet tool update -g --add-source .\NugetPackages Materal.Logger.LoggerTrace
pause
2 changes: 1 addition & 1 deletion Materal/Packable.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Authors>Materal</Authors>
<Title>Materal</Title>
<NeutralLanguage>zh-CN</NeutralLanguage>
<Version>1.1.77</Version>
<Version>1.1.78</Version>
<PackageReleaseNotes>https://github.com/MateralCMX/Materal</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<PackAsTool>true</PackAsTool>
<Title>Materal工具</Title>
<Description>Materal命令行工具</Description>
<ToolCommandName>MateralTools</ToolCommandName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine" />
<PackageReference Include="System.CommandLine" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Materal.Tools.Core\Materal.Tools.Core.csproj" />
Expand Down
65 changes: 0 additions & 65 deletions Materal/Src/Materal.Tools.Command/Program.MateralPublish.cs

This file was deleted.

51 changes: 0 additions & 51 deletions Materal/Src/Materal.Tools.Command/Program.MateralVersion.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Materal.Tools.Command": {
"commandName": "Project",
"commandLineArgs": "MateralPublish"
"commandLineArgs": "ProjectClear"
}
}
}
4 changes: 0 additions & 4 deletions Materal/Src/Materal.Tools.Core/DIExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Materal.Tools.Core.ChangeEncoding;
using Materal.Tools.Core.LFConvert;
using Materal.Tools.Core.Logger;
using Materal.Tools.Core.MateralPublish;
using Materal.Tools.Core.MateralVersion;
using Materal.Tools.Core.ProjectClear;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
Expand All @@ -23,8 +21,6 @@ public static IServiceCollection AddMateralTools(this IServiceCollection service
{
services.AddSingleton<ILFConvertService, LFConvertService>();
services.AddSingleton<IChangeEncodingService, ChangeEncodingService>();
services.AddSingleton<IMateralPublishService, MateralPublishService>();
services.AddSingleton<IMateralVersionService, MateralVersionService>();
services.AddSingleton<IProjectClearService, ProjectClearService>();
#region AddLogger
services.AddLogging(builder =>
Expand Down
36 changes: 0 additions & 36 deletions Materal/Src/Materal.Tools.Core/MateralPublish/IMateralProject.cs

This file was deleted.

This file was deleted.

Loading

0 comments on commit 704e2b4

Please sign in to comment.