Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Apr 3, 2021
1 parent 4963545 commit ce150de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.0.1] - 2021-04-03
### Changed
- Change error message

## [3.0.0] - 2021-03-21
### Added
- SourceExpander.Embedder: Add NotEmbeddingSourceAttribute
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.0.0</Version>
<AssemblyVersion>3.0.0.100</AssemblyVersion>
<Version>3.0.1</Version>
<AssemblyVersion>3.0.1.100</AssemblyVersion>

<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit ce150de

Please sign in to comment.