Skip to content

Commit

Permalink
remove commandlineparser license, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkovalchik committed Jul 3, 2019
1 parent 0e6cc43 commit 1f720b3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 7 deletions.
8 changes: 4 additions & 4 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

Serilog is distributed under the Apache 2.0 license, original license
file to be found within the accompanying file named SerilogLicense.

CommandLineParser is distributed under the MIT license, original
license to be found within the accompanying file named
CommandLineParserLicense.
Oxyplot is distributed under the MIT license, original
license can be found at:
https://github.com/oxyplot/oxyplot/blob/develop/LICENSE
---------------------------------------------------------------------------
1 change: 0 additions & 1 deletion RawTools.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AD4DDCB0-3F2C-49FF-A53E-BE82CCCCEA64}"
ProjectSection(SolutionItems) = preProject
changelog.md = changelog.md
CommandLineParserLicense = CommandLineParserLicense
LICENSE = LICENSE
NOTICE = NOTICE
RawFileReaderLicense = RawFileReaderLicense
Expand Down
2 changes: 1 addition & 1 deletion RawTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("15.1.2019.0")]

[assembly: AssemblyInformationalVersion("1.4.2")]
[assembly: AssemblyInformationalVersion("2.0.0")]
12 changes: 12 additions & 0 deletions RawTools/RawTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<ShouldCreateLogs>True</ShouldCreateLogs>
<AdvancedSettingsExpanded>False</AdvancedSettingsExpanded>
<UpdateAssemblyVersion>False</UpdateAssemblyVersion>
<UpdateAssemblyFileVersion>False</UpdateAssemblyFileVersion>
<UpdateAssemblyInfoVersion>False</UpdateAssemblyInfoVersion>
<AssemblyInfoVersionSettings>
</AssemblyInfoVersionSettings>
<UpdatePackageVersion>False</UpdatePackageVersion>
<AssemblyInfoVersionType>SettingsVersion</AssemblyInfoVersionType>
<InheritWinAppVersionFrom>None</InheritWinAppVersionFrom>
<AssemblyInfoVersionSemVerSettings>
</AssemblyInfoVersionSemVerSettings>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down
2 changes: 1 addition & 1 deletion RawToolsViz/RawToolsViz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\RawTools\bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down

0 comments on commit 1f720b3

Please sign in to comment.