Skip to content

Commit f71acff

Browse files
committed
Bumped version to v1.1
1 parent fac8818 commit f71acff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Package/PinSharp.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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>

PinSharp/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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")]

0 commit comments

Comments
 (0)