Skip to content

Commit a49efcb

Browse files
authored
Merge pull request #272 from onerain88/230
release
2 parents b17ec73 + 378f089 commit a49efcb

23 files changed

Lines changed: 25 additions & 25 deletions

File tree

Common/Common.AOT/Common.AOT.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-
<ReleaseVersion>2.2.2</ReleaseVersion>
5+
<ReleaseVersion>2.3.0</ReleaseVersion>
66
<AssemblyName>Common</AssemblyName>
77
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
88
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

Common/Common/Common.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-
<ReleaseVersion>2.2.2</ReleaseVersion>
5+
<ReleaseVersion>2.3.0</ReleaseVersion>
66
<AssemblyName>Common</AssemblyName>
77
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
88
</PropertyGroup>

Common/Common/LCCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class LCCore {
1010
public const string SDKName = "LeanCloud-CSharp-SDK";
1111

1212
// SDK 版本号,用于 User-Agent 统计
13-
public const string SDKVersion = "2.2.2";
13+
public const string SDKVersion = "2.3.0";
1414

1515
// 接口版本号,用于接口版本管理
1616
public const string APIVersion = "1.1";

Engine/Engine.csproj

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

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<ReleaseVersion>2.2.2</ReleaseVersion>
5+
<ReleaseVersion>2.3.0</ReleaseVersion>
66
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
77
<RootNamespace>LeanCloud.Engine</RootNamespace>
88
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

Libs/Google.Protobuf/LC.Google.Protobuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<RepositoryUrl>https://github.com/protocolbuffers/protobuf.git</RepositoryUrl>
2121
<!-- Include PDB in the built .nupkg -->
2222
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
23-
<ReleaseVersion>2.2.2</ReleaseVersion>
23+
<ReleaseVersion>2.3.0</ReleaseVersion>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'netstandard2.0' ">

Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<!-- including PDB files in NuGet for source link because symbolsource.org does not support portable PDBs -->
3535
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3636
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
37-
<ReleaseVersion>2.2.2</ReleaseVersion>
37+
<ReleaseVersion>2.3.0</ReleaseVersion>
3838
</PropertyGroup>
3939
<ItemGroup>
4040
<None Remove="**\*.orig" />

Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<IncludeSymbols>true</IncludeSymbols>
3131
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3232
<CodeAnalysisRuleset>Newtonsoft.Json.ruleset</CodeAnalysisRuleset>
33-
<ReleaseVersion>2.2.2</ReleaseVersion>
33+
<ReleaseVersion>2.3.0</ReleaseVersion>
3434
</PropertyGroup>
3535
<ItemGroup>
3636
<None Remove="**\*.orig" />

LiveQuery/LiveQuery.AOT/LiveQuery.AOT.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-
<ReleaseVersion>2.2.2</ReleaseVersion>
5+
<ReleaseVersion>2.3.0</ReleaseVersion>
66
<AssemblyName>LiveQuery</AssemblyName>
77
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
88
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55

66
<IsPackable>false</IsPackable>
7-
<ReleaseVersion>2.2.2</ReleaseVersion>
7+
<ReleaseVersion>2.3.0</ReleaseVersion>
88
</PropertyGroup>
99

1010
<ItemGroup>

LiveQuery/LiveQuery/LiveQuery.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-
<ReleaseVersion>2.2.2</ReleaseVersion>
5+
<ReleaseVersion>2.3.0</ReleaseVersion>
66
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
77
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
88
</PropertyGroup>

0 commit comments

Comments
 (0)