Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Duco committed Dec 3, 2017
2 parents fd565ce + f41ca9c commit ea97523
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 57 deletions.
1 change: 1 addition & 0 deletions choco/armyknife.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<tags>armyknife tool tools command-line</tags>
<summary>A cross-platform console app with lots of handy tools.</summary>
<description>A cross-platform console app with lots of handy tools.</description>
<releaseNotes>See https://github.com/dukeofharen/armyknife/releases</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
15 changes: 4 additions & 11 deletions choco/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$fileLocation = Join-Path $toolsDir 'armyknife_install.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = $fileLocation

softwareName = 'armyknife*'

checksum = '[CHECKSUM]'
checksumType = 'sha256'

silentArgs = '/S'

silentArgs = "/S"
validExitCodes= @(0)
softwareName = 'armyknife*'
}

Install-ChocolateyPackage @packageArgs
Install-ChocolateyInstallPackage @packageArgs
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ <h3>writeqr</h3>
<hr>

<footer>
<p>&copy; Ducode 2017 - Built on 2017-11-26 21:31:00 for version 1.2.0.87</p>
<p>&copy; Ducode 2017 - Built on 2017-12-03 20:49:06 for version 1.2.0.88</p>
</footer>
</div>
<script src="js/vendor/jquery-1.11.2.min.js"></script>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Business/Armyknife.Business.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Armyknife.Business</AssemblyName>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.DocGenerator/Armyknife.DocGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Exceptions/Armyknife.Exceptions.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Generator/Armyknife.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<ItemGroup>
<Compile Update="GeneratorResources.Designer.cs">
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.HelperTool/Armyknife.HelperTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Models/Armyknife.Models.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Resources/Armyknife.Resources.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Services/Armyknife.Services.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.TestUtilities/Armyknife.TestUtilities.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Tests/Armyknife.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Tools/Armyknife.Tools.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.Utilities/Armyknife.Utilities.csproj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife/Armyknife.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<OutputType>Exe</OutputType>
<PackageId>Armyknife</PackageId>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.87</Version>
<AssemblyVersion>1.2.0.87</AssemblyVersion>
<FileVersion>1.2.0.87</FileVersion>
<Version>1.2.0.88</Version>
<AssemblyVersion>1.2.0.88</AssemblyVersion>
<FileVersion>1.2.0.88</FileVersion>
<RuntimeIdentifiers>win81-x64;win10-x64;ubuntu.14.04-x64;ubuntu.16.04-x64</RuntimeIdentifiers>
<RuntimeFrameworkVersion>2.0.0</RuntimeFrameworkVersion>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit ea97523

Please sign in to comment.