Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.3.0 Update #77

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open

v1.3.0 Update #77

wants to merge 51 commits into from

Conversation

seiggy
Copy link
Contributor

@seiggy seiggy commented Jun 23, 2020

Updates base requirements to .NET Framework 4.5.2 as some dependencies have migrated to 4.5.2.

Regenerated Code based on Asterisk 17.5 ARI Framework

Updated sample projects to .NET 4.5.2

Updates Assembly version numbers for 1.3 update prep.

dependabot-preview bot and others added 23 commits January 28, 2020 10:36
Bumps WebSocket4Net from 0.15.0-beta6 to 0.15.2.

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [Microsoft.Owin.Host.HttpListener](https://github.com/aspnet/AspNetKatana) from 2.0.2 to 4.1.0.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.0.2...v4.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [Microsoft.AspNet.WebApi.OwinSelfHost](https://github.com/aspnet/AspNetWebStack) from 5.1.1 to 5.2.7.
- [Release notes](https://github.com/aspnet/AspNetWebStack/releases)
- [Commits](https://github.com/aspnet/AspNetWebStack/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
…WebApi.Core-5.2.7

Bump Microsoft.AspNet.WebApi.Core from 5.1.1 to 5.2.7
…2.0.3

Bump Newtonsoft.Json from 9.0.1 to 12.0.3
…WebApi.OwinSelfHost-5.2.7

Bump Microsoft.AspNet.WebApi.OwinSelfHost from 5.1.1 to 5.2.7
…t.HttpListener-4.1.0

Bump Microsoft.Owin.Host.HttpListener from 2.0.2 to 4.1.0
Bump WebSocket4Net from 0.15.0-beta6 to 0.15.2
…ebApi.Cors-5.2.7

Bump Microsoft.AspNet.WebApi.Cors from 5.1.1 to 5.2.7
…ebApi.WebHost-5.2.7

Bump Microsoft.AspNet.WebApi.WebHost from 5.1.1 to 5.2.7
…ebApi.Client-5.2.7

Bump Microsoft.AspNet.WebApi.Client from 5.1.1 to 5.2.7
…ebApi-5.2.7

Bump Microsoft.AspNet.WebApi from 5.1.1 to 5.2.7
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 2.1.0 to 4.1.0.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v2.1.0...v4.1.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Updated to Asterisk SDK 17.5
Updated all references to latest versions.
@skrusty
Copy link
Owner

skrusty commented Aug 31, 2020

I didn't see this and started to check-in some of my own changes. Got your PR and looking at a manual merge now.

dependabot-preview bot and others added 6 commits April 29, 2021 21:02
Bumps [Microsoft.Owin.Hosting](https://github.com/aspnet/AspNetKatana) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [Microsoft.Owin.Host.HttpListener](https://github.com/aspnet/AspNetKatana) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Bumps [Microsoft.Owin.Cors](https://github.com/aspnet/AspNetKatana) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.1.0...v4.2.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@adamreed90
Copy link
Collaborator

@seiggy Is this ready for review? I noticed you were still making commits.

@seiggy
Copy link
Contributor Author

seiggy commented Aug 1, 2023

@seiggy Is this ready for review? I noticed you were still making commits.

Hey Adam, I hadn't heard from Ben in a couple years, so I've been continuing on support from my fork. I've started refactoring and pulling out .NET Framework support in order to start further enhancements, so the fork is probably too far apart at this point. We can probably abandon this merge request? Unless you guys want to cherry pick back to the point where I started removing framework support.

@adamreed90
Copy link
Collaborator

@seiggy Is this ready for review? I noticed you were still making commits.

Hey Adam, I hadn't heard from Ben in a couple years, so I've been continuing on support from my fork. I've started refactoring and pulling out .NET Framework support in order to start further enhancements, so the fork is probably too far apart at this point. We can probably abandon this merge request? Unless you guys want to cherry pick back to the point where I started removing framework support.

The funny thing is, Ben gave me contributor control to do exactly what you're doing in your repo actually, as I had started the same undertaking to take this SDK to .NET 6, and improve it's async support. Maybe a rebasing of this repo with your changes would be something to explore.

@seiggy
Copy link
Contributor Author

seiggy commented Aug 1, 2023

@seiggy Is this ready for review? I noticed you were still making commits.

Hey Adam, I hadn't heard from Ben in a couple years, so I've been continuing on support from my fork. I've started refactoring and pulling out .NET Framework support in order to start further enhancements, so the fork is probably too far apart at this point. We can probably abandon this merge request? Unless you guys want to cherry pick back to the point where I started removing framework support.

The funny thing is, Ben gave me contributor control to do exactly what you're doing in your repo actually, as I had started the same undertaking to take this SDK to .NET 6, and improve it's async support. Maybe a rebasing of this repo with your changes would be something to explore.

Sounds good. Right now, the latest is based on .NET 6. Next version I'm working on striping out RestSharp and WebSocket4Net and replacing those with native .NET APIs, and implementing the Remote Audio API's as well. I'll keep you updated!

@adamreed90
Copy link
Collaborator

@seiggy Is this ready for review? I noticed you were still making commits.

Hey Adam, I hadn't heard from Ben in a couple years, so I've been continuing on support from my fork. I've started refactoring and pulling out .NET Framework support in order to start further enhancements, so the fork is probably too far apart at this point. We can probably abandon this merge request? Unless you guys want to cherry pick back to the point where I started removing framework support.

The funny thing is, Ben gave me contributor control to do exactly what you're doing in your repo actually, as I had started the same undertaking to take this SDK to .NET 6, and improve it's async support. Maybe a rebasing of this repo with your changes would be something to explore.

Sounds good. Right now, the latest is based on .NET 6. Next version I'm working on striping out RestSharp and WebSocket4Net and replacing those with native .NET APIs, and implementing the Remote Audio API's as well. I'll keep you updated!

Great! I'm happy to assist as well if you'd like some help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants