Skip to content

Commit

Permalink
version updated and changelog changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulsojatia committed Nov 6, 2017
1 parent 3325cee commit 8e008c9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# dotEntity Change Log

## Unreleased
## 1.1.0
- Added support for enumeration types
- Added support for GUID
- Allowed nullable string types
- Quoted query objects to avoid keyword conflicts
- Added support to ignore some properties of entities for query generation
- Allowed to select SELECT generation type for either wildcard or explicit
- SELECT query generation will use explicit column names rather than wildcards (better for performance)
- Used 'Id' as default primary key column name
- Bug Fixes
- Performance refactorings

Expand Down
2 changes: 1 addition & 1 deletion src/DotEntity.MySql/DotEntity.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>Micro-ORM, Database, .NET Framework, POCO, MySql</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
<PackageId>DotEntity.MySql</PackageId>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/DotEntity.Sqlite/DotEntity.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>Micro-ORM, Database, .NET Framework, POCO, MySql</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<PackageId>DotEntity.Sqlite</PackageId>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/DotEntity/DotEntity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>Micro-ORM, Database, .NET Framework, POCO</PackageTags>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<PackageId>DotEntity</PackageId>
</PropertyGroup>

Expand Down

0 comments on commit 8e008c9

Please sign in to comment.