Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Commit

Permalink
Update vestion info
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstKosyanov committed Feb 25, 2016
1 parent d4dab10 commit 5ba9109
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CKxlsxLib/CKxlsxLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>NuGet.Packager\lib\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
4 changes: 2 additions & 2 deletions CKxlsxLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Можно задать все значения или принять номера сборки и редакции по умолчанию
// используя "*", как показано ниже:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.*")]
[assembly: AssemblyFileVersion("1.0.1.*")]
[assembly: AssemblyVersion("1.0.1.5")]
[assembly: AssemblyFileVersion("1.0.1.5")]
2 changes: 1 addition & 1 deletion CKxlsxLib/Reader/xlArrayReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public override IEnumerable<T> ReadToEnumerable<T>(uint[] SheetIDs = null, Event
}
}
}
catch(Exception ex)
catch
{
continue;
}
Expand Down

0 comments on commit 5ba9109

Please sign in to comment.