Skip to content

Commit

Permalink
1、包中加入 README 和许可证
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Feb 14, 2022
1 parent dd22b3b commit ade6c08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/JiuLing.AutoUpgrade.Shell/JiuLing.AutoUpgrade.Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,29 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>JiuLing.AutoUpgrade</PackageId>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
<Authors>九零</Authors>
<Product>JiuLing.AutoUpgrade</Product>
<Description>一个简单的.Net下的自动更新组件。</Description>
<PackageProjectUrl>https://github.com/JiuLing-zhang/JiuLing.AutoUpgrade</PackageProjectUrl>
<PackageIcon>nuget_icon.png</PackageIcon>
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_"))</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Copyright>Copyright (c) 2022 九零</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\nuget_icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
Expand Down
Binary file modified src/JiuLing.AutoUpgrade.Shell/Resources/JiuLing.AutoUpgrade.dll
Binary file not shown.
Binary file modified src/JiuLing.AutoUpgrade.Shell/Resources/JiuLing.AutoUpgrade.exe
Binary file not shown.
Binary file modified src/JiuLing.AutoUpgrade.Shell/Resources/JiuLing.AutoUpgrade.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/JiuLing.AutoUpgrade/JiuLing.AutoUpgrade.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Description>一个简单的.Net下的自动更新组件。</Description>
<PackageProjectUrl>https://github.com/JiuLing-zhang/JiuLing.AutoUpgrade</PackageProjectUrl>
<PackageIcon>nuget_icon.png</PackageIcon>
<Version>1.1.4</Version>
<Version>1.1.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ade6c08

Please sign in to comment.