File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
MoxiWorks/MoxiWorks.Platform Expand file tree Collapse file tree 3 files changed +6
-6
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.6 .0</PackageVersion >
5
+ <PackageVersion >1.2.7 .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 >Adding HasAccessAttribute</PackageReleaseNotes >
10
10
<Copyright >Copyright 2018 (c) Moxi Works Corporation. All rights reserved.</Copyright >
11
11
<PackageTags >sdk moxiworks Moxi</PackageTags >
12
- <AssemblyVersion >1.2.5 .0</AssemblyVersion >
13
- <FileVersion >1.2.6 .0</FileVersion >
12
+ <AssemblyVersion >1.2.7 .0</AssemblyVersion >
13
+ <FileVersion >1.2.7 .0</FileVersion >
14
14
</PropertyGroup >
15
15
<ItemGroup >
16
16
<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.6 </version >
5
+ <version >1.2.7 </version >
6
6
<title >Moxi Works Platform</title >
7
7
<authors >Anthony Hatch</authors >
8
8
<owners >Moxi Works</owners >
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.6
18
+ PM> Install-Package MoxiWorks.Platform -Version 1.2.7
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.6
25
+ > dotnet add package MoxiWorks.Platform --version 1.2.7
26
26
27
27
```
28
28
###### ASP.NET Core
You can’t perform that action at this time.
0 commit comments