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

Commit

Permalink
Merge pull request #21 from stormpath/develop
Browse files Browse the repository at this point in the history
Release 0.1.0-rc
  • Loading branch information
nbarbettini committed Sep 18, 2015
2 parents c8b05d3 + 9fa5e69 commit c93f1d0
Show file tree
Hide file tree
Showing 341 changed files with 27,342 additions and 219 deletions.
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
219 changes: 1 addition & 218 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,221 +22,4 @@ Icon
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/

# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

# NUNIT
*.VisualState.xml
TestResult.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# DNX
project.lock.json
artifacts/

*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

# Chutzpah Test files
_Chutzpah*

# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

# Visual Studio profiler
*.psess
*.vsp
*.vspx

# TFS 2012 Local Workspace
$tf/

# Guidance Automation Toolkit
*.gpState

# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
_TeamCity*

# DotCover is a Code Coverage Tool
*.dotCover

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
AutoTest.Net/

# Web workbench (sass)
.sass-cache/

# Installshield output folder
[Ee]xpress/

# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html

# Click-Once directory
publish/

# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config

# Windows Azure Build Output
csx/
*.build.csdef

# Windows Store app package directory
AppPackages/

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

# Others
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# RIA/Silverlight projects
Generated_Code/

# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# SQL Server files
*.mdf
*.ldf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings

# Microsoft Fakes
FakesAssemblies/

# Node.js Tools for Visual Studio
.ntvs_analysis.dat

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
.apdisk
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: csharp
mono:
- alpha
solution: "./Stormpath.SDK/Stormpath.SDK.sln"
install:
- nuget restore -source "https://www.nuget.org/api/v2;https://www.myget.org/F/xunit" ./Stormpath.SDK/Stormpath.SDK.sln -verbosity detailed
script:
- xbuild /p:Configuration=Release ./Stormpath.SDK/Stormpath.SDK.sln
- mono ./Stormpath.SDK/packages/xunit.runner.console*/tools/xunit.console.exe ./Stormpath.SDK/Stormpath.SDK.Tests/bin/Release/Stormpath.SDK.Tests.dll -noappdomain
- mono ./Stormpath.SDK/packages/xunit.runner.console*/tools/xunit.console.exe ./Stormpath.SDK/Stormpath.SDK.Tests.Integration/bin/Release/Stormpath.SDK.Tests.Integration.dll -noappdomain
- mono ./Stormpath.SDK/packages/xunit.runner.console*/tools/xunit.console.exe ./Stormpath.SDK/Stormpath.SDK.JsonNetSerializer.Tests/bin/Release/Stormpath.SDK.JsonNetSerializer.Tests.dll -noappdomain
env:
global:
- secure: sMEfLcgXwYvRsaVRFVDzHQoMCNwgtC39F4VQe3fdq+q4oIcOYn1+e/80ZgfP3JqSTcJyhEtNfQLU1D3rYa5mfCsZjeU9EHabK1fheMRgMY9VMR24v1SG/54wXY9teBnUm1BIi+/yFdybl8a02KsvhwWqHhFVthJQqVV4y7SnQk8BKJJ/75b2Vr/Rq6W6DSXPeZoXif+uvNbFkngE7Dy8d3nhjOybh9aXSv3oWyMKIrR5zvMCNCHsPeW2+X+3x5Cr8ryMnuQ+b3tX8qlPhxyeUvcTlFcCuZYHHs/4CTHL9zEcaAkU4bYg1zfDRDHiJ/e3h591KfVSS+E/1mh29XsnE1NMIbWHKJpNB0KlW5z4qO7t7Atgsb9FOuvvqCYFvkI9WmM08ilhTt369sEXNKsEkLTsAtYH2igWng7J6meAnj5fyRcN7d8VlPRPyUbzW8RFKQn69wF7nmfU2wYQaRfbiDpYOcHOxtOA2SNuYVG2Ysf6JMIgWzeKcRwC6HWjPZu/kNk6+wGQv2d2VSapex1/tXazB8+8cpjCGK6Kqw115Y01JZ6ePfj584Wfstr3XlVSfeu9hCvGhO5EhLBq6KjL5TdfnkaFtq2CFsSHjYHumQNwW0rgmcL6nqs2SrG/feut5GUSVqZKgy9xy/7TOxoHwrnTXZqu4TgOSzpN82oNXkg=
- secure: LU2ISkFH002BC+ZSfz/LbK6+IzZ0502SkUvytbjHh+rEt3Q509xi8zd6tzxX7SfLFAIqLOW9KM+MsVMImcJPp1QKegE1ly8CjbLxXlXIurkxvvm7XERfAZWaJP8WzMVhlLpcDyIc4fC3FkHpaAivRX0XQmVElR78HnxB/+P9lD0FsXlwjpKWH9QZUARJSuh+KCmLgpgQPF1+PBGNA5koP84Ky6oGvWGcbHOK6ZwkeaC37/l5Hmi/yOnmU0Eu5BK5N6+iBQpZwNs1iEBFijMdsai3KooodK9/7m1B99bi178w9iSvrVw0ZBVGbfYDYoDnCT6FhAKIPXjYHWhQyKZ6dguKnxlIBDq9gE4PBQSfTfT7blmeJtPJNwg5INiy72XXRNT9FaFv2usWRgZstPkAg7LkYrmzJtM1oP/zAkavMTvohjzuFUpFR9NQAClUD08wbq1WBY50VgJ8cNHYeqh5J04DRhgH5Gx7O0bPHw6PmuFjU4PZ7zmzfPUo74rdqa/KdmuMSvtx/pWeMpdSKLWgBOYrVagyOkweHk78GAOMDOT6IQHD0kK/rEpQ5qxbmjIpD3I/VKp0drszo+lUz7tlRKnd+wC2KrTYKqqQAVBkD0htmrw9WhSebrLFT8HXvkZpxq9zCV9h99CUL2/Afg3oDBnNGjkABYAHNtSRT9HHzZY=
6 changes: 5 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Change Log ##

Coming soon.
### 0.1.0-rc ##

Notes:

- Initial preview/release candidate.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/stormpath/stormpath-sdk-csharp.svg)](https://travis-ci.org/stormpath/stormpath-sdk-csharp)

# Stormpath .NET SDK #

*An advanced, reliable and easy-to-use user management API for .NET by security experts*
Expand Down
23 changes: 23 additions & 0 deletions Stormpath.SDK.Core.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Stormpath.SDK.Core</id>
<version>0.1.0-rc</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath,Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/stormpath/stormpath-sdk-csharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/stormpath/stormpath-sdk-csharp/develop/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The official Stormpath SDK for .NET. Don't install this package directly; install Stormpath.SDK unless you are bringing your own JSON serializer and HTTP client plugins.</description>
<copyright>(c) 2015 Stormpath, Inc.</copyright>
<language>en-US</language>
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<dependency id="Remotion.Linq" version="[1.15.15.0,2.0.0-alpha)" />
</dependencies>
</metadata>
<files>
<file src="Stormpath.SDK\Stormpath.SDK\bin\Release\Stormpath.SDK.dll" target="lib\net45\Stormpath.SDK.dll" />
</files>
</package>
24 changes: 24 additions & 0 deletions Stormpath.SDK.JsonNetSerializer.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Stormpath.SDK.JsonNetSerializer</id>
<version>0.1.0-rc</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath,Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/stormpath/stormpath-sdk-csharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/stormpath/stormpath-sdk-csharp/develop/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The official Stormpath SDK for .NET. JSON serializer plugin based on JSON.NET. Don't install this package directly; install Stormpath.SDK unless you are bringing your own JSON serializer and HTTP client plugins.</description>
<copyright>(c) 2015 Stormpath, Inc.</copyright>
<language>en-US</language>
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
<dependency id="Stormpath.SDK.Core" version="0.1.0-rc" />
</dependencies>
</metadata>
<files>
<file src="Stormpath.SDK\Stormpath.SDK.JsonNetSerializer\bin\Release\Stormpath.SDK.JsonNetSerializer.dll" target="lib\net45\Stormpath.SDK.JsonNetSerializer.dll" />
</files>
</package>
24 changes: 24 additions & 0 deletions Stormpath.SDK.RestSharpClient.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Stormpath.SDK.RestSharpClient</id>
<version>0.1.0-rc</version>
<authors>Nate Barbettini</authors>
<owners>Stormpath,Inc.</owners>
<licenseUrl>https://github.com/stormpath/stormpath-sdk-csharp/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/stormpath/stormpath-sdk-csharp</projectUrl>
<iconUrl>https://raw.githubusercontent.com/stormpath/stormpath-sdk-csharp/develop/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The official Stormpath SDK for .NET. HTTP client plugin based on RestSharp. Don't install this package directly; install Stormpath.SDK unless you are bringing your own JSON serializer and HTTP client plugins.</description>
<copyright>(c) 2015 Stormpath, Inc.</copyright>
<language>en-US</language>
<tags>Stormpath API Authentication Authorization REST</tags>
<dependencies>
<dependency id="RestSharp" version="105.2.2" />
<dependency id="Stormpath.SDK.Core" version="0.1.0-rc" />
</dependencies>
</metadata>
<files>
<file src="Stormpath.SDK\Stormpath.SDK.RestSharpClient\bin\Release\Stormpath.SDK.RestSharpClient.dll" target="lib\net45\Stormpath.SDK.RestSharpClient.dll" />
</files>
</package>
Loading

0 comments on commit c93f1d0

Please sign in to comment.