Skip to content

Commit

Permalink
bump scatter-sharp 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcs85 committed May 6, 2019
1 parent d5166e2 commit fba19e1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<!-- include PDBs in the NuGet package -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Version>1.0.6</Version>
<AssemblyVersion>1.0.6.0</AssemblyVersion>
<FileVersion>1.0.6.0</FileVersion>
<PackageReleaseNotes>eos-sharp: Fixes to ApiError throwing in Unity3D
<Version>1.0.7</Version>
<AssemblyVersion>1.0.7.0</AssemblyVersion>
<FileVersion>1.0.7.0</FileVersion>
<PackageReleaseNotes>eos-sharp: Fix new_producers field in get_block
eos-sharp: Remove hex_data from action structure deserializing

</PackageReleaseNotes>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
<ItemGroup>
<Reference Include="UnityEditor">
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll</HintPath>
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.1f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.1f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
2 changes: 2 additions & 0 deletions ScatterSharp/ScatterSharp.Unity3D/ScatterSharp.Unity3D.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
<ItemGroup>
<Reference Include="UnityEditor">
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEditor.dll</HintPath>
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.1f1\Editor\Data\Managed\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>C:\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
<HintPath>C:\Program Files\Unity\Hub\Editor\2019.1.1f1\Editor\Data\Managed\UnityEngine.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
9 changes: 5 additions & 4 deletions ScatterSharp/ScatterSharp/ScatterSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
<RepositoryUrl>https://github.com/GetScatter/scatter-sharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>EOS, NetStandard, secp256k1, Blockchain, Scatter</PackageTags>
<AssemblyVersion>2.0.9.0</AssemblyVersion>
<FileVersion>2.0.9.0</FileVersion>
<PackageReleaseNotes>eos-sharp: Fixes to ApiError throwing in Unity3D</PackageReleaseNotes>
<Version>2.0.9</Version>
<AssemblyVersion>2.0.10.0</AssemblyVersion>
<FileVersion>2.0.10.0</FileVersion>
<PackageReleaseNotes>eos-sharp: Fix new_producers field in get_block
eos-sharp: Remove hex_data from action structure deserializing</PackageReleaseNotes>
<Version>2.0.10</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion socketio-sharp

0 comments on commit fba19e1

Please sign in to comment.