Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bibigone committed Sep 21, 2019
1 parent 333fd8f commit 9fb18cf
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Product.props.in" />
<Import Project="..\Product.props" />

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion K4AdotNet.Tests.Record/K4AdotNet.Tests.Record.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Product.props.in" />
<Import Project="..\Product.props" />

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand Down
2 changes: 1 addition & 1 deletion K4AdotNet.Tests.Unit/K4AdotNet.Tests.Unit.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Product.props.in" />
<Import Project="..\Product.props" />

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand Down
8 changes: 4 additions & 4 deletions K4AdotNet.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.572
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "K4AdotNet", "K4AdotNet\K4AdotNet.csproj", "{0646EAF8-8941-4CBE-9D1A-59C643171F3E}"
EndProject
Expand All @@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0 - Solution Items", "0 - S
K4AdotNet-64.png = K4AdotNet-64.png
K4AdotNet.ico = K4AdotNet.ico
LICENSE = LICENSE
Product.props.in = Product.props.in
Product.props = Product.props
ProductInfo.cs = ProductInfo.cs
README.md = README.md
EndProjectSection
Expand All @@ -35,7 +35,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "K4AdotNet.Samples.Wpf.BodyT
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "K4AdotNet.Samples.Wpf.BackgroundRemover", "K4AdotNet.Samples.Wpf.BackgroundRemover\K4AdotNet.Samples.Wpf.BackgroundRemover.csproj", "{684CCB9A-758B-4D45-99E9-40758B03603D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "K4AdotNet.Tests.Record", "K4AdotNet.Tests.Record\K4AdotNet.Tests.Record.csproj", "{D02E912E-BD4A-412F-81E5-9553BC4B5A5F}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "K4AdotNet.Tests.Record", "K4AdotNet.Tests.Record\K4AdotNet.Tests.Record.csproj", "{D02E912E-BD4A-412F-81E5-9553BC4B5A5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion K4AdotNet/K4AdotNet.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\Product.props.in" />
<Import Project="..\Product.props" />

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions Product.props.in → Product.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>1.1.0</Version>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<Version>1.2.0</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<PackageReleaseNotes>See https://github.com/bibigone/k4a.net/releases </PackageReleaseNotes>
<Authors>bibigone,baSSiLL</Authors>
<Company />
Expand Down
4 changes: 2 additions & 2 deletions ProductInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]

0 comments on commit 9fb18cf

Please sign in to comment.