Skip to content

Commit 64340e2

Browse files
committed
Update to new REGON API implementing PKD2025
1 parent a363206 commit 64340e2

25 files changed

+79
-58
lines changed

nip24Example/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Example/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[assembly: AssemblyConfiguration("")]
1010
[assembly: AssemblyCompany("NETCAT")]
1111
[assembly: AssemblyProduct("NIP24")]
12-
[assembly: AssemblyCopyright("Copyright © 2016-2021 by NETCAT (www.netcat.pl)")]
12+
[assembly: AssemblyCopyright("Copyright © 2015-2025 by NETCAT (www.netcat.pl)")]
1313
[assembly: AssemblyTrademark("All rights reserved")]
1414
[assembly: AssemblyCulture("")]
1515

@@ -31,5 +31,5 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.4.9.0")]
35-
[assembly: AssemblyFileVersion("1.4.9.0")]
34+
[assembly: AssemblyVersion("1.5.0.0")]
35+
[assembly: AssemblyFileVersion("1.5.0.0")]

nip24Library/AccountStatus.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Library/AllData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Library/BusinessPartner.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Library/EUVAT.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Library/Error.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Library/IBAN.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Library/IBANStatus.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

nip24Library/InvoiceData.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015-2024 NETCAT (www.netcat.pl)
2+
* Copyright 2015-2025 NETCAT (www.netcat.pl)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*
1616
* @author NETCAT <[email protected]>
17-
* @copyright 2015-2024 NETCAT (www.netcat.pl)
17+
* @copyright 2015-2025 NETCAT (www.netcat.pl)
1818
* @license http://www.apache.org/licenses/LICENSE-2.0
1919
*/
2020

0 commit comments

Comments
 (0)