Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
Building version 2.3.1
Browse files Browse the repository at this point in the history
In this release:

- #44: Add support for datetime offset (this was accidentally marked as
part of the previous release)
  • Loading branch information
cskeppstedt committed Apr 14, 2015
1 parent 16eebf0 commit 7f0ecdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/T4TS.tt
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,7 @@ Project GetProjectContainingT4File(DTE dte) {
return new StringType();

case "System.DateTime":
case "System.DateTimeOffset":
if (Settings.UseNativeDates)
return new DateTimeType();
else
Expand Down

0 comments on commit 7f0ecdf

Please sign in to comment.