Skip to content

Commit f848d06

Browse files
committed
Release/Version1.0: Package data for auth libs
1 parent 55f50d4 commit f848d06

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

IOLAPIClientICO.PNG

5.8 KB
Loading

src/IOLApiClient.Auth.Repository.Abstractions/IOLApiClient.Auth.Repository.Abstractions.csproj

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
<PropertyGroup>
44
<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>
522
</PropertyGroup>
623

724
</Project>

src/IOLApiClient.Auth.Repository/IOLApiClient.Auth.Repository.csproj

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<PropertyGroup>
44
<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>
521
</PropertyGroup>
622

723
<ItemGroup>
@@ -13,4 +29,15 @@
1329
<ProjectReference Include="..\IOLApiClient.DataStorage.Abstractions\IOLApiClient.DataStorage.Abstractions.csproj" />
1430
</ItemGroup>
1531

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+
1643
</Project>

0 commit comments

Comments
 (0)