Skip to content

Commit 777d764

Browse files
Robert Va?anRobert Va?an
Robert Va?an
authored and
Robert Va?an
committed
Documentation link
1 parent 642b4c2 commit 777d764

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AutoDependencyProperty.Fody/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
[assembly: AssemblyProduct("AutoDependencyProperty.Fody")]
66
[assembly: AssemblyCompany("Robert Važan")]
77
[assembly: AssemblyCopyright("Copyright © 2014 Robert Važan")]
8-
[assembly: AssemblyVersion("1.2.1.0")]
8+
[assembly: AssemblyVersion("1.2.2.0")]

AutoDependencyPropertyMarker/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.2.1.0")]
35+
[assembly: AssemblyVersion("1.2.2.0")]

NuGet/AutoDependencyProperty.Fody.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>Robert Važan</owners>
99
<developmentDependency>true</developmentDependency>
1010
<licenseUrl>http://opensource.org/licenses/BSD-3-Clause</licenseUrl>
11-
<projectUrl>https://bitbucket.org/robertvazan/fodydependencyproperty</projectUrl>
11+
<projectUrl>http://blog.angeloflogic.com/2014/12/no-more-dependencyproperty-with.html</projectUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Fody plugin that converts automatic C# property into WPF DependencyProperty during build</description>
1414
<tags>Fody WPF XAML DependencyProperty</tags>

0 commit comments

Comments
 (0)