Skip to content

Commit aa54b4d

Browse files
committed
updating version and readme
1 parent c8964e8 commit aa54b4d

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,17 @@
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<PackageId>MoxiWorks.Platform</PackageId>
5-
<PackageVersion>1.2.10.0</PackageVersion>
5+
<PackageVersion>1.2.11.0</PackageVersion>
66
<Authors>Anthony Hatch</Authors>
77
<Description>SDK for accessing the Moxi Works API in a .NET application.</Description>
88
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
99
<PackageReleaseNotes>
10-
Adding Agent Office Created and Deactivated timestamps.
11-
Adding Shared Partner Data to Listings.
10+
Adding better exception handling and removing repeated UserAgent data.
1211
</PackageReleaseNotes>
1312
<Copyright>Copyright 2018 (c) Moxi Works Corporation. All rights reserved.</Copyright>
1413
<PackageTags>sdk moxiworks Moxi</PackageTags>
15-
<AssemblyVersion>1.2.10.0</AssemblyVersion>
16-
<FileVersion>1.2.10.0</FileVersion>
14+
<AssemblyVersion>1.2.11.0</AssemblyVersion>
15+
<FileVersion>1.2.11.0</FileVersion>
1716
</PropertyGroup>
1817
<ItemGroup>
1918
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />

MoxiWorks/MoxiWorks.Platform/MoxiWorks.Platform.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
<package>
33
<metadata>
44
<id>MoxiWorks.Platform</id>
5-
<version>1.2.10</version>
5+
<version>1.2.11</version>
66
<title>Moxi Works Platform</title>
77
<authors>Anthony Hatch</authors>
88
<owners>Moxi Works</owners>
99
<projectUrl>https://github.com/moxiworks-platform/moxiworks-dotnet</projectUrl>
1010
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1111
<description>"SDK for interaction with the Moxi Works API platform.</description>
12-
<releaseNotes>Adding Agent Office Created and Deactivated timestamps.
13-
Adding Shared Partner Data to Listings.
12+
<releaseNotes> Adding better exception handling and removing repeated UserAgent data.
1413
</releaseNotes>
1514
<copyright>Copyright 2018</copyright>
1615
<tags>moxiworks api sdk</tags>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
Install through Package Manager
1616

1717
```
18-
PM> Install-Package MoxiWorks.Platform -Version 1.2.10
18+
PM> Install-Package MoxiWorks.Platform -Version 1.2.11
1919
2020
```
2121

2222
Install through .NET CLI
2323

2424
```
25-
> dotnet add package MoxiWorks.Platform --version 1.2.10
25+
> dotnet add package MoxiWorks.Platform --version 1.2.11
2626
2727
```
2828
###### ASP.NET Core

0 commit comments

Comments
 (0)