Skip to content

Commit

Permalink
Add missing fody dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Oct 8, 2018
1 parent 41a281e commit bd3f54b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions AutoProperties.Fody/AutoProperties.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
</None>
</ItemGroup>
<Target Name="Postbuild" AfterTargets="Build" Condition="$(TargetFramework)=='net46'">
<Message Text="Test" />
<MakeDir Directories="$(SolutionDir)Tools" />
<Copy SourceFiles="$(TargetDir)AutoProperties.Fody.dll" DestinationFolder="$(SolutionDir)Tools" />
<Copy SourceFiles="$(TargetDir)AutoProperties.Fody.pdb" DestinationFolder="$(SolutionDir)Tools" />
<Copy SourceFiles="$(TargetDir)$(ProjectName).dll" DestinationFolder="$(SolutionDir)Tools" />
<Copy SourceFiles="$(TargetDir)$(ProjectName).pdb" DestinationFolder="$(SolutionDir)Tools" />
</Target>
</Project>
1 change: 1 addition & 0 deletions AutoProperties/AutoProperties.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<ItemGroup>
<PackageReference Include="FodyPackaging" Version="3.2.9" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.2.9" PrivateAssets="None" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Company>tom-englert.de</Company>
<Copyright>Copyright © tom-englert.de 2017-2018. Distributed under the MIT License.</Copyright>
<Product>AutoProperties.Fody</Product>
<Version>1.15</Version>
<Version>1.16</Version>
<PackageTags>ILWeaving, Fody, Cecil, Property, AutoProperty</PackageTags>
<Description>This add-in gives you extended control over auto-properties, like directly accessing the backing field or intercepting getters and setters.</Description>
<PackageLicenseUrl>https://raw.github.com/tom-englert/AutoProperties.Fody/master/LICENSE</PackageLicenseUrl>
Expand Down

0 comments on commit bd3f54b

Please sign in to comment.