-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/0.6.0: (doc) Added release blog post (GH-23) Added Wyam Docs (GH-13) Added Cake.Recipe (GH-22) Added packages.config file (GH-21) Corrected cache invalidation (GH-20) Remove appveyor regex (GH-19) Remove Gitter Configuration (GH-18) Added branch configuration (GH-17) Changed name of appveyor file Upgrade Cake to 0.17.0
- Loading branch information
Showing
16 changed files
with
241 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
System.Globalization.CultureInfo.DefaultThreadCurrentCulture = System.Globalization.CultureInfo.CreateSpecificCulture("en-GB"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
Title: New Release - 0.6.0 | ||
Published: 2/2/2017 | ||
Category: Release | ||
Author: gep13 | ||
--- | ||
|
||
# Long time, no release | ||
|
||
Thanks to a contribution from @devlead, we are releasing 0.6.0 of Cake.AliaSql. This includes the following: | ||
|
||
## Improvement | ||
|
||
- [__#13__](https://github.com/cake-contrib/Cake.AliaSql/issues/13) Switch away from using gep13.DefaultBuild and use Cake.Recipe instead | ||
|
||
## Documentation | ||
|
||
- [__#23__](https://github.com/cake-contrib/Cake.AliaSql/issues/23) Add Wyam Documentation generation | ||
|
||
It was decided that this was required due to the fact that with the impending release of Cake 0.18.0 all addins need to be at least 0.16.0, so we decided to upload to the latest. | ||
|
||
Please do not hesitate to reach out in the [Gitter Channel](https://gitter.im/cake-contrib/Lobby) if you have any issues using this addin. |
Oops, something went wrong.