Browse Source

v0.3.0

tags/v0.3.0^0
Robin Thoni 7 years ago
parent
commit
cf1253e765

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

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

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

1
 {
1
 {
2
-  "version": "0.2.6",
2
+  "version": "0.3.0",
3
   "authors": [
3
   "authors": [
4
     "Robin Thoni"
4
     "Robin Thoni"
5
   ],
5
   ],

+ 1
- 1
TestUtils/project.json View File

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

+ 0
- 1
WebApiUtils/project.json View File

1
 {
1
 {
2
     "dependencies": {
2
     "dependencies": {
3
-        "Luticate2.Utils": "0.2.*",
4
         "TestUtils": "0.1.*",
3
         "TestUtils": "0.1.*",
5
         "Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
4
         "Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
6
         "Microsoft.AspNetCore.Mvc": "1.1.0",
5
         "Microsoft.AspNetCore.Mvc": "1.1.0",

Loading…
Cancel
Save