Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70ef2ec

Browse files
committed
update to new fody packaging
1 parent 209a6b2 commit 70ef2ec

15 files changed

Lines changed: 129 additions & 233 deletions

AssemblyToProcess/AssemblyToProcess.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
5+
<DisableFody>true</DisableFody>
56
</PropertyGroup>
67
<ItemGroup>
78
<ProjectReference Include="..\ReferencedDependency\ReferencedDependency.csproj" />

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
5-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
65
<LangVersion>latest</LangVersion>
7-
<DebugType>full</DebugType>
6+
<Version>1.9.1</Version>
87
</PropertyGroup>
98
</Project>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Chat on Gitter](https://img.shields.io/gitter/room/fody/fody.svg?style=flat)](https://gitter.im/Fody/Fody)
2-
[![NuGet Status](http://img.shields.io/nuget/v/ToString.Fody.svg?style=flat)](https://www.nuget.org/packages/ToString.Fody/)
1+
[![Chat on Gitter](https://img.shields.io/gitter/room/fody/fody.svg?style=flat&max-age=86400)](https://gitter.im/Fody/Fody)
2+
[![NuGet Status](http://img.shields.io/nuget/v/ToString.Fody.svg?style=flat&max-age=86400)](https://www.nuget.org/packages/ToString.Fody/)
33

44

55
## This is an add-in for [Fody](https://github.com/Fody/Fody/)
66

7-
![Icon](https://raw.github.com/Fody/ToString/master/package_icon.png)
7+
![Icon](https://raw.githubusercontent.com/Fody/ToString/master/package_icon.png)
88

99
Generates ToString method from public properties for class decorated with a `[ToString]` Attribute.
1010

ReferencedDependency/ReferencedDependency.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
5+
<DisableFody>true</DisableFody>
56
</PropertyGroup>
67
<ItemGroup>
78
<ProjectReference Include="..\ToString\ToString.csproj" />

0 commit comments

Comments
 (0)