Skip to content

Commit

Permalink
[skip ci] Updated files for version 1.2.0.104
Browse files Browse the repository at this point in the history
  • Loading branch information
Duco committed Feb 5, 2018
1 parent dbf01b4 commit c70b3f3
Show file tree
Hide file tree
Showing 17 changed files with 53 additions and 50 deletions.
7 changes: 5 additions & 2 deletions docs/index.html
Expand Up @@ -460,8 +460,11 @@ <h3>writeqr</h3>
<p>A handy tool to generate QR codes.</p>
<pre>Usage:
- writeqr --input this is the QR content --outputFile C:\temp\qr.png --width 250 --height 250
- writeqr --input this is the QR content --extension png

The output type is determined by the file extension of &quot;outputType&quot;. Supported file types: png, svg.
The output type is determined by the file extension of &quot;outputType&quot; (or &quot;extension&quot;). Supported file types: png, svg.

&quot;extension&quot; or &quot;outputType&quot; should be set. They can&#39;t be set both. If &quot;extension&quot; is set, the file contents are Base64 encoded when written to the console window.

Optional properties:
- width: the PNG file width in pixels (default 250)
Expand All @@ -474,7 +477,7 @@ <h3>writeqr</h3>
<hr>

<footer>
<p>&copy; Ducode 2018 - Built on 2018-01-30 20:22:16 for version 1.2.0.103</p>
<p>&copy; Ducode 2018 - Built on 2018-02-05 20:44:07 for version 1.2.0.104</p>
</footer>
</div>
<script src="js/vendor/jquery-1.11.2.min.js"></script>
Expand Down
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Armyknife.Business</AssemblyName>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.DI.Unity/Armyknife.DI.Unity.csproj
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Unity" Version="5.5.4" />
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.DocGenerator/Armyknife.DocGenerator.csproj
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</FileVersion>
</PropertyGroup>
<ItemGroup>
<Compile Update="GeneratorResources.Designer.cs">
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife.HelperTool/Armyknife.HelperTool.csproj
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
6 changes: 3 additions & 3 deletions src/Armyknife/Armyknife.csproj
Expand Up @@ -3,9 +3,9 @@
<OutputType>Exe</OutputType>
<PackageId>Armyknife</PackageId>
<TargetFramework>netcoreapp2.0</TargetFramework>
<Version>1.2.0.103</Version>
<AssemblyVersion>1.2.0.103</AssemblyVersion>
<FileVersion>1.2.0.103</FileVersion>
<Version>1.2.0.104</Version>
<AssemblyVersion>1.2.0.104</AssemblyVersion>
<FileVersion>1.2.0.104</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 c70b3f3

Please sign in to comment.