File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
MoxiWorks/MoxiWorks.Platform Expand file tree Collapse file tree 3 files changed +8
-8
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.11 .0</PackageVersion >
5
+ <PackageVersion >1.2.12 .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 better exception handling and removing repeated UserAgent data.
10
+ Adding IMoxiworksCredentials Interface for custom credentials.
11
11
</PackageReleaseNotes >
12
12
<Copyright >Copyright 2018 (c) Moxi Works Corporation. All rights reserved.</Copyright >
13
13
<PackageTags >sdk moxiworks Moxi</PackageTags >
14
- <AssemblyVersion >1.2.11 .0</AssemblyVersion >
15
- <FileVersion >1.2.11 .0</FileVersion >
14
+ <AssemblyVersion >1.2.12 .0</AssemblyVersion >
15
+ <FileVersion >1.2.12 .0</FileVersion >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
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.11 </version >
5
+ <version >1.2.12 </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 better exception handling and removing repeated UserAgent data .
12
+ <releaseNotes > Adding IMoxiworksCredentials Interface for custom credentials .
13
13
</releaseNotes >
14
14
<copyright >Copyright 2018</copyright >
15
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.11
18
+ PM> Install-Package MoxiWorks.Platform -Version 1.2.12
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.11
25
+ > dotnet add package MoxiWorks.Platform --version 1.2.12
26
26
27
27
```
28
28
###### ASP.NET Core
You can’t perform that action at this time.
0 commit comments