Skip to content

Commit

Permalink
V5.0 (#20)
Browse files Browse the repository at this point in the history
- Introduced support for TLS 1.2. 
- Added missing CreatePublication endpoint in Distributions namespace. 
- Added Support for .Net Standard 2.0 and dropped for Unity and PLC as Standard version should be used instead.
- Moved solution to VS2017 nad use new type of projects.
  • Loading branch information
bandraszyk authored Nov 9, 2018
1 parent e285666 commit 487b4f0
Show file tree
Hide file tree
Showing 1,334 changed files with 8,668 additions and 51,415 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
Binary file removed images/Xamarin-Sample.png
Binary file not shown.
File renamed without changes.
Binary file added lib/net2.0/Voucherify.Client.dll
Binary file not shown.
Binary file added lib/net2.0/Voucherify.dll
Binary file not shown.
9,793 changes: 0 additions & 9,793 deletions lib/net20/Newtonsoft.Json.xml

This file was deleted.

Binary file removed lib/net20/Voucherify.Client.dll
Binary file not shown.
Binary file removed lib/net20/Voucherify.dll
Binary file not shown.
File renamed without changes.
Binary file added lib/net3.5/Voucherify.Client.dll
Binary file not shown.
Binary file added lib/net3.5/Voucherify.dll
Binary file not shown.
Binary file removed lib/net35-Unity/Newtonsoft.Json.dll
Binary file not shown.
Binary file removed lib/net35-Unity/Voucherify.Client.dll
Binary file not shown.
8,922 changes: 0 additions & 8,922 deletions lib/net35/Newtonsoft.Json.xml

This file was deleted.

Binary file removed lib/net35/Voucherify.Client.dll
Binary file not shown.
Binary file removed lib/net35/Voucherify.dll
Binary file not shown.
File renamed without changes.
Binary file added lib/net4.0/System.IO.dll
Binary file not shown.
Binary file added lib/net4.0/System.Net.Http.Extensions.dll
Binary file not shown.
Binary file added lib/net4.0/System.Net.Http.Primitives.dll
Binary file not shown.
Binary file added lib/net4.0/System.Net.Http.WebRequest.dll
Binary file not shown.
Binary file added lib/net4.0/System.Net.Http.dll
Binary file not shown.
Binary file added lib/net4.0/System.Runtime.dll
Binary file not shown.
Binary file added lib/net4.0/System.Threading.Tasks.dll
Binary file not shown.
Binary file added lib/net4.0/Voucherify.Client.dll
Binary file not shown.
Binary file added lib/net4.0/Voucherify.dll
Binary file not shown.
File renamed without changes.
Binary file added lib/net4.5/System.Net.Http.Extensions.dll
Binary file not shown.
Binary file not shown.
Binary file added lib/net4.5/Voucherify.Client.dll
Binary file not shown.
Binary file added lib/net4.5/Voucherify.dll
Binary file not shown.
9,229 changes: 0 additions & 9,229 deletions lib/net40/Newtonsoft.Json.xml

This file was deleted.

Binary file removed lib/net40/Voucherify.Client.dll
Binary file not shown.
Binary file removed lib/net40/Voucherify.dll
Binary file not shown.
9,229 changes: 0 additions & 9,229 deletions lib/net45/Newtonsoft.Json.xml

This file was deleted.

Binary file removed lib/net45/Voucherify.Client.dll
Binary file not shown.
Binary file removed lib/net45/Voucherify.dll
Binary file not shown.
Binary file added lib/netstandard2.0/Newtonsoft.Json.dll
Binary file not shown.
Loading

0 comments on commit 487b4f0

Please sign in to comment.