File tree Expand file tree Collapse file tree 3 files changed +44
-0
lines changed
IOLApiClient.Auth.Repository.Abstractions
IOLApiClient.Auth.Repository Expand file tree Collapse file tree 3 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
6
+ <NeutralLanguage >en</NeutralLanguage >
7
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
8
+ <Company />
9
+ <Authors >Jose Luis Guerra Infante</Authors >
10
+ <Product >invertirOnline.com API Authorization lib</Product >
11
+ <Description >
12
+ With these lib you can login and refresh your token for https://www.invertironline.com/ company.
13
+
14
+ To do these you've to create the account and enable the API product.
15
+ </Description >
16
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
17
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
18
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
19
+ <RepositoryType >OpenSource</RepositoryType >
20
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
21
+ <PackageReleaseNotes >Abstractions of Login method and data storage for bearer token data.</PackageReleaseNotes >
5
22
</PropertyGroup >
6
23
7
24
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
+ <Copyright >MIT License - Copyright (c) 2020 Jose Luis Guerra Infante</Copyright >
7
+ <NeutralLanguage >en</NeutralLanguage >
8
+ <PackageProjectUrl >https://github.com/Ryujose/InvertirOnline-API-Client</PackageProjectUrl >
9
+ <Company />
10
+ <Authors >Jose Luis Guerra Infante</Authors >
11
+ <Product >invertirOnline.com API Authorization lib</Product >
12
+ <Description >With these lib you can login and refresh your token for https://www.invertironline.com/ company.
13
+
14
+ To do these you've to create the account and enable the API product.</Description >
15
+ <PackageIcon >IOLAPIClientICO.PNG</PackageIcon >
16
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
17
+ <PackageLicenseFile >LICENSE</PackageLicenseFile >
18
+ <RepositoryType >OpenSource</RepositoryType >
19
+ <RepositoryUrl >https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl >
20
+ <PackageReleaseNotes >Implementation of Login method and data storage for bearer token data</PackageReleaseNotes >
5
21
</PropertyGroup >
6
22
7
23
<ItemGroup >
13
29
<ProjectReference Include =" ..\IOLApiClient.DataStorage.Abstractions\IOLApiClient.DataStorage.Abstractions.csproj" />
14
30
</ItemGroup >
15
31
32
+ <ItemGroup >
33
+ <None Include =" ..\..\LICENSE" >
34
+ <Pack >True</Pack >
35
+ <PackagePath ></PackagePath >
36
+ </None >
37
+ <None Include =" ..\..\IOLAPIClientICO.PNG" >
38
+ <Pack >True</Pack >
39
+ <PackagePath ></PackagePath >
40
+ </None >
41
+ </ItemGroup >
42
+
16
43
</Project >
You can’t perform that action at this time.
0 commit comments