Browse Source

v0.6.0

tags/v0.6.0^0
Robin Thoni 6 years ago
parent
commit
8041d02683
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      Luticate2.Utils/Luticate2.Utils.csproj
  2. 2
    2
      Luticate2.Utils/README.md

+ 1
- 1
Luticate2.Utils/Luticate2.Utils.csproj View File

@@ -2,7 +2,7 @@
2 2
 
3 3
   <PropertyGroup>
4 4
     <Description>Luticate2 utils for Web API projects</Description>
5
-    <VersionPrefix>0.5.3</VersionPrefix>
5
+    <VersionPrefix>0.6.0</VersionPrefix>
6 6
     <Authors>Robin Thoni</Authors>
7 7
     <TargetFramework>netstandard1.6</TargetFramework>
8 8
     <DebugType>portable</DebugType>

+ 2
- 2
Luticate2.Utils/README.md View File

@@ -19,7 +19,7 @@ project.json
19 19
 {
20 20
     ...
21 21
     dependencies": {
22
-        "Luticate2.Utils": "0.5.*",
22
+        "Luticate2.Utils": "0.6.*",
23 23
         ...
24 24
     }
25 25
     ...
@@ -83,7 +83,7 @@ See `WebApiUtils` project for an example and [starter-angular-material](https://
83 83
 
84 84
 ## NuGet Deployment
85 85
 
86
-* Set version in project.json
86
+* Set version in csproj
87 87
 
88 88
 * Build package:
89 89
 `dotnet pack --configuration Release`

Loading…
Cancel
Save