Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

NuGet specifications for SDK #40

Merged
merged 6 commits into from May 10, 2018
Merged

Conversation

wojta
Copy link
Contributor

@wojta wojta commented May 3, 2018

Motivation

We need to release the SDK in the NuGet repository

JIRA: https://issues.jboss.org/browse/AEROGEAR-2595

Description

At first .nuspec files needs to be created for each module to be released. Then we can publish the package using guide in make-dist.md

Progress

  • pack Core
  • pack Core.Platform.Android with the dependency on the Core
  • pack Core.Platform.iOS with the dependency on the Core
  • pack together Auth, Auth.Platform.Android and Auth, Auth.Platform.iOS with dependency on the Core
  • release Core packages using AG NuGet account
  • release Auth packages using AG NuGet account
  • update docs

<id>AeroGear.Mobile.Auth.Platform.Android</id>
<version>0.0.1</version>
<title>AeroGear SDK Auth module (Android)</title>
<authors>AeroGear Community</authors>
Copy link
Contributor Author

@wojta wojta May 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually there should be owners NuGet usernames, I can add there some accounts we have on NuGet. Or we can register one AeroGear account to be overarching...

<version>0.0.1</version>
<title>AeroGear SDK Auth module (Android)</title>
<authors>AeroGear Community</authors>
<owners>AeroGear Community</owners>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as in authors

@@ -49,7 +52,7 @@ public override User CurrentUser()
{
return null;
}
var parsedCredential = new OIDCCredential(serializedCredential);
var parsedCredential = new OIDCCredential(serializedCre`dential);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo

@wojta wojta changed the title [WIP] NuGet specifications for SDK NuGet specifications for SDK May 10, 2018
@wojta wojta merged commit b2bfe80 into aerogear-attic:master May 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants