Skip to content

Commit

Permalink
updates from eos-sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcs85 committed Apr 12, 2019
1 parent 6988e3a commit b3d657b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
<TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage</TargetsForTfmSpecificBuildOutput>
<!-- include PDBs in the NuGet package -->
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<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
<Version>1.0.5</Version>
<AssemblyVersion>1.0.5.0</AssemblyVersion>
<FileVersion>1.0.5.0</FileVersion>
<PackageReleaseNotes>eos-sharp: Fix unpacking transactions bug (thanks to dbulha)

</PackageReleaseNotes>
</PropertyGroup>
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.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>
<AssemblyVersion>2.0.8.0</AssemblyVersion>
<FileVersion>2.0.8.0</FileVersion>
<PackageReleaseNotes>eos-sharp: Fix unpacking transactions bug (thanks to dbulha)</PackageReleaseNotes>
<Version>2.0.8</Version>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
</PropertyGroup>

Expand Down
Binary file modified Unity3D/scatter-sharp.unitypackage
Binary file not shown.
2 changes: 1 addition & 1 deletion eos-sharp

0 comments on commit b3d657b

Please sign in to comment.