Skip to content

Commit

Permalink
Merge pull request #97 from onerain88/060
Browse files Browse the repository at this point in the history
release: 0.6.0
  • Loading branch information
onerain88 authored Jan 14, 2021
2 parents 0d86389 + 6c88e72 commit 88b70a3
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Common/Common-Unity/Common-Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<AssemblyName>Common</AssemblyName>
</PropertyGroup>

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>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<AssemblyName>Common</AssemblyName>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion LiveQuery/LiveQuery-Unity/LiveQuery-Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<AssemblyName>LiveQuery</AssemblyName>
</PropertyGroup>

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>netcoreapp2.2</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</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>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>

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

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<AssemblyName>Realtime</AssemblyName>
</PropertyGroup>
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>netcoreapp2.2</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</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>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<RootNamespace>LeanCloud.Realtime</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
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.0</TargetFramework>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</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.0</TargetFramework>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
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>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<AssemblyName>Storage</AssemblyName>
</PropertyGroup>

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>netcoreapp2.2</TargetFramework>

<IsPackable>false</IsPackable>
<ReleaseVersion>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Storage/Storage/LCApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace LeanCloud {
/// </summary>
public class LCApplication {
// SDK 版本号,用于 User-Agent 统计
internal const string SDKVersion = "0.5.0";
internal const string SDKVersion = "0.6.0";

// 接口版本号,用于接口版本管理
internal const string APIVersion = "1.1";
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>0.4.2</ReleaseVersion>
<ReleaseVersion>0.6.0</ReleaseVersion>
<RootNamespace>LeanCloud.Storage</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion csharp-sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ Global
{9D5E6A37-8925-48ED-B7EA-12C89291B59D} = {2D980281-F060-4363-AB7A-D4B6C30ADDBB}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
version = 0.4.2
version = 0.6.0
EndGlobalSection
EndGlobal

0 comments on commit 88b70a3

Please sign in to comment.