Skip to content

Commit 65286e6

Browse files
committed
Added release note for v1.3
1 parent fc6a009 commit 65286e6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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)
25
* `defapplicationservice` added, generating a service interface for the associated commands.
3-
* `defvaluetype` extended to also accepts a list of properties like `defcommand`.
46

5-
# Version 1.1
7+
# Version 1.1 (May 27th, 2013)
68
* `defvaluetype` adds binary serializability.
79
* `defcommand` adds serializability.
810
* `defcommand` now adds DataContract and DataMember attributes for XML serialization.
911

10-
11-
# Version 1.0
12+
# Version 1.0 (May 24th, 2013)
1213
Initial release.
1314
Includes `namespace`, `defvaluetype` and `defcommand`.

publish.ps1

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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>"

0 commit comments

Comments
 (0)