Skip to content

Commit

Permalink
Targeting Profile 111.
Browse files Browse the repository at this point in the history
  • Loading branch information
offbeatful committed Jan 4, 2017
1 parent 35d3ae0 commit 453a48b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/Mocoding.EasyDocDb.Json/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.1",
"version": "1.3.1",
"description": "Json Serializer for EasyDocDb - simple and easy to use embedded document database for .NET Core applications.",
"packOptions": {
"summary": "Json serializer for embedded document database for .NET applications. Serializes documents to json files.",
Expand All @@ -22,7 +22,7 @@
"netstandard1.3": {
"imports": [
"dotnet5.6",
"portable-net451+win81"
"portable-net45+win8+wpa81"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/Mocoding.EasyDocDb.Xml/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"description": "Xml Serializer for EasyDocDb - simple and easy to use embedded document database for .NET Core applications.",
"packOptions": {
"summary": "Xml serializer for embedded document database for .NET applications. Serializes documents to xml files.",
Expand All @@ -19,7 +19,7 @@
"netstandard1.3": {
"imports": [
"dotnet5.6",
"portable-net451+win81"
"portable-net45+win8+wpa81"
],
"dependencies": {
"System.Xml.XmlSerializer": "4.3.0"
Expand Down
4 changes: 2 additions & 2 deletions src/Mocoding.EasyDocDb.Yaml/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"description": "Yaml Serializer for EasyDocDb - simple and easy to use embedded document database for .NET Core applications.",
"packOptions": {
"summary": "Yaml serializer for embedded document database for .NET applications. Serializes documents to yaml files.",
Expand All @@ -19,7 +19,7 @@
"netstandard1.3": {
"imports": [
"dotnet5.6",
"portable-net451+win81"
"portable-net45+win8+wpa81"
]
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/Mocoding.EasyDocDb/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.0",
"version": "1.3.1",
"description": "EasyDocDb - simple and easy to use embedded document database for .NET Core applications.",
"packOptions": {
"summary": "Embedded Document Database for .NET Core applications. Keeps documents around as local files and folders. Maintains in-memmory fast read access.",
Expand All @@ -19,7 +19,7 @@
"netstandard1.3": {
"imports": [
"dotnet5.6",
"portable-net451+win81"
"portable-net45+win8+wpa81"
],
"dependencies": {
"System.IO.FileSystem": "4.3.0",
Expand Down

0 comments on commit 453a48b

Please sign in to comment.