diff --git a/.gitignore b/.gitignore
index 6feb516..456e2ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@ x64/
build/
[Bb]in/
[Oo]bj/
+.vs/
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
!packages/*/build/
diff --git a/ChangeLog.md b/ChangeLog.md
index 524b7a3..b836096 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,5 @@
# ChangeLog / ReleaseNotes
-## Version 0.2.23
+## Version 1.0.0
-* Fixed csv tag in the nuget packages.
-* Refactored psake with adding release notes to nuget.
\ No newline at end of file
+* Signed assemblies with a strong name key
\ No newline at end of file
diff --git a/assets/FlatFile.snk b/assets/FlatFile.snk
new file mode 100644
index 0000000..057a0c0
Binary files /dev/null and b/assets/FlatFile.snk differ
diff --git a/nuspecs/FlatFile.Core.Attributes.nuspec b/nuspecs/FlatFile.Core.Attributes.nuspec
index 8d23799..adb818e 100644
Binary files a/nuspecs/FlatFile.Core.Attributes.nuspec and b/nuspecs/FlatFile.Core.Attributes.nuspec differ
diff --git a/nuspecs/FlatFile.Core.nuspec b/nuspecs/FlatFile.Core.nuspec
index 58ec0f8..ef3dbb9 100644
Binary files a/nuspecs/FlatFile.Core.nuspec and b/nuspecs/FlatFile.Core.nuspec differ
diff --git a/nuspecs/FlatFile.Delimited.Attributes.nuspec b/nuspecs/FlatFile.Delimited.Attributes.nuspec
index 3c88fd0..1ef9602 100644
Binary files a/nuspecs/FlatFile.Delimited.Attributes.nuspec and b/nuspecs/FlatFile.Delimited.Attributes.nuspec differ
diff --git a/nuspecs/FlatFile.Delimited.nuspec b/nuspecs/FlatFile.Delimited.nuspec
index 8f94997..ce83988 100644
Binary files a/nuspecs/FlatFile.Delimited.nuspec and b/nuspecs/FlatFile.Delimited.nuspec differ
diff --git a/nuspecs/FlatFile.FixedLength.Attributes.nuspec b/nuspecs/FlatFile.FixedLength.Attributes.nuspec
index 03fd95c..ad60408 100644
Binary files a/nuspecs/FlatFile.FixedLength.Attributes.nuspec and b/nuspecs/FlatFile.FixedLength.Attributes.nuspec differ
diff --git a/nuspecs/FlatFile.FixedLength.nuspec b/nuspecs/FlatFile.FixedLength.nuspec
index afb03c5..a7615b8 100644
Binary files a/nuspecs/FlatFile.FixedLength.nuspec and b/nuspecs/FlatFile.FixedLength.nuspec differ
diff --git a/nuspecs/FlatFile.nuspec b/nuspecs/FlatFile.nuspec
index a38c1b3..94697dd 100644
Binary files a/nuspecs/FlatFile.nuspec and b/nuspecs/FlatFile.nuspec differ
diff --git a/src/FlatFile.Benchmark/FlatFile.Benchmark.csproj b/src/FlatFile.Benchmark/FlatFile.Benchmark.csproj
index caa3588..880a2bd 100644
--- a/src/FlatFile.Benchmark/FlatFile.Benchmark.csproj
+++ b/src/FlatFile.Benchmark/FlatFile.Benchmark.csproj
@@ -31,6 +31,12 @@
prompt
4
+
+ true
+
+
+ ..\..\assets\FlatFile.snk
+
..\packages\Benchmark.It.1.2.0\lib\BenchmarkIt.dll
@@ -101,6 +107,9 @@
+
+ FlatFile.snk
+
diff --git a/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj b/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj
index 87f339c..cbb8cff 100644
--- a/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj
+++ b/src/FlatFile.Core.Attributes/FlatFile.Core.Attributes.csproj
@@ -86,6 +86,12 @@
4
bin\$(Configuration)\$(Framework)\$(AssemblyName).XML
+
+ true
+
+
+ ..\..\assets\FlatFile.snk
+
@@ -109,6 +115,11 @@
FlatFile.Core
+
+
+ FlatFile.snk
+
+