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

Commit 77aa40a

Browse files
authored
Merge pull request #189 from leekelleher/develop
Preparing Ditto 0.10.0 release
2 parents e6b1682 + 8387c47 commit 77aa40a

File tree

112 files changed

+2939
-1727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2939
-1727
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ _ReSharper.*
66
*.userprefs
77
*.cache
88
*.orig
9-
*.hash
109
Thumbs.db
1110
.DS_Store
11+
*.hash
12+
*.list
1213

14+
.wyam/
1315
artifacts/
1416
src/packages/
17+
docs/

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ There is absolutely zero intention of generating Document-Types from your view-m
1818

1919
## Documentation and notes
2020

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

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# version format
2-
version: 0.9.0.{build}
2+
version: 0.10.0.{build}
33

44
# UMBRACO_PACKAGE_PRERELEASE_SUFFIX if a rtm release build this should be blank, otherwise if empty will default to alpha
55
# example UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
@@ -24,7 +24,7 @@ deploy:
2424
# MyGet (Ditto feed) Deployment for builds & releases
2525
- provider: NuGet
2626
server: https://www.myget.org/F/umbraco-ditto/
27-
symbol_server: https://nuget.symbolsource.org/MyGet/umbraco-ditto
27+
symbol_server: https://www.myget.org/F/umbraco-ditto/symbols/api/v2/package
2828
api_key:
2929
secure: Q1/4K8VSwr7BjwmKDTef8y5lOc7S+jK9ELuWy67y6OVRpjxmnF9M3Gfs1kT+ir8x
3030
artifact: /.*\.nupkg/
@@ -34,7 +34,7 @@ deploy:
3434
# MyGet (Umbraco Community feed) Deployment for builds & releases
3535
- provider: NuGet
3636
server: https://www.myget.org/F/umbraco-packages/
37-
symbol_server: https://nuget.symbolsource.org/MyGet/umbraco-packages
37+
symbol_server: https://www.myget.org/F/umbraco-packages/symbols/api/v2/package
3838
api_key:
3939
secure: Q1/4K8VSwr7BjwmKDTef8y5lOc7S+jK9ELuWy67y6OVRpjxmnF9M3Gfs1kT+ir8x
4040
artifact: /.*\.nupkg/

build/Ditto.proj

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

0 commit comments

Comments
 (0)