Skip to content

Commit 6cdc47b

Browse files
committed
Update copyright year and version to 2025/9.4.7
Updated the copyright year to 2025 and bumped the version to 9.4.7 in all affected project files for consistency and release preparation.
1 parent 6e0aba7 commit 6cdc47b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>default</LangVersion>
66
<Nullable>enable</Nullable>
77
<Description>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.</Description>
8-
<Copyright>Copyright © 2024 JusterZhu. All rights reserved.</Copyright>
8+
<Copyright>Copyright © 2025 JusterZhu. All rights reserved.</Copyright>
99
<PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl>
1010
<PackageLicenseUrl>https://github.com/GeneralLibrary/GeneralUpdate?tab=MIT-1-ov-file#readme</PackageLicenseUrl>
1111
<RepositoryUrl>https://github.com/GeneralLibrary/GeneralUpdate</RepositoryUrl>
@@ -16,7 +16,7 @@
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.6</Version>
19+
<Version>9.4.7</Version>
2020
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2121
</PropertyGroup>
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>9.1.6</Version>
5+
<Version>9.4.7</Version>
66
<Authors>JusterZhu</Authors>
77
<Description>Provides functions related to upgrade and update programs.</Description>
88
<ApplicationIcon>GeneralUpdate.ico</ApplicationIcon>
99
<PackageIcon>GeneralUpdate.png</PackageIcon>
1010
<SignAssembly>False</SignAssembly>
1111
<RepositoryUrl>https://github.com/GeneralLibrary/GeneralUpdate</RepositoryUrl>
12-
<Copyright>Copyright © 2024 JusterZhu. All rights reserved.</Copyright>
12+
<Copyright>Copyright © 2025 JusterZhu. All rights reserved.</Copyright>
1313
<PackageReleaseNotes>Provides high-performance, low-loss, resume-breakpoint, version-by-version update, binary differential update, incremental update function, configuration file retention update and other features</PackageReleaseNotes>
1414
<PackageProjectUrl>https://github.com/JusterZhu/GeneralUpdate</PackageProjectUrl>
1515
<LangVersion>default</LangVersion>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Title>GeneralUpdate.Common</Title>
88
<Authors>JusterZhu</Authors>
99
<Description>The infrastructure required to support all components is necessary, and this nuget package is essential.</Description>
10-
<Copyright>Copyright © 2024 JusterZhu. All rights reserved.</Copyright>
10+
<Copyright>Copyright © 2025 JusterZhu. All rights reserved.</Copyright>
1111
<PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl>
1212
<PackageLicenseUrl>https://github.com/GeneralLibrary/GeneralUpdate?tab=MIT-1-ov-file#readme</PackageLicenseUrl>
1313
<PackageIcon>GeneralUpdate128.png</PackageIcon>
@@ -16,7 +16,7 @@
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.6</Version>
19+
<Version>9.4.7</Version>
2020
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2121
</PropertyGroup>
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<OutputType>Library</OutputType>
55
<PackageId>$(AssemblyName)</PackageId>
6-
<Version>9.1.6</Version>
6+
<Version>9.4.7</Version>
77
<Authors>JusterZhu</Authors>
88
<Company>juster.zhu</Company>
99
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1010
<ApplicationIcon>GeneralUpdate.ico</ApplicationIcon>
1111
<PackageIcon>GeneralUpdate.png</PackageIcon>
12-
<Copyright>Copyright © 2024 JusterZhu. All rights reserved.</Copyright>
12+
<Copyright>Copyright © 2025 JusterZhu. All rights reserved.</Copyright>
1313
<Description>This section describes how to upgrade client applications.</Description>
1414
<PackageReleaseNotes>Provides high-performance, low-loss, resume-breakpoint, version-by-version update, binary differential update, incremental update function, configuration file retention update and other features.</PackageReleaseNotes>
1515
<RepositoryUrl>https://github.com/JusterZhu/GeneralUpdate</RepositoryUrl>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
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.6</Version>
10+
<Version>9.4.7</Version>
1111
<PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl>
12-
<Copyright>Copyright © 2024 JusterZhu. All rights reserved.</Copyright>
12+
<Copyright>Copyright © 2025 JusterZhu. All rights reserved.</Copyright>
1313
<LangVersion>default</LangVersion>
1414
<Nullable>enable</Nullable>
1515
<Title>GeneralUpdate.Differential</Title>

0 commit comments

Comments
 (0)