|
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <LangVersion>7.3</LangVersion> |
6 | 6 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
7 | | - <AssemblyName>Raptorious.SharpMt940Lib.Core</AssemblyName> |
8 | | - <PackageId>Raptorious.SharpMt940Lib.Core</PackageId> |
9 | | - <Title>Raptorious.SharpMt940Lib.Core</Title> |
10 | | - <Product>Raptorious.SharpMt940Lib.Core</Product> |
| 7 | + <AssemblyName>SharpMt940Lib.Core</AssemblyName> |
| 8 | + <PackageId>SharpMt940Lib.Core</PackageId> |
| 9 | + <Title>SharpMt940Lib.Core</Title> |
| 10 | + <Product>SharpMt940Lib.Core</Product> |
11 | 11 | <Version>1.0.0</Version> |
12 | 12 | <PackageVersion>1.0.0</PackageVersion> |
13 | 13 | <AssemblyVersion>1.0.0</AssemblyVersion> |
14 | 14 | <Authors>Mohammad Javad Ebrahimi</Authors> |
15 | 15 | <Company>Mohammad Javad Ebrahimi</Company> |
16 | 16 | <Copyright>Copyright © Mohammad Javad Ebrahimi 2019</Copyright> |
17 | | - <Description>SharpMT940Lib implements the MT940 format in C# and is based on specifications of multiple banks. You can use it as a base for financial software or for conversions to other formats like CSV or OFX.</Description> |
| 17 | + <Description>SharpMt940Lib.Core is an unofficial port of the 'Raptorious.Finance.Swift.Mt940' to .NET Core. SharpMT940Lib implements the MT940 format in C# and is based on specifications of multiple banks. You can use it as a base for financial software or for conversions to other formats like CSV or OFX.</Description> |
18 | 18 | <PackageTags>.NETCore MT940 SharpMT940Lib Bank Swift Finance Transaction Parser</PackageTags> |
19 | | - <PackageIconUrl>https://raw.githubusercontent.com/mjebrahimi/Raptorious.SharpMt940Lib.Core/master/Documentation/MT940.jpg</PackageIconUrl> |
20 | | - <PackageLicenseUrl>https://github.com/mjebrahimi/Raptorious.SharpMt940Lib.Core/blob/master/LICENSE</PackageLicenseUrl> |
21 | | - <PackageProjectUrl>https://github.com/mjebrahimi/Raptorious.SharpMt940Lib.Core</PackageProjectUrl> |
22 | | - <RepositoryUrl>https://github.com/mjebrahimi/Raptorious.SharpMt940Lib.Core</RepositoryUrl> |
23 | | - <PackageReleaseNotes>https://github.com/mjebrahimi/Raptorious.SharpMt940Lib.Core/releases</PackageReleaseNotes> |
| 19 | + <PackageIconUrl>https://raw.githubusercontent.com/mjebrahimi/SharpMt940Lib.Core/master/Documentation/MT940.jpg</PackageIconUrl> |
| 20 | + <PackageLicenseUrl>https://github.com/mjebrahimi/SharpMt940Lib.Core/blob/master/LICENSE</PackageLicenseUrl> |
| 21 | + <PackageProjectUrl>https://github.com/mjebrahimi/SharpMt940Lib.Core</PackageProjectUrl> |
| 22 | + <RepositoryUrl>https://github.com/mjebrahimi/SharpMt940Lib.Core</RepositoryUrl> |
| 23 | + <PackageReleaseNotes>https://github.com/mjebrahimi/SharpMt940Lib.Core/releases</PackageReleaseNotes> |
24 | 24 | <RepositoryType>git</RepositoryType> |
25 | 25 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
26 | 26 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
0 commit comments