Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Jan 11, 2017
2 parents 8e1c1c5 + 6180283 commit d8ac47e
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Changelog.md
@@ -0,0 +1,11 @@
Release notes
=============
---

Version 0.1.0
===

#### 0.1.0
*(2017-01-11)*

- First stable release
11 changes: 11 additions & 0 deletions PublishRelease.txt
@@ -0,0 +1,11 @@
Steps needed to do for a new release

1. Update version number in Source\Lib\RangeIt\RangeIt.nuspec
2. Update version number in assembly
3. Update version number in NuGet readme badge
4. Update version number in Library API Documentation info in readme
5. Update version number in appveyor build script
6. Update release notes in Source\Lib\RangeIt\RangeIt.nuspec
7. Update changelog
8. Build release
9. Test release
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -3,13 +3,22 @@ RangeIt
### [Ranges](https://github.com/henrikfroehling/RangeIt#ranges) and [Iterators](https://github.com/henrikfroehling/RangeIt#iterators)
##### Contains a collection of helper methods (`Range.Ints()` and `Range.Iota()`) for generating ranges of arbitrary type. Adds also [iterators for common collections](https://github.com/henrikfroehling/RangeIt#iterators).

[![NuGet Package](https://img.shields.io/badge/NuGet-v0.1.0-brightgreen.svg?style=flat)](https://www.nuget.org/packages/RangeIt)
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://opensource.org/licenses/MIT)
[![Build status branch master](https://ci.appveyor.com/api/projects/status/rntqj6d2o7t8uo0s/branch/master?svg=true&passingText=master%20-%20passing&pendingText=master%20-%20pending&failingText=master%20-%20failing)](https://ci.appveyor.com/project/henrikfroehling/rangeit/branch/master)
[![Build status branch dev](https://ci.appveyor.com/api/projects/status/rntqj6d2o7t8uo0s/branch/dev?svg=true&passingText=dev%20-%20passing&pendingText=dev%20-%20pending&failingText=dev%20-%20failing)](https://ci.appveyor.com/project/henrikfroehling/rangeit/branch/dev)
[![Zenhub Support](https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)](https://www.zenhub.com/)

![Platforms](https://img.shields.io/badge/Platforms-.Net%20%3E%3D%204.5%20%7C%20.Net%20Core%20%3E%3D%201.0%20%7C%20ASP%20.Net%20Core%20%3E%3D%201.0%20%7C%20Win%208%20%7C%20Win%208.1%20%7C%20Win%2010%20%7C%20Win%2010%20UWP%20%7C%20Win%20Phone%208.1%20%7C%20Mono%20%3E%3D%204.6%20%7C%20Xamarin%20Android%20%7C%20Xamarin%20iOS-orange.svg)

### Supported Platforms
- .Net Framework >= 4.5
- .NET Core >= 1.0
- Windows 8 / 8.1 / 10 / UWP
- ASP.NET Core >= 1.0
- Xamarin Android | Xamarin iOS |
- Windows Phone 8.1

### Ranges

#### Ranges Usage Examples
Expand Down
2 changes: 2 additions & 0 deletions RangeIt.sln
Expand Up @@ -12,7 +12,9 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{8660BE67-89FD-4A2D-892C-AAB5553515C5}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Changelog.md = Changelog.md
LICENSE.md = LICENSE.md
PublishRelease.txt = PublishRelease.txt
Source\Lib\RangeIt\RangeIt.nuspec = Source\Lib\RangeIt\RangeIt.nuspec
README.md = README.md
EndProjectSection
Expand Down
10 changes: 10 additions & 0 deletions appveyor.yml
Expand Up @@ -46,6 +46,16 @@
- path: Build\Lib\RangeIt\Release\RangeIt.xml
name: DocumentationXML

deploy:
- provider: NuGet
api_key:
secure: SN3+YTcNTLpLVVD+/VA9UV2r6EWhR60wVcmZlKOhQwpS98bqSymIA+gDT+yYYnKA
skip_symbols: true
symbol_server:
artifact: RangeIt.$(packageVersion).nupkg
on:
appveyor_repo_tag: true

# configuration for all branches starting from "dev-"
# build in Debug mode
-
Expand Down

0 comments on commit d8ac47e

Please sign in to comment.