Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/Common.AOT/Common.AOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>Common</AssemblyName>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Common/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>Common</AssemblyName>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Common/Common/LCCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class LCCore {
public const string SDKName = "LeanCloud-CSharp-SDK";

// SDK 版本号,用于 User-Agent 统计
public const string SDKVersion = "2.4.0";
public const string SDKVersion = "2.4.1";

// 接口版本号,用于接口版本管理
public const string APIVersion = "1.1";
Expand Down
2 changes: 1 addition & 1 deletion Engine/Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<RootNamespace>LeanCloud.Engine</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Libs/Google.Protobuf/LC.Google.Protobuf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<RepositoryUrl>https://github.com/protocolbuffers/protobuf.git</RepositoryUrl>
<!-- Include PDB in the built .nupkg -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net45' or '$(TargetFramework)' == 'netstandard2.0' ">
Expand Down
2 changes: 1 addition & 1 deletion Libs/Newtonsoft.Json.AOT/LC.Newtonsoft.Json.AOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- including PDB files in NuGet for source link because symbolsource.org does not support portable PDBs -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="**\*.orig" />
Expand Down
2 changes: 1 addition & 1 deletion Libs/Newtonsoft.Json/LC.Newtonsoft.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAnalysisRuleset>Newtonsoft.Json.ruleset</CodeAnalysisRuleset>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>
<ItemGroup>
<None Remove="**\*.orig" />
Expand Down
2 changes: 1 addition & 1 deletion LiveQuery/LiveQuery.AOT/LiveQuery.AOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>LiveQuery</AssemblyName>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion LiveQuery/LiveQuery.Test/LiveQuery.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion LiveQuery/LiveQuery/LiveQuery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Play/SDK/Play.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>Play</AssemblyName>
</PropertyGroup>

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ LeanCloud C# SDK,基于 .Net Standard 2.0 标准开发,包括服务如下:

```json
"dependencies": {
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-2.4.0",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-2.4.0",
"com.leancloud.play": "https://github.com/leancloud/csharp-sdk-upm.git#play-2.4.0"
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-2.4.1",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-2.4.1",
"com.leancloud.play": "https://github.com/leancloud/csharp-sdk-upm.git#play-2.4.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion Realtime/Realtime.AOT/Realtime.AOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>Realtime</AssemblyName>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Realtime/Realtime.Test/Realtime.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Realtime/Realtime/Realtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<RootNamespace>LeanCloud.Realtime</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Sample/LiveQueryApp/LiveQueryApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Sample/RealtimeApp/RealtimeApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Storage/Storage.AOT/Storage.AOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>Storage</AssemblyName>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Storage/Storage.Standard/Storage.Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>Storage.Standard</AssemblyName>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Storage/Storage.Test/Storage.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
Expand Down
2 changes: 1 addition & 1 deletion Storage/Storage.Unity/Storage.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyName>Storage.Unity</AssemblyName>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion Storage/Storage/Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>2.4.0</ReleaseVersion>
<ReleaseVersion>2.4.1</ReleaseVersion>
<AssemblyVersion>$(ReleaseVersion)</AssemblyVersion>
<RootNamespace>LeanCloud.Storage</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
Expand Down
2 changes: 1 addition & 1 deletion csharp-sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,6 @@ Global
{596E6EDA-B230-4AB5-BFB8-66F8C897F35B} = {31D674F3-A62C-4074-9B4E-0EB034F63A30}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 2.4.0
version = 2.4.1
EndGlobalSection
EndGlobal