Skip to content

Commit

Permalink
发布1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xfrogcn committed Feb 23, 2021
1 parent 0b2cddf commit d09f286
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<Project>
<PropertyGroup>
<PackageVersion>1.0.0-beta2021011801</PackageVersion>
<PackageVersion>1.0.0</PackageVersion>
<Authors>王海波</Authors>
<Copyright>王海波</Copyright>
<RepositoryUrl>https://github.com/xfrogcn/Xfrogcn.AspNetCore.Extensions</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageIcon>package-icon.png</PackageIcon>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -18,4 +21,10 @@

<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\package-icon.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions Xfrogcn.AspNetCore.Extensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
.gitignorecd = .gitignorecd
Directory.Build.props = Directory.Build.props
package-icon.png = package-icon.png
README.md = README.md
并行队列.png = 并行队列.png
EndProjectSection
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<AssemblyName>Xfrogcn.AspNetCore.Extensions.RedisQueueProducer</AssemblyName>
<RootNamespace>Xfrogcn.AspNetCore.Extensions</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>parallel queue producer for redis MQ</Description>
<PackageReleaseNotes>parallel queue producer for redis MQ</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/Extensions/Xfrogcn.AspNetCore.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<Authors>王海波</Authors>
<Copyright>王海波</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>AspNetCore extensions library,includes function as logging, HTTP requests, authentication token management, parallel queue processing, and more</Description>
<PackageReleaseNotes>AspNetCore extensions library,includes function as logging, HTTP requests, authentication token management, parallel queue processing, and more</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d09f286

Please sign in to comment.