File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- # Version 1.2
1
+ # Version 1.3 (June 3rd, 2013)
2
+ * ` defvaluetype ` extended to also accept a list of properties like ` defcommand ` .
3
+
4
+ # Version 1.2 (May 28th, 2013)
2
5
* ` defapplicationservice ` added, generating a service interface for the associated commands.
3
- * ` defvaluetype ` extended to also accepts a list of properties like ` defcommand ` .
4
6
5
- # Version 1.1
7
+ # Version 1.1 (May 27th, 2013)
6
8
* ` defvaluetype ` adds binary serializability.
7
9
* ` defcommand ` adds serializability.
8
10
* ` defcommand ` now adds DataContract and DataMember attributes for XML serialization.
9
11
10
-
11
- # Version 1.0
12
+ # Version 1.0 (May 24th, 2013)
12
13
Initial release.
13
14
Includes ` namespace ` , ` defvaluetype ` and ` defcommand ` .
Original file line number Diff line number Diff line change
1
+ Push-Location - Path Diesel
2
+ & NuGet pack Diesel.csproj - IncludeReferencedProjects
3
+ Pop-Location
4
+ Write-Host - ForegroundColor Cyan " Ready. Publish with:"
5
+ Write-Host - ForegroundColor Yellow " NuGet push <package>"
You can’t perform that action at this time.
0 commit comments