Skip to content

Commit

Permalink
update fixes from eos-sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcs85 committed Apr 1, 2019
1 parent 562ffcc commit 6988e3a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<!-- include PDBs in the NuGet package -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Version>1.0.3</Version>
<AssemblyVersion>1.0.3.0</AssemblyVersion>
<FileVersion>1.0.3.0</FileVersion>
<PackageReleaseNotes>update eos-sharp fixes on specialized array types</PackageReleaseNotes>
<Version>1.0.4</Version>
<AssemblyVersion>1.0.4.0</AssemblyVersion>
<FileVersion>1.0.4.0</FileVersion>
<PackageReleaseNotes>eos-sharp: fix bug on vector of structs typedefs

</PackageReleaseNotes>
</PropertyGroup>

<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="ResolveReferences">
Expand Down
8 changes: 4 additions & 4 deletions ScatterSharp/ScatterSharp/ScatterSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<RepositoryUrl>https://github.com/GetScatter/scatter-sharp</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>EOS, NetStandard, secp256k1, Blockchain, Scatter</PackageTags>
<AssemblyVersion>2.0.6.0</AssemblyVersion>
<FileVersion>2.0.6.0</FileVersion>
<PackageReleaseNotes>update eos-sharp fixes on specialized array types</PackageReleaseNotes>
<Version>2.0.6</Version>
<AssemblyVersion>2.0.7.0</AssemblyVersion>
<FileVersion>2.0.7.0</FileVersion>
<PackageReleaseNotes>eos-sharp: fix bug on vector of structs typedefs</PackageReleaseNotes>
<Version>2.0.7</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand Down
Binary file modified Unity3D/scatter-sharp.unitypackage
Binary file not shown.

0 comments on commit 6988e3a

Please sign in to comment.