diff --git a/CHANGELOG.md b/CHANGELOG.md
index b76ed70..a3e0c52 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+### 2.1.2 (2024-01-14)
+- Add strong name support
+
### 2.1.1 (2021-11-06)
- Add documentation
- Fix potential System.NullReferenceException in the ToString() methods
diff --git a/src/ByteSizeLib/ByteSize.snk b/src/ByteSizeLib/ByteSize.snk
new file mode 100644
index 0000000..9509dfe
Binary files /dev/null and b/src/ByteSizeLib/ByteSize.snk differ
diff --git a/src/ByteSizeLib/ByteSizeLib.csproj b/src/ByteSizeLib/ByteSizeLib.csproj
index 99410e7..678b003 100755
--- a/src/ByteSizeLib/ByteSizeLib.csproj
+++ b/src/ByteSizeLib/ByteSizeLib.csproj
@@ -4,7 +4,7 @@
ByteSize
ByteSize is a utility class that makes byte size representation in code easier by removing ambiguity of the value being represented. ByteSize is to bytes what System.TimeSpan is to time.
Copyright © Omar Khudeira 2013-2022
- 2.1.1
+ 2.1.2
ByteSize
Omar Khudeira
netstandard1.0;netstandard2.1;netstandard2.0;net45;net5.0;
@@ -14,8 +14,7 @@
ByteSize
bytes
-- Add documentation
-- Fix potential System.NullReferenceException in the ToString() methods
+- Add strong name support
View all release notes at https://github.com/omar/ByteSize/blob/master/CHANGELOG.md.
https://github.com/omar/ByteSize
@@ -27,6 +26,8 @@ View all release notes at https://github.com/omar/ByteSize/blob/master/CHANGELOG
true
snupkg
true
+ ByteSize.snk
+ true