File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
MoxiWorks/MoxiWorks.Platform Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<PackageId >MoxiWorks.Platform</PackageId >
5
- <PackageVersion >1.2.10 .0</PackageVersion >
5
+ <PackageVersion >1.2.11 .0</PackageVersion >
6
6
<Authors >Anthony Hatch</Authors >
7
7
<Description >SDK for accessing the Moxi Works API in a .NET application.</Description >
8
8
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
9
9
<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.
12
11
</PackageReleaseNotes >
13
12
<Copyright >Copyright 2018 (c) Moxi Works Corporation. All rights reserved.</Copyright >
14
13
<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 >
17
16
</PropertyGroup >
18
17
<ItemGroup >
19
18
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >MoxiWorks.Platform</id >
5
- <version >1.2.10 </version >
5
+ <version >1.2.11 </version >
6
6
<title >Moxi Works Platform</title >
7
7
<authors >Anthony Hatch</authors >
8
8
<owners >Moxi Works</owners >
9
9
<projectUrl >https://github.com/moxiworks-platform/moxiworks-dotnet</projectUrl >
10
10
<requireLicenseAcceptance >false</requireLicenseAcceptance >
11
11
<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.
14
13
</releaseNotes >
15
14
<copyright >Copyright 2018</copyright >
16
15
<tags >moxiworks api sdk</tags >
Original file line number Diff line number Diff line change 15
15
Install through Package Manager
16
16
17
17
```
18
- PM> Install-Package MoxiWorks.Platform -Version 1.2.10
18
+ PM> Install-Package MoxiWorks.Platform -Version 1.2.11
19
19
20
20
```
21
21
22
22
Install through .NET CLI
23
23
24
24
```
25
- > dotnet add package MoxiWorks.Platform --version 1.2.10
25
+ > dotnet add package MoxiWorks.Platform --version 1.2.11
26
26
27
27
```
28
28
###### ASP.NET Core
You can’t perform that action at this time.
0 commit comments