Skip to content

Commit b148bc4

Browse files
committed
Updated README and added CHANGELOG
1 parent 9d2dd45 commit b148bc4

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ A .NET implementation of Handlebars, inspired by the Razor parsing framework and
66
Current Build Status
77
--------------------
88

9-
Master - [![Build status](https://ci.appveyor.com/api/projects/status/yl1kuo2q42i8e7j0/branch/master?svg=true)](https://ci.appveyor.com/project/Antaris/fumanchu/branch/master)
10-
11-
Develop - [![Build status](https://ci.appveyor.com/api/projects/status/yl1kuo2q42i8e7j0/branch/develop?svg=true)](https://ci.appveyor.com/project/Antaris/fumanchu/branch/develop)
9+
[![Build status](https://ci.appveyor.com/api/projects/status/48b136a3xjtcv76b?svg=true)](https://ci.appveyor.com/project/MatthewAbbott/fumanchu)
1210

1311
Quick Start
1412
-----------

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## 1.6.0 - 2017-07-31
8+
9+
### Changed
10+
11+
- Migrated older `project.json` work to newer MSBuild project files
12+
- Replaced FSX build script using Cake

nuget.config

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<solution>
4+
<add key="disableSourceControlIntegration" value="true" />
5+
</solution>
6+
<packageRestore>
7+
<add key="enabled" value="True" />
8+
<add key="automatic" value="True" />
9+
</packageRestore>
10+
<packageSources>
11+
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
12+
</packageSources>
13+
<activePackageSource>
14+
<add key="All" value="(Aggregate source)" />
15+
</activePackageSource>
16+
</configuration>

0 commit comments

Comments
 (0)