Skip to content

Commit 931aec4

Browse files
committed
Release/Version2.0: New path for packages and bin
1 parent 19c3f5a commit 931aec4

File tree

22 files changed

+722
-613
lines changed

22 files changed

+722
-613
lines changed
Lines changed: 40 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,46 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net5.0</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.
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</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.
1313

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>Updated to .NET 5.0
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>
22+
Updated to .NET 5.0
2223

23-
Use of .NET extension ILogger instead of serilog</PackageReleaseNotes>
24-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
25-
<AssemblyVersion>2.0.0.0</AssemblyVersion>
26-
<FileVersion>2.0.0.0</FileVersion>
27-
<Version>2.0.0</Version>
28-
</PropertyGroup>
24+
Use of .NET extension ILogger instead of serilog
25+
</PackageReleaseNotes>
26+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
27+
<AssemblyVersion>2.0.0.0</AssemblyVersion>
28+
<FileVersion>2.0.0.0</FileVersion>
29+
<Version>2.0.0</Version>
30+
</PropertyGroup>
2931

30-
<ItemGroup>
31-
<None Include="..\..\LICENSE">
32-
<Pack>True</Pack>
33-
<PackagePath></PackagePath>
34-
</None>
35-
<None Include="..\..\IOLAPIClientICO.PNG">
36-
<Pack>True</Pack>
37-
<PackagePath></PackagePath>
38-
</None>
39-
</ItemGroup>
32+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
33+
<OutputPath>C:\Git\IOLApiClient\IOLApiClient\packages\</OutputPath>
34+
</PropertyGroup>
35+
36+
<ItemGroup>
37+
<None Include="..\..\LICENSE">
38+
<Pack>True</Pack>
39+
<PackagePath></PackagePath>
40+
</None>
41+
<None Include="..\..\IOLAPIClientICO.PNG">
42+
<Pack>True</Pack>
43+
<PackagePath></PackagePath>
44+
</None>
45+
</ItemGroup>
4046
</Project>
Lines changed: 50 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,54 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net5.0</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>Updated to .NET 5.0
21-
22-
Use of .NET extension ILogger instead of serilog</PackageReleaseNotes>
23-
<Version>2.0.0</Version>
24-
</PropertyGroup>
25-
26-
<ItemGroup>
27-
<ProjectReference Include="..\IOLApiClient.Auth.Repository.Abstractions\IOLApiClient.Auth.Repository.Abstractions.csproj" />
28-
<ProjectReference Include="..\IOLApiClient.DataStorage.Abstractions\IOLApiClient.DataStorage.Abstractions.csproj" />
29-
</ItemGroup>
30-
31-
<ItemGroup>
32-
<None Include="..\..\LICENSE">
33-
<Pack>True</Pack>
34-
<PackagePath></PackagePath>
35-
</None>
36-
<None Include="..\..\IOLAPIClientICO.PNG">
37-
<Pack>True</Pack>
38-
<PackagePath></PackagePath>
39-
</None>
40-
</ItemGroup>
41-
42-
<ItemGroup>
43-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
44-
</ItemGroup>
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</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 login and refresh your token for 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>
23+
Updated to .NET 5.0
24+
25+
Use of .NET extension ILogger instead of serilog
26+
</PackageReleaseNotes>
27+
<Version>2.0.0</Version>
28+
</PropertyGroup>
29+
30+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
31+
<OutputPath>C:\Git\IOLApiClient\IOLApiClient\packages\</OutputPath>
32+
</PropertyGroup>
33+
34+
<ItemGroup>
35+
<ProjectReference Include="..\IOLApiClient.Auth.Repository.Abstractions\IOLApiClient.Auth.Repository.Abstractions.csproj" />
36+
<ProjectReference Include="..\IOLApiClient.DataStorage.Abstractions\IOLApiClient.DataStorage.Abstractions.csproj" />
37+
</ItemGroup>
38+
39+
<ItemGroup>
40+
<None Include="..\..\LICENSE">
41+
<Pack>True</Pack>
42+
<PackagePath></PackagePath>
43+
</None>
44+
<None Include="..\..\IOLAPIClientICO.PNG">
45+
<Pack>True</Pack>
46+
<PackagePath></PackagePath>
47+
</None>
48+
</ItemGroup>
49+
50+
<ItemGroup>
51+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
52+
</ItemGroup>
4553

4654
</Project>
Lines changed: 37 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,42 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net5.0</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>Updated to .NET 5.0
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</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>
21+
Updated to .NET 5.0
2122

22-
Use of .NET extension ILogger instead of serilog</PackageReleaseNotes>
23-
<Version>2.0.0</Version>
24-
</PropertyGroup>
23+
Use of .NET extension ILogger instead of serilog
24+
</PackageReleaseNotes>
25+
<Version>2.0.0</Version>
26+
</PropertyGroup>
2527

26-
<ItemGroup>
27-
<None Include="..\..\LICENSE">
28-
<Pack>True</Pack>
29-
<PackagePath></PackagePath>
30-
</None>
31-
<None Include="..\..\IOLAPIClientICO.PNG">
32-
<Pack>True</Pack>
33-
<PackagePath></PackagePath>
34-
</None>
35-
</ItemGroup>
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
29+
<OutputPath>C:\Git\IOLApiClient\IOLApiClient\packages\</OutputPath>
30+
</PropertyGroup>
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>
3642
</Project>
Lines changed: 41 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,47 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<TargetFramework>net5.0</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 save your API Client data wherever you want.
13-
</Description>
14-
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
15-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
16-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
17-
<RepositoryType>OpenSource</RepositoryType>
18-
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
19-
<PackageReleaseNotes>Updated to .NET 5.0
3+
<PropertyGroup>
4+
<TargetFramework>net5.0</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 save your API Client data wherever you want.
13+
</Description>
14+
<PackageIcon>IOLAPIClientICO.PNG</PackageIcon>
15+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
16+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
17+
<RepositoryType>OpenSource</RepositoryType>
18+
<RepositoryUrl>https://github.com/Ryujose/InvertirOnline-API-Client</RepositoryUrl>
19+
<PackageReleaseNotes>
20+
Updated to .NET 5.0
2021

21-
Use of .NET extension ILogger instead of serilog</PackageReleaseNotes>
22-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
23-
<Version>2.0.0</Version>
24-
</PropertyGroup>
22+
Use of .NET extension ILogger instead of serilog
23+
</PackageReleaseNotes>
24+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
25+
<Version>2.0.0</Version>
26+
</PropertyGroup>
2527

26-
<ItemGroup>
27-
<ProjectReference Include="..\IOLApiClient.Auth.Repository.Abstractions\IOLApiClient.Auth.Repository.Abstractions.csproj" />
28-
</ItemGroup>
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
29+
<OutputPath>C:\Git\IOLApiClient\IOLApiClient\packages\</OutputPath>
30+
</PropertyGroup>
31+
32+
<ItemGroup>
33+
<ProjectReference Include="..\IOLApiClient.Auth.Repository.Abstractions\IOLApiClient.Auth.Repository.Abstractions.csproj" />
34+
</ItemGroup>
35+
36+
<ItemGroup>
37+
<None Include="..\..\LICENSE">
38+
<Pack>True</Pack>
39+
<PackagePath></PackagePath>
40+
</None>
41+
<None Include="..\..\IOLAPIClientICO.PNG">
42+
<Pack>True</Pack>
43+
<PackagePath></PackagePath>
44+
</None>
45+
</ItemGroup>
2946

30-
<ItemGroup>
31-
<None Include="..\..\LICENSE">
32-
<Pack>True</Pack>
33-
<PackagePath></PackagePath>
34-
</None>
35-
<None Include="..\..\IOLAPIClientICO.PNG">
36-
<Pack>True</Pack>
37-
<PackagePath></PackagePath>
38-
</None>
39-
</ItemGroup>
40-
4147
</Project>

0 commit comments

Comments
 (0)