Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha2'
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs committed May 25, 2019
2 parents aa0c1d7 + 45a0bae commit 107e17a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BankAccount/BankAccount.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package >
<metadata>
<id>$id$</id>
<version>$version$-alpha1</version>
<version>$version$-alpha2</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>belidzs</owners>
<licenseUrl>https://github.com/belidzs/MagyarNemzetiBank.BankAccount/blob/develop/LICENCE</licenseUrl>
<projectUrl>https://github.com/belidzs/MagyarNemzetiBank.BankAccount</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Second alpha release</releaseNotes>
<releaseNotes>Alpha pre-release</releaseNotes>
<copyright>$copyright$</copyright>
<tags>mnb bank banking bank-account bankaccount giro central-bank hungarian</tags>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion BankAccount/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
6 changes: 6 additions & 0 deletions MagyarNemzetiBank.BankAccount.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 107e17a

Please sign in to comment.