Skip to content

Commit

Permalink
发布2.0.0版本(for .net 5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfrogcn committed Nov 16, 2020
1 parent 65f5383 commit 986b1c3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project>
<PropertyGroup>
<PackageVersion>1.0.0</PackageVersion>
<PackageVersion>2.0.0</PackageVersion>
<Authors>王海波</Authors>
<Copyright>王海波</Copyright>
<RepositoryUrl>https://github.com/xfrogcn/pluginfactory</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<TargetFramework>net5.0</TargetFramework>
<PackageIcon>package-icon.png</PackageIcon>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -19,4 +20,10 @@

<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\package-icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
Binary file added package-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Abstractions/Xfrogcn.PluginFactory.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<PackageId>Xfrogcn.PluginFactory.Abstractions</PackageId>
<PackOnBuild>true</PackOnBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<SignAssembly>false</SignAssembly>
<AssemblyOriginatorKeyFile>whb-vs-cert.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -23,4 +25,5 @@
<ItemGroup>
<Folder Include="Configration\" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<AssemblyName>PluginFactory.Abstractions.Test</AssemblyName>
<RootNamespace>Xfrogcn.PluginFactory.Abstractions.Test</RootNamespace>
<PackageIcon>package-icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -27,4 +28,11 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Abstractions\Xfrogcn.PluginFactory.Abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<None Include="..\..\package-icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>

0 comments on commit 986b1c3

Please sign in to comment.