Skip to content

Commit

Permalink
copyright updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-dot-cohen committed Jan 30, 2023
1 parent dc87fe5 commit c75c4fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HyperSerializer.Test/SerializerTestsUnsafe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using NUnit.Framework;

namespace Hyper.Test;

[Ignore("Not Relevant")]
public class SerializerTestsUnsafe : TestBaseUnsafe
{
[SetUp]
Expand Down
2 changes: 1 addition & 1 deletion HyperSerializer/HyperSerializer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Authors>Adam Cohen</Authors>
<Company>Hyperlnq</Company>
<Product>HyperSerializer</Product>
<Copyright>2022</Copyright>
<Copyright>2023</Copyright>
<Description>The fastest dotnet binary serializer known to Git-kind. Up to 18 times faster than MessagePack and Protobuf with roughly equivelant memory allocation. HyperSerializer uses the Span and Memory managed memory structs to acheive high speed and low memory allocation without unsafe code. HyperSerializer is 100% thread-safe and comes with both sync and async serialization and deserialization methods.</Description>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<PackageProjectUrl>https://github.com/Hyperlnq/HyperSerializer</PackageProjectUrl>
Expand Down

0 comments on commit c75c4fa

Please sign in to comment.