Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #189 from leekelleher/develop
Browse files Browse the repository at this point in the history
Preparing Ditto 0.10.0 release
  • Loading branch information
leekelleher authored Sep 4, 2016
2 parents e6b1682 + 8387c47 commit 77aa40a
Show file tree
Hide file tree
Showing 112 changed files with 2,939 additions and 1,727 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ _ReSharper.*
*.userprefs
*.cache
*.orig
*.hash
Thumbs.db
.DS_Store
*.hash
*.list

.wyam/
artifacts/
src/packages/
docs/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ There is absolutely zero intention of generating Document-Types from your view-m

## Documentation and notes

> Ditto has been developed against **Umbraco v6.2.5** and will support that version and above.
> Ditto has been developed against **Umbraco v7.3.2** and will support that version and above.
> Support for earlier versions of Umbraco (v6.2.5 and above) please use Ditto version v0.9.0.
Ditto can be installed from either Our Umbraco or NuGet package repositories, or build manually from the source-code.

Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 0.9.0.{build}
version: 0.10.0.{build}

# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
Expand All @@ -24,7 +24,7 @@ deploy:
# MyGet (Ditto feed) Deployment for builds & releases
- provider: NuGet
server: https://www.myget.org/F/umbraco-ditto/
symbol_server: https://nuget.symbolsource.org/MyGet/umbraco-ditto
symbol_server: https://www.myget.org/F/umbraco-ditto/symbols/api/v2/package
api_key:
secure: Q1/4K8VSwr7BjwmKDTef8y5lOc7S+jK9ELuWy67y6OVRpjxmnF9M3Gfs1kT+ir8x
artifact: /.*\.nupkg/
Expand All @@ -34,7 +34,7 @@ deploy:
# MyGet (Umbraco Community feed) Deployment for builds & releases
- provider: NuGet
server: https://www.myget.org/F/umbraco-packages/
symbol_server: https://nuget.symbolsource.org/MyGet/umbraco-packages
symbol_server: https://www.myget.org/F/umbraco-packages/symbols/api/v2/package
api_key:
secure: Q1/4K8VSwr7BjwmKDTef8y5lOc7S+jK9ELuWy67y6OVRpjxmnF9M3Gfs1kT+ir8x
artifact: /.*\.nupkg/
Expand Down
202 changes: 0 additions & 202 deletions build/Ditto.proj

This file was deleted.

Loading

0 comments on commit 77aa40a

Please sign in to comment.