Commit 777d764 1 parent 642b4c2 commit 777d764 Copy full SHA for 777d764
File tree 3 files changed +3
-3
lines changed
AutoDependencyProperty.Fody
AutoDependencyPropertyMarker/Properties
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
[ assembly: AssemblyProduct ( "AutoDependencyProperty.Fody" ) ]
6
6
[ assembly: AssemblyCompany ( "Robert Važan" ) ]
7
7
[ assembly: AssemblyCopyright ( "Copyright © 2014 Robert Važan" ) ]
8
- [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
8
+ [ assembly: AssemblyVersion ( "1.2.2 .0" ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.2.2 .0" ) ]
Original file line number Diff line number Diff line change 8
8
<owners >Robert Važan</owners >
9
9
<developmentDependency >true</developmentDependency >
10
10
<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 >
12
12
<requireLicenseAcceptance >false</requireLicenseAcceptance >
13
13
<description >Fody plugin that converts automatic C# property into WPF DependencyProperty during build</description >
14
14
<tags >Fody WPF XAML DependencyProperty</tags >
You can’t perform that action at this time.
0 commit comments