Commit graph

66 commits

Author SHA1 Message Date
Serraniel d49cad63b9
Added storage package 2022-11-15 21:07:07 +01:00
Serraniel eb9ac22a37
Fixed some project settings 2022-11-15 20:20:28 +01:00
dependabot[bot] 2e7c1a46f3
Merge pull request #3 from Serraniel/dependabot/nuget/SweetLib.Demo.Console/System.Net.Http-4.3.4 2021-04-23 17:12:44 +00:00
dependabot[bot] 3395f97de8
Merge pull request #2 from Serraniel/dependabot/nuget/SweetLib.Demo/System.Net.Http-4.3.4 2021-04-23 17:12:34 +00:00
dependabot[bot] 97fe09cd78
Bump System.Net.Http from 4.3.0 to 4.3.4 in /SweetLib.Demo.Console
Bumps System.Net.Http from 4.3.0 to 4.3.4.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 19:34:58 +00:00
dependabot[bot] de135f9306
Bump System.Net.Http from 4.3.0 to 4.3.4 in /SweetLib.Demo
Bumps System.Net.Http from 4.3.0 to 4.3.4.

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-21 19:34:40 +00:00
Serraniel 74b7c36dc2
Demo settings 2020-04-06 20:45:55 +02:00
Serraniel d0b2398abd
Upodated project files... 2020-04-06 20:41:17 +02:00
Serraniel 7dd7f9f923
Updated dotnet core version 2020-04-06 20:37:45 +02:00
Serraniel 92c3f6a7de
Updated package 2020-04-06 20:33:33 +02:00
Serraniel 5a66c69957
Merge branch 'feature/DHP-features' into develop 2020-04-06 20:12:23 +02:00
Serraniel 0b95c41108
Automatically process queue 2019-02-02 00:53:31 +01:00
Daniel babe1a71be
Update README.md
Switched build server status badge
2019-02-01 23:54:33 +01:00
Serraniel c2c0c389d8
Fixed build
XML docs had an error
2019-02-01 23:51:49 +01:00
Serraniel 6eb5db83f7 Finalizations and build 2018-04-06 21:57:55 +02:00
Serraniel 70001154b3 Changed nuget icon 2018-04-06 21:20:00 +02:00
Serraniel 8031d30644 Merge branch 'feature/Streaming' into develop
* feature/Streaming:
  Some nuget configurations
  Did some doc texts
  Did some inline implementations
  Added most other streaming implementations
  Added interface for streamable objects
  Refactored method names and added missing conversions from byte arrays
  First draft for StreamManager including implementation for int values
  Removed unneccessarry uses
  Fixed target framework
  Some restructurings Added IO project
  Added some class extensions for byte array conversion
2018-04-06 21:12:00 +02:00
Serraniel 6a3b21bb7b Some nuget configurations 2018-04-06 21:11:42 +02:00
Serraniel 90268e899b Did some doc texts 2018-04-06 21:10:46 +02:00
Serraniel 18107c64c7 Did some inline implementations 2018-04-06 17:45:53 +02:00
Serraniel c419fa2757 Added most other streaming implementations 2018-04-06 17:37:54 +02:00
Serraniel d393bd184d Added interface for streamable objects 2018-04-06 17:33:41 +02:00
Serraniel 84e67b1e5c Refactored method names and added missing conversions from byte arrays 2018-04-06 17:31:36 +02:00
Serraniel 066f320a36 First draft for StreamManager including implementation for int values 2018-04-06 12:39:33 +02:00
Serraniel c7ea85f912 Removed unneccessarry uses 2018-04-06 12:39:00 +02:00
Serraniel f1934c525a Fixed target framework 2018-04-06 12:38:32 +02:00
Serraniel e2a7b4e310 Some restructurings
Added IO project
2018-04-06 12:23:03 +02:00
Serraniel 6a664c52e0 Added some class extensions for byte array conversion 2018-04-06 12:16:50 +02:00
Serraniel f6fbb203f8 Merge branch 'bugfix/Logger' into develop
* bugfix/Logger:
  Fixed default logger behaviour on closing
2018-04-06 00:08:03 +02:00
Serraniel 66ba0cf287 Fixed default logger behaviour on closing 2018-04-06 00:07:23 +02:00
Daniel defa69f03b Update README.md 2017-10-26 20:49:53 +02:00
Serraniel cbd0127c57 Referenced new nuget preview in demo projects 2017-10-26 20:06:35 +02:00
Serraniel 1a1a8dc174 Fxied registry and nuget meta data. 2017-10-26 19:47:07 +02:00
Serraniel 27df5d4c5f Merge branch 'feature/net_standard_switch' into develop
* feature/net_standard_switch:
  Fixed the demo projects
  Removed the old project
  Added the storer implementations to the new project
  Added SweetUtils class into new project
  Adjusted target framework to net standard 1.3
  Fixed folder name
  Added the logger classes to new project (does not compile yet)
  Added the nuget files to new project
  Added new SweetLib project
  Switch to EUPL v1.1
  Renamed old project
  Another test commit
  Test
2017-10-26 19:06:45 +02:00
Serraniel 8befa25050 Merge branch 'master' into feature/net_standard_switch 2017-10-26 19:05:54 +02:00
Serraniel 661148af95 Fixed the demo projects 2017-10-26 19:05:06 +02:00
Serraniel eed681e3bc Removed the old project 2017-10-26 19:03:37 +02:00
Serraniel 0df278d861 Added the storer implementations to the new project 2017-10-26 19:02:43 +02:00
Serraniel b9df58509e Added SweetUtils class into new project 2017-10-26 18:58:23 +02:00
Serraniel 1a3005da22 Adjusted target framework to net standard 1.3 2017-10-26 18:57:15 +02:00
Serraniel e55e56f3cc Fixed folder name 2017-10-26 18:52:12 +02:00
Serraniel 7279cc7a4f Added the logger classes to new project (does not compile yet) 2017-10-26 18:51:19 +02:00
Serraniel 7eea30f4c2 Added the nuget files to new project 2017-10-26 18:50:41 +02:00
Serraniel 45a7039d5f Merge branch 'feature/net_standard_switch' of https://github.com/Serraniel/SweetLib into feature/net_standard_switch 2017-10-26 18:45:30 +02:00
Serraniel 45cfc4f1d7 Added new SweetLib project 2017-10-26 18:44:30 +02:00
Daniel 2c0755138f Switch to EUPL v1.1
Owner location: Germany
2017-10-26 18:42:18 +02:00
Serraniel 6df24a614f Renamed old project 2017-10-26 18:27:37 +02:00
Daniel 7e01e9a989 Another test commit 2017-10-21 19:44:13 +02:00
Daniel ac783b142d Test 2017-10-21 19:42:47 +02:00
Serraniel 817cc3a822 added UnixTimestampToDatetime 2017-05-20 10:21:04 +02:00