Skip to content

Commit

Permalink
Updated nugets.
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-tkachev committed Apr 13, 2016
1 parent e925949 commit 3f909ba
Show file tree
Hide file tree
Showing 58 changed files with 2,519 additions and 665 deletions.
10 changes: 5 additions & 5 deletions Source/linq2db.LINQPad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="CodeJam, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7662d8fd5b220919, processorArchitecture=MSIL">
<HintPath>..\packages\CodeJam.1.0.0-beta5\lib\net45\CodeJam.dll</HintPath>
<HintPath>..\packages\CodeJam.1.0.0-beta8\lib\net45\CodeJam.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FirebirdSql.Data.FirebirdClient, Version=4.10.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
Expand All @@ -56,12 +56,12 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Redist\IBM\IBM.Data.Informix.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Annotations, Version=10.1.2.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.10.1.2-eap\lib\net20\JetBrains.Annotations.dll</HintPath>
<Reference Include="JetBrains.Annotations, Version=10.1.4.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.10.1.4\lib\net20\JetBrains.Annotations.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="linq2db, Version=1.0.7.3, Culture=neutral, PublicKeyToken=f19f8aed7feff67e, processorArchitecture=MSIL">
<HintPath>..\packages\linq2db.1.0.7.3\lib\net45\linq2db.dll</HintPath>
<Reference Include="linq2db, Version=1.0.7.4, Culture=neutral, PublicKeyToken=f19f8aed7feff67e, processorArchitecture=MSIL">
<HintPath>..\packages\linq2db.1.0.7.4\lib\net45\linq2db.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="LINQPad, Version=1.0.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5, processorArchitecture=x86">
Expand Down
6 changes: 3 additions & 3 deletions Source/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CodeJam" version="1.0.0-beta5" targetFramework="net45" />
<package id="CodeJam" version="1.0.0-beta8" targetFramework="net45" />
<package id="FirebirdSql.Data.FirebirdClient" version="4.10.0.0" targetFramework="net45" />
<package id="JetBrains.Annotations" version="10.1.2-eap" targetFramework="net45" />
<package id="linq2db" version="1.0.7.3" targetFramework="net45" />
<package id="JetBrains.Annotations" version="10.1.4" targetFramework="net45" />
<package id="linq2db" version="1.0.7.4" targetFramework="net45" />
<package id="linq2db.t4models" version="1.0.7.3" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Analyzers" version="1.1.0" targetFramework="net45" />
<package id="Microsoft.CodeAnalysis.Common" version="1.1.1" targetFramework="net45" />
Expand Down
Binary file not shown.
Binary file removed packages/CodeJam.1.0.0-beta5/lib/net40/CodeJam.dll
Binary file not shown.
Binary file removed packages/CodeJam.1.0.0-beta5/lib/net40/CodeJam.pdb
Binary file not shown.
Binary file removed packages/CodeJam.1.0.0-beta5/lib/net45/CodeJam.dll
Binary file not shown.
Binary file removed packages/CodeJam.1.0.0-beta5/lib/net45/CodeJam.pdb
Binary file not shown.
Binary file removed packages/CodeJam.1.0.0-beta5/lib/net46/CodeJam.dll
Binary file not shown.
Binary file removed packages/CodeJam.1.0.0-beta5/lib/net46/CodeJam.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
CodeJam 1.0.0-beta5 Release Notes
---------------------------------------
CodeJam 1.0.0-beta7 Release Notes
---------------------------------

What's new in 1.0.0-beta8
------------------------
* Unary generic operators for numeric types (-, ~)
* DisjointSets and DisjointSets<T> collections
* Fixes and code cleanup

What's new in 1.0.0-beta7
------------------------
* ServiceContainer disposes created by factory instances
* Service provider chaining in ServiceContainer
* ReflectionExtensions.IsNumeric and IsInteger methods
* Generic operators for numeric types (+, -, *, /, %, ^, &, |, >>, <<)
* Refactoring
* Fixes, code cleanup and annotations

What's new in 1.0.0-beta6
-------------------------
* ReflectionExtensions.ToUnderlying method
* ReflectionExtensions.GetMemberType method
* QueryableExtensions.ApplyOrder method
* EnumHelper.GetField and GetPairs methods
* Additional methods in InfoOf classes
* IServicePublisher interface
* System.IServiceProvider and IServicePublisher helper methods
* ServiceContainer class (IServicePublisher implementation)
* CSV and fixed width parsers
* Performance optimization
* Refactoring
* Fixes, code cleanup and annotations

What's new in 1.0.0-beta5
-------------------------
Expand Down
Loading

0 comments on commit 3f909ba

Please sign in to comment.