Skip to content

Commit a1b8451

Browse files
committed
update .csproj version number
1 parent 8cb5876 commit a1b8451

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2</Version>
19+
<Version>9.1.4</Version>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

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

Lines changed: 1 addition & 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.2</Version>
5+
<Version>9.1.4</Version>
66
<Authors>JusterZhu</Authors>
77
<Description>Provides functions related to upgrade and update programs.</Description>
88
<ApplicationIcon>GeneralUpdate.ico</ApplicationIcon>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2</Version>
19+
<Version>9.1.4</Version>
2020
</PropertyGroup>
2121

2222
<ItemGroup>

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

Lines changed: 1 addition & 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.2</Version>
6+
<Version>9.1.4</Version>
77
<Authors>JusterZhu</Authors>
88
<Company>juster.zhu</Company>
99
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>

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

Lines changed: 1 addition & 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.2</Version>
10+
<Version>9.1.4</Version>
1111
<PackageProjectUrl>https://github.com/GeneralLibrary/GeneralUpdate</PackageProjectUrl>
1212
<Copyright>Copyright © 2024 JusterZhu. All rights reserved.</Copyright>
1313
<LangVersion>default</LangVersion>

0 commit comments

Comments
 (0)