Skip to content

Commit

Permalink
Update version and props
Browse files Browse the repository at this point in the history
  • Loading branch information
7sharp9 committed Sep 8, 2023
1 parent 7b525e5 commit 0f24982
Show file tree
Hide file tree
Showing 6 changed files with 637 additions and 635 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [0.8.3]
## Fixed
Nuget package now has correct link to changelog
## Added
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GitHome>https://github.com/$(gitOwner)</GitHome>
<GitUrl>$(gitHome)/$(gitName)</GitUrl>
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg"))</NupkgsDir>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.8.2</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.8.3</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)$(VersionSuffix)</Version>
<!-- pack stuff -->
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
Expand Down
42 changes: 21 additions & 21 deletions test/Myriad.IntegrationPluginTests/ArbitaryFile.fs
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
//------------------------------------------------------------------------------
// This code was generated by myriad.
// Changes to this file will be lost when the code is regenerated.
//------------------------------------------------------------------------------



namespace TestExample1

module First =
let fourtyTwo = 42

module Second =
let fourtyTwo = 42

module Third =
let fourtyTwo = 42

module Fourth =
let fourtyTwo = 42

//------------------------------------------------------------------------------
// This code was generated by myriad.
// Changes to this file will be lost when the code is regenerated.
//------------------------------------------------------------------------------



namespace TestExample1

module First =
let fourtyTwo = 42

module Second =
let fourtyTwo = 42

module Third =
let fourtyTwo = 42

module Fourth =
let fourtyTwo = 42

36 changes: 18 additions & 18 deletions test/Myriad.IntegrationPluginTests/ArbitaryFile2.fs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
//------------------------------------------------------------------------------
// This code was generated by myriad.
// Changes to this file will be lost when the code is regenerated.
//------------------------------------------------------------------------------
namespace UnknownNamespace

module First =
let fourtyTwo = 42

module Second =
let fourtyTwo = 42

module Third =
let fourtyTwo = 42

module Fourth =
let fourtyTwo = 42

//------------------------------------------------------------------------------
// This code was generated by myriad.
// Changes to this file will be lost when the code is regenerated.
//------------------------------------------------------------------------------
namespace UnknownNamespace

module First =
let fourtyTwo = 42

module Second =
let fourtyTwo = 42

module Third =
let fourtyTwo = 42

module Fourth =
let fourtyTwo = 42

Loading

0 comments on commit 0f24982

Please # to comment.