Skip to content

Commit

Permalink
Fix SyncVector3 sync error
Browse files Browse the repository at this point in the history
Periodic Sync Method can be modified
Modify Default Sync Time
  • Loading branch information
zestylife committed Jan 25, 2021
1 parent 1c02beb commit f63a536
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/EuNet.Client/EuNet.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>zestylife</Authors>
<Company>
</Company>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
<Copyright>
</Copyright>
<PackageProjectUrl>https://github.com/zestylife/EuNet</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageOutputPath>../../nupkg</PackageOutputPath>
<NuspecFile>EuNet.CodeGenerator.Templates.nuspec</NuspecFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>EuNet.CodeGenerator.Templates</id>
<title>EuNet.CodeGenerator.Templates</title>
<version>1.1.19</version>
<version>1.1.20</version>
<authors>zestylife</authors>
<owners>zestylife</owners>
<description>EuNet.CodeGenerator.Templates</description>
Expand All @@ -13,8 +13,8 @@
<releaseNotes>EuNet.CodeGenerator.Templates</releaseNotes>
<tags>C# TCP P2P UDP Network Unity RPC HolePunching Relay</tags>
<dependencies>
<dependency id="EuNet.Core" version="1.1.19" />
<dependency id="EuNet.Rpc" version="1.1.19" />
<dependency id="EuNet.Core" version="1.1.20" />
<dependency id="EuNet.Rpc" version="1.1.20" />
</dependencies>
<references>
</references>
Expand Down
2 changes: 1 addition & 1 deletion src/EuNet.CodeGenerator/EuNet.CodeGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>enc</ToolCommandName>
<PackageOutputPath>../../nupkg</PackageOutputPath>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/EuNet.Core/EuNet.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>zestylife</Authors>
<Company>
</Company>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
<Copyright>
</Copyright>
<PackageProjectUrl>https://github.com/zestylife/EuNet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/EuNet.Rpc/EuNet.Rpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>zestylife</Authors>
<Company>
</Company>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
<Copyright>
</Copyright>
<PackageProjectUrl>https://github.com/zestylife/EuNet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/EuNet.Server/EuNet.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>zestylife</Authors>
<Company>
</Company>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
<Copyright>
</Copyright>
<PackageProjectUrl>https://github.com/zestylife/EuNet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/EuNet.Unity/Assets/Plugins/EuNet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.zestylife.eunet",
"displayName": "EuNet",
"version": "1.1.19",
"version": "1.1.20",
"unity": "2018.4",
"description": "Easy Unity Network (EuNet) is a network solution for multiplayer games.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/EuNet.UnityShims/EuNet.UnityShims.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>zestylife</Authors>
<Company>
</Company>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
<Copyright>
</Copyright>
<PackageProjectUrl>https://github.com/zestylife/EuNet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/EuNet/EuNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>zestylife</Authors>
<Company>
</Company>
<Version>1.1.19</Version>
<Version>1.1.20</Version>
<Copyright>
</Copyright>
<PackageProjectUrl>https://github.com/zestylife/EuNet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion version.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$set_version = "1.1.19"
$set_version = "1.1.20"

$files = "\src\EuNet\EuNet.csproj",
"\src\EuNet.Client\EuNet.Client.csproj",
Expand Down

0 comments on commit f63a536

Please sign in to comment.