Skip to content

Commit

Permalink
Version 1.0.2 (#7)
Browse files Browse the repository at this point in the history
* Version 1.0.1

* 1.0.2
  • Loading branch information
bbowyersmyth authored Jun 10, 2023
1 parent 6f68d86 commit 2953313
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<RootNamespace>BinaryFormatDataStructure</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.0.0</Version>
<Version>1.0.2</Version>
<Authors>Bruce Bowyer-Smyth</Authors>
<Company></Company>
<Description>Reader for the Binary Format Data Structure (MS-NRBF).
Source is typically a stream created by BinaryFormatter.</Description>
<PackageTags>BinaryFormatter serialization</PackageTags>
<PackageReleaseNotes>Initial Release</PackageReleaseNotes>
<PackageReleaseNotes>Fix for arrays of custom objects with a BinaryLibrary record (Dictionaries)</PackageReleaseNotes>
<Copyright>Copyright (c) Bruce Bowyer-Smyth and contributors</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/bbowyersmyth/BinaryFormatDataStructure</PackageProjectUrl>
<RepositoryUrl>https://github.com/bbowyersmyth/BinaryFormatDataStructure</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
<FileVersion>1.0.2.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2953313

Please sign in to comment.