Skip to content

Commit

Permalink
Release version 3.5.0-beta-001
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Jun 7, 2019
1 parent 3c18568 commit e5f1527
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.5.0-beta-001 - 2019-06-07
### Changed

* Use `paket.template` to generate the nupkg. The goal is to have "correct" dependencies handling

## 3.4.0 - 2019-06-07
### Added

Expand Down
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ let needsPublishing (versionRegex: Regex) (newVersion: string) projFile =
not sameVersion

let pushNuget (newVersion: string) (projFile: string) =
let versionRegex = Regex("version\\s(.*?)", RegexOptions.IgnoreCase)
let versionRegex = Regex("^version\\s(.*?)$", RegexOptions.IgnoreCase)

let nugetKey =
match Environment.environVarOrNone "NUGET_KEY" with
Expand Down
2 changes: 1 addition & 1 deletion src/paket.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
type file

id Thoth.Json.Net
version 3.4.0
version 3.5.0-beta-001
title Thoth.Json.Net
authors Maxime Mangel
description Elm-inspired encoder and decoder for JSON targetting .Net and NetCore runtime
Expand Down

0 comments on commit e5f1527

Please sign in to comment.