Skip to content

Commit fae7448

Browse files
committed
update version 9.1.6
1 parent fea044e commit fae7448

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

src/c#/GeneralUpdate.Bowl/GeneralUpdate.Bowl.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<PackageTags>upgrade,update</PackageTags>
1717
<PackageReleaseNotes>Bowl is used to monitor whether the main program can start normally after an upgrade. If it detects that the main program crashes on startup, it will restore the backup.</PackageReleaseNotes>
1818
<PackageIcon>bowl.jpeg</PackageIcon>
19-
<Version>9.1.5</Version>
19+
<Version>9.1.6</Version>
20+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2021
</PropertyGroup>
2122

2223
<ItemGroup>

src/c#/GeneralUpdate.ClientCore/GeneralUpdate.ClientCore.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>9.1.5</Version>
5+
<Version>9.1.6</Version>
66
<Authors>JusterZhu</Authors>
77
<Description>Provides functions related to upgrade and update programs.</Description>
88
<ApplicationIcon>GeneralUpdate.ico</ApplicationIcon>
@@ -19,6 +19,7 @@
1919
<RepositoryType>public</RepositoryType>
2020
<PackageTags>upgrade,update</PackageTags>
2121
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
22+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2223
</PropertyGroup>
2324

2425
<ItemGroup>

src/c#/GeneralUpdate.Common/GeneralUpdate.Common.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
<PackageTags>upgrade,update</PackageTags>
1717
<PackageReleaseNotes>The infrastructure required to support all components is necessary, and this nuget package is essential.</PackageReleaseNotes>
1818
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19-
<Version>9.1.5</Version>
19+
<Version>9.1.6</Version>
20+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2021
</PropertyGroup>
2122

2223
<ItemGroup>

src/c#/GeneralUpdate.Core/GeneralUpdate.Core.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<OutputType>Library</OutputType>
55
<PackageId>$(AssemblyName)</PackageId>
6-
<Version>9.1.5</Version>
6+
<Version>9.1.6</Version>
77
<Authors>JusterZhu</Authors>
88
<Company>juster.zhu</Company>
99
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
@@ -23,6 +23,7 @@
2323
<RepositoryType>public</RepositoryType>
2424
<PackageTags>upgrade,update</PackageTags>
2525
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
26+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2627
</PropertyGroup>
2728
<ItemGroup>
2829
<Compile Include="..\GeneralUpdate.Common\Compress\CompressProvider.cs" Link="Common\CompressProvider.cs" />

src/c#/GeneralUpdate.Differential/GeneralUpdate.Differential.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RepositoryUrl>https://github.com/JusterZhu/GeneralUpdate</RepositoryUrl>
88
<Description>The binary differential update function is provided, but the configuration file update function is reserved.</Description>
99
<Authors>JusterZhu</Authors>
10-
<Version>9.1.5</Version>
10+
<Version>9.1.6</Version>
1111
<PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl>
1212
<Copyright>Copyright © 2024 JusterZhu. All rights reserved.</Copyright>
1313
<LangVersion>default</LangVersion>
@@ -18,6 +18,7 @@
1818
<PackageTags>upgrade,update</PackageTags>
1919
<PackageReleaseNotes>The binary differential update function is provided, but the configuration file update function is reserved.</PackageReleaseNotes>
2020
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
21+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2122
</PropertyGroup>
2223

2324
<ItemGroup>

0 commit comments

Comments
 (0)