diff --git a/BankAccount/BankAccount.csproj b/BankAccount/BankAccount.csproj
index 1a10d91..eb62c3e 100644
--- a/BankAccount/BankAccount.csproj
+++ b/BankAccount/BankAccount.csproj
@@ -6,7 +6,7 @@
MagyarNemzetiBank.BankAccount
This library written in pure C# checks the validity of Hungarian bank account numbers and determines which bank they belong to
Balázs Keresztury
- 2019
+ Copyright (c) 2019 Balázs Keresztury
MagyarNemzetiBank.BankAccount
@@ -14,4 +14,8 @@
+
+
+
+
diff --git a/BankAccount/BankAccount.nuspec b/BankAccount/BankAccount.nuspec
new file mode 100644
index 0000000..b13b1f3
--- /dev/null
+++ b/BankAccount/BankAccount.nuspec
@@ -0,0 +1,17 @@
+
+
+
+ $id$
+ $version$-alpha0
+ $title$
+ $author$
+ belidzs
+ https://github.com/belidzs/MagyarNemzetiBank.BankAccount/blob/develop/LICENCE
+ https://github.com/belidzs/MagyarNemzetiBank.BankAccount
+ false
+ $description$
+ First alpha release
+ $copyright$
+ mnb bank banking bank-account bankaccount giro central-bank hungarian
+
+
\ No newline at end of file
diff --git a/MagyarNemzetiBank.BankAccount.sln b/MagyarNemzetiBank.BankAccount.sln
new file mode 100644
index 0000000..2e2d3a5
--- /dev/null
+++ b/MagyarNemzetiBank.BankAccount.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.28307.645
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankAccount", "BankAccount\BankAccount.csproj", "{F868E5A1-F07A-4A11-A399-065DA1E192A8}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankAccountTests", "BankAccountTests\BankAccountTests.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F868E5A1-F07A-4A11-A399-065DA1E192A8}.Release|Any CPU.Build.0 = Release|Any CPU
+ {8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {8EDF4429-251A-416D-BB68-93F227191BCF}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {8EDF4429-251A-416D-BB68-93F227191BCF}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {08383AAC-75CE-4F15-B676-B226BBA31A41}
+ EndGlobalSection
+EndGlobal