Quellcode durchsuchen

v0.2.3

tags/v0.2.3^0
Robin Thoni vor 7 Jahren
Ursprung
Commit
3156add0e4
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1
    1
      Luticate2.Utils/README.md
  2. 1
    1
      Luticate2.Utils/project.json

+ 1
- 1
Luticate2.Utils/README.md Datei anzeigen

@@ -88,4 +88,4 @@ See WebApiUtils for an example
88 88
 `dotnet pack --configuration Release`
89 89
 
90 90
 * Deploy package:
91
-`nuget push bin/Release/Luticate2.Utils.VERSION.nupkg -Source http://nuget.rthoni.com`
91
+`nuget push -Source http://nuget.rthoni.com bin/Release/Luticate2.Utils.VERSION.nupkg`

+ 1
- 1
Luticate2.Utils/project.json Datei anzeigen

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

Laden…
Abbrechen
Speichern