Skip to content

Commit

Permalink
Releasing 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed May 24, 2021
1 parent a59018f commit 64be8dc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playground_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Playground
on:
push:
branches: [ master ]
paths:
- "Src/CSharpier/**/*"
- "Src/CSharpier.Playground/**/*"

defaults:
run:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.9.4

[diff](https://github.com/belav/csharpier/compare/0.9.3...0.9.4)

- Interpolated verbatim string is not handling line endings [#221](https://github.com/belav/csharpier/issues/221)
- CLI Support for multiple targets [#220](https://github.com/belav/csharpier/issues/220)
- Add support for nuget package that inject msbuild step to run csharpier [#218](https://github.com/belav/csharpier/issues/218)
- Loops without braces [#202](https://github.com/belav/csharpier/issues/202)

# 0.9.3

[diff](https://github.com/belav/csharpier/compare/0.9.2...0.9.3)
Expand Down
2 changes: 1 addition & 1 deletion CSharpier.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.9.3</Version>
<Version>0.9.4</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
7 changes: 4 additions & 3 deletions CSharpier.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
CONTRIBUTING.md = CONTRIBUTING.md
CHANGELOG.md = CHANGELOG.md
.csharpierignore = .csharpierignore
.config\dotnet-tools.json = .config\dotnet-tools.json
CSharpier.Build.props = CSharpier.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{176BB0EA-B72B-4ACA-82AE-C16A732BE023}"
Expand All @@ -42,6 +40,9 @@ ProjectSection(SolutionItems) = preProject
Docs/CLI.md = Docs/CLI.md
Docs/Ignore.md = Docs/Ignore.md
Docs\MSBuild.md = Docs\MSBuild.md
README.md = README.md
CONTRIBUTING.md = CONTRIBUTING.md
CHANGELOG.md = CHANGELOG.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpier.Benchmarks", "Src\CSharpier.Benchmarks\CSharpier.Benchmarks.csproj", "{A338903F-69AD-4950-B827-8EE75F98B620}"
Expand Down
4 changes: 2 additions & 2 deletions Scripts/ChangeLog.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# this uses https://github.com/microsoft/PowerShellForGitHub
# you'll need to Set-GitHubAuthentication first

$versionNumber = "0.9.3"
$previousVersionNumber = "0.9.2"
$versionNumber = "0.9.4"
$previousVersionNumber = "0.9.3"

$repository = "https://github.com/belav/csharpier"

Expand Down

0 comments on commit 64be8dc

Please sign in to comment.