Skip to content

Commit

Permalink
Added nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs committed May 25, 2019
1 parent 6d8744d commit 17744e1
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BankAccount/BankAccount.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@
<AssemblyName>MagyarNemzetiBank.BankAccount</AssemblyName>
<Description>This library written in pure C# checks the validity of Hungarian bank account numbers and determines which bank they belong to</Description>
<Company>Balázs Keresztury</Company>
<Copyright>2019</Copyright>
<Copyright>Copyright (c) 2019 Balázs Keresztury</Copyright>
<Product>MagyarNemzetiBank.BankAccount</Product>
</PropertyGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="&quot;C:\Program Files (x86)\NuGet\nuget.exe&quot; pack &quot;$(ProjectPath)&quot; -Prop Configuration=$(ConfigurationName)" />
</Target>

</Project>
17 changes: 17 additions & 0 deletions BankAccount/BankAccount.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$-alpha0</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>First alpha release</releaseNotes>
<copyright>$copyright$</copyright>
<tags>mnb bank banking bank-account bankaccount giro central-bank hungarian</tags>
</metadata>
</package>
31 changes: 31 additions & 0 deletions MagyarNemzetiBank.BankAccount.sln
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 17744e1

Please sign in to comment.