diff --git a/BankAccount/BankAccount.nuspec b/BankAccount/BankAccount.nuspec index 1b78c74..7308dc3 100644 --- a/BankAccount/BankAccount.nuspec +++ b/BankAccount/BankAccount.nuspec @@ -2,7 +2,7 @@ $id$ - $version$-alpha1 + $version$-alpha2 $title$ $author$ belidzs @@ -10,7 +10,7 @@ https://github.com/belidzs/MagyarNemzetiBank.BankAccount false $description$ - Second alpha release + Alpha pre-release $copyright$ mnb bank banking bank-account bankaccount giro central-bank hungarian diff --git a/BankAccount/Properties/AssemblyInfo.cs b/BankAccount/Properties/AssemblyInfo.cs index 11f83c9..7ea2a87 100644 --- a/BankAccount/Properties/AssemblyInfo.cs +++ b/BankAccount/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("MagyarNemzetiBank.Properties")] +[assembly: AssemblyTitle("MagyarNemzetiBank.BankAccount")] [assembly: AssemblyDescription("This library written in pure C# checks the validity of Hungarian bank account numbers and determines which bank they belong to.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Balázs Keresztury")] diff --git a/MagyarNemzetiBank.BankAccount.sln b/MagyarNemzetiBank.BankAccount.sln index 2e2d3a5..6a4d18c 100644 --- a/MagyarNemzetiBank.BankAccount.sln +++ b/MagyarNemzetiBank.BankAccount.sln @@ -7,6 +7,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BankAccount", "BankAccount\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankAccountTests", "BankAccountTests\BankAccountTests.csproj", "{8EDF4429-251A-416D-BB68-93F227191BCF}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BankAccountExample", "..\..\..\Documents\Visual Studio 2017\Projects\MagyarNemzetiBank.BankAccount\BankAccountExample\BankAccountExample.csproj", "{1A4ACA5A-7461-4A21-AC51-E3F784E3CC38}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -21,6 +23,10 @@ Global {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 + {1A4ACA5A-7461-4A21-AC51-E3F784E3CC38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1A4ACA5A-7461-4A21-AC51-E3F784E3CC38}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1A4ACA5A-7461-4A21-AC51-E3F784E3CC38}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1A4ACA5A-7461-4A21-AC51-E3F784E3CC38}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE