Skip to content

Commit

Permalink
更新版本 更新Nuget信息
Browse files Browse the repository at this point in the history
  • Loading branch information
JWJUN233233 committed Feb 1, 2024
1 parent 9bf7b2e commit 789f28c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/PluginLoader/BlessingStudio.PluginLoader.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<RuntimeIdentifiers>osx-x64;linux-x64;win-x64</RuntimeIdentifiers>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<Platforms>AnyCPU;ARM32;ARM64;x64;x86</Platforms>
<LangVersion>11</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,14 +23,17 @@
</ItemGroup>

<PropertyGroup>
<PackageId>BlessingStudio.PluginLoader</PackageId>
<Version>1.0.0</Version>
<PackageId>$(AssemblyName)</PackageId>
<Version>1.0.1</Version>
<Authors>Ddggdd135;Xilu</Authors>
<Company>BlessingStudio</Company>
<Description>This is a library is used to load and manager plugins.</Description>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/Blessing-Studio/PluginLoader</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<Title>$(AssemblyName)</Title>
<RepositoryUrl>https://github.com/Blessing-Studio/PluginLoader</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>

0 comments on commit 789f28c

Please sign in to comment.