Skip to content

Commit

Permalink
Merge pull request #148 from paulcbetts/develop
Browse files Browse the repository at this point in the history
+semver: breaking
  • Loading branch information
ghuntley authored Nov 5, 2016
2 parents 5723e02 + c1e6e78 commit 5a4912c
Show file tree
Hide file tree
Showing 86 changed files with 6,295 additions and 656 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,17 @@ UpgradeLog*.XML

# Mac Crap
.DS_Store

# Visual Studio 2015 cache
.vs/

# random build junk
*.targets
artifacts/

# build tools
tools/**/*
!tools/nuget/NuGet.exe

# generated assembly info
src/Splat/GlobalAssemblyInfo.cs
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

Binary file removed .nuget/NuGet.exe
Binary file not shown.
133 changes: 0 additions & 133 deletions .nuget/NuGet.targets

This file was deleted.

24 changes: 24 additions & 0 deletions GitReleaseManager.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
create:
include-footer: true
footer-heading: Where to get it
footer-content: You can download this release from [nuget.org](https://www.nuget.org/packages/splat/{milestone})
footer-includes-milestone: true
milestone-replace-text: '{milestone}'
export:
include-created-date-in-title: true
created-date-string-format: MMMM dd, yyyy
perform-regex-removal: true
regex-text: '### Where to get it(\r\n)*You can .*\)'
multiline-regex: true
issue-labels-include:
- Breaking change
- Feature
- Bug
- Improvement
- Documentation
issue-labels-exclude:
- Build
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
14 changes: 14 additions & 0 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
assembly-versioning-scheme: None
branches:
master:
mode: ContinuousDelivery
tag:
increment: Patch
prevent-increment-of-merged-branch-version: true
track-merge-target: false
dev(elop)?(ment)?$:
mode: ContinuousDeployment
tag: alpha
increment: Minor
prevent-increment-of-merged-branch-version: false
track-merge-target: true
File renamed without changes.
11 changes: 0 additions & 11 deletions Makefile

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

![](http://f.cl.ly/items/1307401C3x2g3F2p2Z36/Logo.png)

[![Build status](https://ci.appveyor.com/api/projects/status/i59faf63q00bm613?svg=true)](https://ci.appveyor.com/project/shiftkey/splat)

Certain types of things are basically impossible to do in cross-platform
mobile code today, yet there's no reason why. Writing a ViewModel that handles
loading a gallery of pictures from disk will be completely riddled with
Expand Down Expand Up @@ -29,15 +31,10 @@ Splat currently supports:

[Always Be NuGetting](https://nuget.org/packages/Splat/). Package contains binaries for:

* Xamarin.iOS
* Xamarin.iOS 64-bit
* Xamarin.Android
* Xamarin.Mac
* Xamarin.Mac 64-bit
* WPF (.NET 4.5)
* Windows Forms
* Windows Phone 8
* Windows 8.1/Windows Phone 8.1 Universal
* .NET Standard 1.0 and 1.4

## Cross-platform Image Loading

Expand Down
16 changes: 16 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
### 2.0.0

**Features**

- .NET Standard 1.0 support has been added to replace `Profile259` Portable Class Library
- .NET Standard 1.4 support has been added to emulate Xamarin* and Mono* TFMs

**Breaking Changes**

- Windows Phone 8 and Windows Runtime support have been deprecated, as VS2015 tooling no longer supports these platforms
- specific builds for Xamarin and Mono tooling have been removed due to existing limitations of .NET command line tooling

**Fixes**

- `Point` implements `IEquatable<Point>` - #126 via @aalmada
- Factory registration mixins for registering services - #128 via @kentcb
89 changes: 0 additions & 89 deletions Splat-VisualStudio.sln

This file was deleted.

18 changes: 0 additions & 18 deletions Splat.nuspec

This file was deleted.

29 changes: 0 additions & 29 deletions Splat/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit 5a4912c

Please sign in to comment.