Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Jun 2, 2021
1 parent d66a6cd commit 6e93c2b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.1.3] - 2021-06-02
## [3.2.0] - 2021-06-02
### Changed
- New feature: MetadataExpandingFile

Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<RepositoryUrl>https://github.com/naminodarie/SourceExpander</RepositoryUrl>
<PackageReleaseNotes>https://github.com/naminodarie/SourceExpander/blob/master/CHANGELOG.md</PackageReleaseNotes>

<Version>3.1.2</Version>
<AssemblyVersion>3.1.2.100</AssemblyVersion>
<Version>3.2.0</Version>
<AssemblyVersion>3.2.0.100</AssemblyVersion>

<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile>
Expand Down
7 changes: 7 additions & 0 deletions Source/SourceExpander.Generator/AnalyzerReleases.Shipped.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
; Shipped analyzer releases
; https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md

## Release 3.2.0

### New Rules
Rule ID | Category | Severity | Notes
--------|----------|----------|-------
EXPAND0009 | Error | Warning | MetadataEmbeddingFile is not found

## Release 3.0.0

### New Rules
Expand Down
5 changes: 0 additions & 5 deletions Source/SourceExpander.Generator/AnalyzerReleases.Unshipped.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
; Unshipped analyzer release
; https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md

### New Rules
Rule ID | Category | Severity | Notes
--------|----------|----------|-------
EXPAND0009 | Error | Warning | MetadataEmbeddingFile is not found

0 comments on commit 6e93c2b

Please sign in to comment.