Skip to content

Commit

Permalink
updated changelog and revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleb Luhman committed Oct 24, 2016
1 parent fed11b1 commit 33d553e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<<<<<<< HEAD
## v1.3.1

* Fixes issue where preview content breaks due to use of a singleton UmbracoHelper. [#34]

## v1.3.0

**New Feature: Independence from Web Context**
Expand Down
11 changes: 1 addition & 10 deletions UmbracoVault/UmbracoVault.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@
<description>Vault for Umbraco is an easy-to-use, extensible ORM to quickly and easily get strongly-typed Umbraco CMS data into your views. It allows you to create lightly-decorated classes that Vault will understand how to hydrate. This gives you the full view model-style experience in Umbraco that you are accustomed to in MVC, complete with strongly-typed view properties (no more magic strings in your views).</description>
<summary>Vault for Umbraco is an easy-to-use, extensible ORM to quickly and easily get strongly-typed Umbraco CMS data into your views.</summary>
<releaseNotes>
**New Feature: Independence from Web Context**

Extended the current UmbracoContext implementation to include a secondary implementation that removes any dependency
on `IPublishedContext`, `UmbracoHelper`, and the Umbraco WebContext. Instead of using the WebContext as a vehicle
for retrieving data from Umbraco, the [ServiceContext](https://our.umbraco.org/documentation/Reference/Management/Services/)
is used. [#27]

**Other**

* Added `PropertyInfo` parameter to `FillClassProperties` to support additional behavior for libraries that extend Vault.[#25]
* Fixes issue where preview content breaks due to use of a singleton UmbracoHelper. [#34]
</releaseNotes>
<copyright>(c) The Nerdery LLC 2016. All Rights Reserved.</copyright>
<tags>Umbraco UmbracoVault Mapping ObjectMapper ORM CMS</tags>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
CURRENT_VERSION: 1.3.0
version: 1.3.0-{build}
CURRENT_VERSION: 1.3.1
version: 1.3.1-{build}
os: Visual Studio 2015
assembly_info:
patch: true
Expand Down

0 comments on commit 33d553e

Please sign in to comment.