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

Is the project dead? #51

Open
nikro412956 opened this issue Mar 4, 2019 · 4 comments
Open

Is the project dead? #51

nikro412956 opened this issue Mar 4, 2019 · 4 comments

Comments

@nikro412956
Copy link

Is this project dead?
Why isn't there a more recent release then 2013 when the last commit was in 2015?

@mika76
Copy link

mika76 commented Apr 4, 2019

You could say that 🤣
There are a bunch of forks you can look at https://github.com/D10221/Portable.Licensing/network
and some pull requests https://github.com/dnauck/Portable.Licensing/pulls
but I'm still using the original release and it's still working fine for me

@MuhAssar
Copy link

this is a good fork/replacement that supports .net core:

https://github.com/junian/Standard.Licensing

@ZhangDonglin12
Copy link

var license = License.New()
.WithUniqueIdentifier(Guid.NewGuid())
.As(LicenseType.Trial)
.ExpiresAt(DateTime.Now.AddDays(5))
.WithMaximumUtilization(5)
.WithProductFeatures(new Dictionary<string, string>
{
{"Sales Module", "yes"},
{"Purchase Module", "yes"},
{"Maximum Transactions", "10000"}
})
.LicensedTo("John Doe", "john.doe@example.com")
.CreateAndSignWithPrivateKey(privateKey, passPhrase);
'
When i use the code to create the License ,but i throw a Exception ,It tells me the "When Converting a string to DateTime ,parse the string to take the date before putting each variable into DateTime object"? How could fix that? Thanks a lot

@bjtoftel
Copy link

This seems to be the most updated and still alive fork:
https://github.com/CoreCompat/Portable.Licensing

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

No branches or pull requests

5 participants