Skip to content

Commit

Permalink
Merge pull request #298 from ChristopherJennings/ci-version-injection
Browse files Browse the repository at this point in the history
Add version tags for CI to inject value
  • Loading branch information
ChristopherJennings authored Aug 1, 2019
2 parents 27dd755 + 7f70c9e commit 40d331e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
7 changes: 6 additions & 1 deletion KenticoInspector.Core/KenticoInspector.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>7.1</LangVersion>
<Version/>
<PackageVersion/>
<AssemblyVersion/>
<FileVersion/>
<InformationalVersion/>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>7.1</LangVersion>
<Version/>
<PackageVersion/>
<AssemblyVersion/>
<FileVersion/>
<InformationalVersion/>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>

<IsPackable>false</IsPackable>

<LangVersion>7.1</LangVersion>
<Version/>
<PackageVersion/>
<AssemblyVersion/>
<FileVersion/>
<InformationalVersion/>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 5 additions & 0 deletions KenticoInspector.Reports/KenticoInspector.Reports.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>7.1</LangVersion>
<Version/>
<PackageVersion/>
<AssemblyVersion/>
<FileVersion/>
<InformationalVersion/>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
<StartupObject></StartupObject>
<LangVersion>7.1</LangVersion>
<Version/>
<PackageVersion/>
<AssemblyVersion/>
<FileVersion/>
<InformationalVersion/>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 40d331e

Please sign in to comment.