File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <metadata >
44 <title >PinSharp</title >
55 <id >PinSharp</id >
6- <version >1.0 </version >
6+ <version >1.1 </version >
77 <authors >Søren Kruse</authors >
88 <licenseUrl >https://github.com/Krusen/PinSharp/blob/master/LICENSE.MD</licenseUrl >
99 <projectUrl >https://github.com/Krusen/PinSharp</projectUrl >
1010 <iconUrl >https://raw.githubusercontent.com/Krusen/PinSharp/master/Package/icon.png</iconUrl >
1111 <requireLicenseAcceptance >false</requireLicenseAcceptance >
1212 <description >An async wrapper library for the Pinterest API</description >
13- <releaseNotes ></releaseNotes >
13+ <releaseNotes >Updated models to match changes to API responses </releaseNotes >
1414 <copyright ></copyright >
1515 <tags >pinsharp pinterest api client wrapper library</tags >
1616 <frameworkAssemblies >
Original file line number Diff line number Diff line change 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.0.0 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.0.0 .0" ) ]
35+ [ assembly: AssemblyVersion ( "1.1 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.1 .0" ) ]
3737
3838[ assembly: InternalsVisibleTo ( "PinSharp.Tests" ) ]
You can’t perform that action at this time.
0 commit comments