Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
codingWombat committed Aug 6, 2020
1 parent 1c66895 commit d00e400
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 58 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Authors>Thomas Budde</Authors>
<Description>Abstraction layer for the unoffical event client to integrate the https://vortex.incub8.de/ data warehouse.</Description>
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

</Project>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Authors>Thomas Budde</Authors>
<Description>Abstraction layer for the unoffical event client to integrate the https://vortex.incub8.de/ data warehouse.</Description>
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.1-snapshot
</Version>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Thomas Budde</Authors>
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description>
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client.Abstractions\CodingWombat.Incub8Vortex.Client.Abstractions.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
</ItemGroup>

</Project>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Thomas Budde</Authors>
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description>
<PackageProjectUrl>https://github.com/codingWombat/Incub8Vortex</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Version>0.0.0.1-snapshot
</Version>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client.Abstractions\CodingWombat.Incub8Vortex.Client.Abstractions.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" />
<PackageReference Include="System.Net.Http.Json" Version="3.2.1" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Authors>Thomas Budde</Authors>
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description>
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client\CodingWombat.Incub8Vortex.Client.csproj" />
</ItemGroup>

</Project>
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Authors>Thomas Budde</Authors>
<Description>Unofficial event client to integrate the https://vortex.incub8.de/ data warehouse.</Description>
<PackageLicenseUrl>https://github.com/codingWombat/Incub8Vortex/blob/develop/LICENSE.md</PackageLicenseUrl>
<RepositoryUrl>https://github.com/codingWombat/Incub8Vortex</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.0.1-snapshot
</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.6" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="3.1.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CodingWombat.Incub8Vortex.Client\CodingWombat.Incub8Vortex.Client.csproj" />
</ItemGroup>
</Project>

0 comments on commit d00e400

Please sign in to comment.