Skip to content

Commit

Permalink
Merge pull request #285 from myob-oss/SDK_2410
Browse files Browse the repository at this point in the history
SDK version 24.10
  • Loading branch information
MichaelK120 authored Nov 28, 2024
2 parents 9f9ecd7 + 1536eb1 commit f2f2d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MYOB.API.SDK/SDK.Test/SDK.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Nancy, Version=1.4.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\Nancy.1.4.5\lib\net40\Nancy.dll</HintPath>
<HintPath>$(SolutionDir)\packages\Nancy.1.4.5\lib\net40\Nancy.dll</HintPath>
</Reference>
<Reference Include="Nancy.Hosting.Self, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)\packages\Nancy.Hosting.Self.1.2.0\lib\net40\Nancy.Hosting.Self.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2024.9.{build}
version: 2024.10.{build}
shallow_clone: true
assembly_info:
patch: true
Expand Down Expand Up @@ -30,4 +30,4 @@ deploy:
artifact: Release
on_success:
- cmd: >-
.\packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover .\Artefacts\Coverage\output.xml
.\packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover .\Artefacts\Coverage\output.xml

0 comments on commit f2f2d8f

Please sign in to comment.