Skip to content

Commit

Permalink
bump sdmap to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Dec 29, 2016
1 parent 0c83bbf commit bd28f41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.1:
- [core] Reduce .NET version request to 4.5.1
- [ex] Reduce .NET version request to 4.5.1

## 0.8.0:
- [core] Breaking change: rename ifNotEmpty->isNotEmpty, ifEmpty->isEmpty
- [core] Breaking change: rename SdmapRuntime->SdmapCompiler, SdmapContext->SdmapCompilerContext
Expand Down
6 changes: 3 additions & 3 deletions sdmap/src/sdmap.ext/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "0.8.0",
"version": "0.8.1",

"dependencies": {
"sdmap": "0.8.0",
"sdmap": "0.8.1",
"Dapper": "1.50.2"
},
"frameworks": {
Expand All @@ -12,7 +12,7 @@
"System.Threading.Thread": "4.3.0"
}
},
"net452": {}
"net451": {}
},
"packOptions": {
"owners": [ "sdcb" ],
Expand Down
4 changes: 2 additions & 2 deletions sdmap/src/sdmap/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.8.0",
"version": "0.8.1",
"description": "A template engine for writing dynamic sql.",

"dependencies": {
Expand All @@ -17,7 +17,7 @@
}
}
},
"net452": {
"net451": {
"dependencies": {
"Antlr4.Runtime": "4.5.3"
}
Expand Down

0 comments on commit bd28f41

Please sign in to comment.