Skip to content

Commit cdade0d

Browse files
committed
update scatter-sharp with eos-sharp fix
1 parent 0a1038b commit cdade0d

5 files changed

Lines changed: 14 additions & 16 deletions

File tree

ScatterSharp/ScatterSharp.EosProvider/ScatterSharp.EosProvider.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
3030
<!-- include PDBs in the NuGet package -->
3131
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
32-
<Version>1.0.7</Version>
33-
<AssemblyVersion>1.0.7.0</AssemblyVersion>
34-
<FileVersion>1.0.7.0</FileVersion>
35-
<PackageReleaseNotes>eos-sharp: Fix new_producers field in get_block
36-
eos-sharp: Remove hex_data from action structure deserializing
32+
<Version>1.1.0</Version>
33+
<AssemblyVersion>1.1.0.0</AssemblyVersion>
34+
<FileVersion>1.1.0.0</FileVersion>
35+
<PackageReleaseNotes>eos-sharp: Implement TAPoS ref block with blocks behind
3736

3837
</PackageReleaseNotes>
3938
</PropertyGroup>

ScatterSharp/ScatterSharp.UnitTests.Unity3D/ScatterSharp.UnitTests.Unity3D.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -17,11 +17,11 @@
1717
<ItemGroup>
1818
<Reference Include="UnityEditor">
1919
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll</HintPath>
20-
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.7f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
20+
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.12f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
2121
</Reference>
2222
<Reference Include="UnityEngine">
2323
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
24-
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.7f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
24+
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.12f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
2525
</Reference>
2626
</ItemGroup>
2727

ScatterSharp/ScatterSharp.Unity3D/ScatterSharp.Unity3D.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -12,11 +12,11 @@
1212
<ItemGroup>
1313
<Reference Include="UnityEditor">
1414
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll</HintPath>
15-
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.7f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
15+
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.12f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
1616
</Reference>
1717
<Reference Include="UnityEngine">
1818
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
19-
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.7f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
19+
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.12f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
2020
</Reference>
2121
</ItemGroup>
2222

ScatterSharp/ScatterSharp/ScatterSharp.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
<RepositoryUrl>https://github.com/GetScatter/scatter-sharp</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
1515
<PackageTags>EOS, NetStandard, secp256k1, Blockchain, Scatter</PackageTags>
16-
<AssemblyVersion>2.0.10.0</AssemblyVersion>
17-
<FileVersion>2.0.10.0</FileVersion>
18-
<PackageReleaseNotes>eos-sharp: Fix new_producers field in get_block
19-
eos-sharp: Remove hex_data from action structure deserializing</PackageReleaseNotes>
16+
<AssemblyVersion>2.1.0.0</AssemblyVersion>
17+
<FileVersion>2.1.0.0</FileVersion>
18+
<PackageReleaseNotes>eos-sharp: Implement TAPoS ref block with blocks behind</PackageReleaseNotes>
2019
<Version>2.0.10</Version>
2120
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
2221
</PropertyGroup>

0 commit comments

Comments
 (0)