Skip to content

Commit 72d3bba

Browse files
committed
1 parent 2df4f91 commit 72d3bba

File tree

5 files changed

+9
-85
lines changed

5 files changed

+9
-85
lines changed

AccountNumberTools.Contracts/IBAN/CountrySpecific/GermanAccountNumber.cs

-81
This file was deleted.

Shared/GlobalAssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
//
3535
// You can specify all the values or you can default the Revision and Build Numbers
3636
// by using the '*' as shown below:
37-
[assembly: AssemblyVersion("0.3.0.0")]
38-
[assembly: AssemblyFileVersion("0.3.0.0")]
37+
[assembly: AssemblyVersion("0.4.0.0")]
38+
[assembly: AssemblyFileVersion("0.4.0.0")]

nuget-push.cmd

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
@ECHO OFF
22

33
SET Id=AccountNumberTools
4-
SET VERSION=0.2.0.0
4+
SET VERSION=0.4.0.0
55

6-
3rdParty\nuget\nuget delete %ID% %VERSION%
76
3rdParty\nuget\nuget push Build\nuget\%ID%.%VERSION%.nupkg

nuget-remove.cmd

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@ECHO OFF
2+
3+
SET Id=AccountNumberTools
4+
SET VERSION=0.2.0.0
5+
6+
3rdParty\nuget\nuget delete %ID% %VERSION%

0 commit comments

Comments
 (0)