Skip to content

Commit

Permalink
Update pjsipDll ref
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
alexrster committed Oct 27, 2021
1 parent e4f1395 commit 00e55e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]

env:
CoreVersion: 1.13.2
CoreVersion: 1.13.4

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- README.md

env:
CoreVersion: 1.13.2
CoreVersion: 1.13.3

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion ContactPoint/ContactPoint.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="IPPhone.pjsipDll" Version="1.13.2" />
<PackageReference Include="IPPhone.pjsipDll" Version="1.13.3" />
<PackageReference Include="KryptonWinFormControls" Version="4.4.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
Expand Down
7 changes: 3 additions & 4 deletions SipekSDK/SipekSdk/SipekSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@
<OutDir>..\..\Binaries\</OutDir>
<NoWarn>3005</NoWarn>
<DebugType>portable</DebugType>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugType>pdbonly</DebugType>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<Optimize>false</Optimize>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\..\CommonAssemblyInfo.cs" Link="CommonAssemblyInfo.cs" />
Expand Down

0 comments on commit 00e55e1

Please sign in to comment.