Browse Source

v0.6.0

tags/v0.6.0^0
Robin Thoni 7 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
 
2
 
3
   <PropertyGroup>
3
   <PropertyGroup>
4
     <Description>Luticate2 utils for Web API projects</Description>
4
     <Description>Luticate2 utils for Web API projects</Description>
5
-    <VersionPrefix>0.5.3</VersionPrefix>
5
+    <VersionPrefix>0.6.0</VersionPrefix>
6
     <Authors>Robin Thoni</Authors>
6
     <Authors>Robin Thoni</Authors>
7
     <TargetFramework>netstandard1.6</TargetFramework>
7
     <TargetFramework>netstandard1.6</TargetFramework>
8
     <DebugType>portable</DebugType>
8
     <DebugType>portable</DebugType>

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

19
 {
19
 {
20
     ...
20
     ...
21
     dependencies": {
21
     dependencies": {
22
-        "Luticate2.Utils": "0.5.*",
22
+        "Luticate2.Utils": "0.6.*",
23
         ...
23
         ...
24
     }
24
     }
25
     ...
25
     ...
83
 
83
 
84
 ## NuGet Deployment
84
 ## NuGet Deployment
85
 
85
 
86
-* Set version in project.json
86
+* Set version in csproj
87
 
87
 
88
 * Build package:
88
 * Build package:
89
 `dotnet pack --configuration Release`
89
 `dotnet pack --configuration Release`

Loading…
Cancel
Save