Skip to content

Commit

Permalink
Releasing 0.29.1 (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Aug 23, 2024
1 parent 10e0780 commit b87b4df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# 0.29.0
# 0.29.1
## What's Changed
### Sorting of usings with underscore differs from Visual Studio [#1327](https://github.com/belav/csharpier/issues/1327)
CSharpier now sorts `_` to the bottom of usings.
```c#
using SomeCompany.MWord;
using SomeCompany.ZWord;
using SomeCompany._Word;
```
### Process cannot access the file "....net8.0\any\server.log" while running multiple extensions. [#1324](https://github.com/belav/csharpier/issues/1324)
CSharpier Server now uses a log file name based on the port that it is starting on to avoid concurrency issues trying to access the same log file

**Full Changelog**: https://github.com/belav/csharpier/compare/0.29.0...0.29.1
# 0.29.0
## Breaking Changes
### The formatting command will now exit with an error code of 1 if one of the target files cannot be compiled [#1131](https://github.com/belav/csharpier/issues/1131)
Prior to 0.29.0 if csharpier encountered a file that could not be compiled it would treat it as a warning and exit with a code of 0.
Expand Down Expand Up @@ -2561,3 +2574,4 @@ Thanks go to @pingzing
2 changes: 1 addition & 1 deletion Nuget/Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.29.0</Version>
<Version>0.29.1</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/belav/csharpier</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit b87b4df

Please sign in to comment.