Skip to content

Commit b59a7cf

Browse files
committed
Release/Version1.1: Add .csproj data to generate nugget packages.
1 parent 364a02f commit b59a7cf

File tree

12 files changed

+212
-0
lines changed

12 files changed

+212
-0
lines changed

src/IOLApiClient.Communication.Abstractions/IOLApiClient.Communication.Abstractions.csproj

Lines changed: 16 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>
13+
Abstractions of communication objects
14+
</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>Abstractions of communication objects</PackageReleaseNotes>
521
</PropertyGroup>
622

723
</Project>

src/IOLApiClient.MyAccount.Operations.Repository.Abstractions/IOLApiClient.MyAccount.Operations.Repository.Abstractions.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can manage your operations on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Abstractions of operational delete and retrieval of transaction</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

src/IOLApiClient.MyAccount.Operations.Repository/IOLApiClient.MyAccount.Operations.Repository.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can manage your operations on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Implementation of operational delete and retrieval of transaction</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

src/IOLApiClient.Operative.Abstractions/IOLApiClient.Operative.Abstractions.csproj

Lines changed: 16 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>
13+
Abstraction for operative data
14+
</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>Abstractions of operatiove data</PackageReleaseNotes>
521
</PropertyGroup>
622

723
</Project>

src/IOLApiClient.Operative.Buy.Repository.Abstractions/IOLApiClient.Operative.Buy.Repository.Abstractions.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can buy stocks on markets on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Abstractions of buy stocks</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

src/IOLApiClient.Operative.Buy.Repository/IOLApiClient.Operative.Buy.Repository.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can buy stocks on markets on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Implementation of buy stocks</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

src/IOLApiClient.Operative.Retrieval.Repository.Abstractions/IOLApiClient.Operative.Retrieval.Repository.Abstractions.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can do a retrieval of a subscription on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Abstractions of retrieval from a subscription</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

src/IOLApiClient.Operative.Retrieval.Repository/IOLApiClient.Operative.Retrieval.Repository.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can do a retrieval of a subscription on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Implementation of retrieval from a subscription</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

src/IOLApiClient.Operative.Sell.Repository.Abstractions/IOLApiClient.Operative.Sell.Repository.Abstractions.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can do a sell of an stock market on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Abstractions of sell an stock</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

src/IOLApiClient.Operative.Sell.Repository/IOLApiClient.Operative.Sell.Repository.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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>
13+
With these lib you can do a sell of an stock market on https://www.invertironline.com/ company.
14+
15+
To do these you've to create the account and enable the API product.
16+
</Description>
17+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
18+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
19+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20+
<RepositoryType>OpenSource</RepositoryType>
21+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
22+
<PackageReleaseNotes>Implementation of sell an stock</PackageReleaseNotes>
523
</PropertyGroup>
624

725
<ItemGroup>

0 commit comments

Comments
 (0)