Browse Source

v0.5.0

tags/v0.5.0^0
Robin Thoni 7 years ago
parent
commit
be14e01e7e
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      Luticate2.Auth/project.json
  2. 1
    1
      Luticate2.Utils/project.json
  3. 1
    1
      TestUtils/project.json

+ 1
- 1
Luticate2.Auth/project.json View File

@@ -4,7 +4,7 @@
4 4
         "debugType": "portable"
5 5
     },
6 6
     "dependencies": {
7
-        "Luticate2.Utils": "0.4.*"
7
+        "Luticate2.Utils": "0.5.*"
8 8
     },
9 9
     "frameworks": {
10 10
         "netcoreapp1.0": {

+ 1
- 1
Luticate2.Utils/project.json View File

@@ -1,5 +1,5 @@
1 1
 {
2
-  "version": "0.4.0",
2
+  "version": "0.5.0",
3 3
   "authors": [
4 4
     "Robin Thoni"
5 5
   ],

+ 1
- 1
TestUtils/project.json View File

@@ -5,7 +5,7 @@
5 5
     },
6 6
     "dependencies": {
7 7
         "dotnet-test-xunit": "1.0.0-rc2-*",
8
-        "Luticate2.Utils": "0.4.*",
8
+        "Luticate2.Utils": "0.5.*",
9 9
         "Moq": "4.6.38-alpha",
10 10
         "System.Runtime.Serialization.Primitives": "4.1.1",
11 11
         "xunit": "2.1.0"

Loading…
Cancel
Save