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

Commit

Permalink
Updated to latest version of Catel.Fody so all argument expressions w…
Browse files Browse the repository at this point in the history
…ill be weaved into faster argument check calls
  • Loading branch information
GeertvanHorrik committed Sep 7, 2014
1 parent fda1ba6 commit 2f77d58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/GitLink/FodyWeavers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
<Costura>
<IncludeAssemblies>
Catel.Core
FSharp.Core
LibGit2Sharp
SourceLink
</IncludeAssemblies>
</Costura>
<Catel/>
</Weavers>
3 changes: 3 additions & 0 deletions src/GitLink/GitLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\Catel.Core.4.0.0-unstable0497\lib\net45\Catel.Core.dll</HintPath>
</Reference>
<Reference Include="Catel.Fody.Attributes">
<HintPath>..\..\lib\Catel.Fody.2.3.0-unstable0031\lib\portable-net4+sl4+wp7+win8+wpa81+MonoAndroid14+MonoTouch40\Catel.Fody.Attributes.dll</HintPath>
</Reference>
<Reference Include="LibGit2Sharp, Version=0.19.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\lib\LibGit2Sharp.0.19.0.0\lib\net40\LibGit2Sharp.dll</HintPath>
Expand Down
1 change: 1 addition & 0 deletions src/GitLink/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Catel.Core" version="4.0.0-unstable0497" targetFramework="net45" />
<package id="Catel.Fody" version="2.3.0-unstable0031" targetFramework="net45" developmentDependency="true" />
<package id="Costura.Fody" version="1.3.2.0" targetFramework="net45" developmentDependency="true" />
<package id="Fody" version="1.25.0" targetFramework="net45" developmentDependency="true" />
<package id="LibGit2Sharp" version="0.19.0.0" targetFramework="net45" />
Expand Down

0 comments on commit 2f77d58

Please sign in to comment.