diff --git a/CHANGELOG.md b/CHANGELOG.md index f726e4c..1fbd49e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][Unreleased] -## [0.0.1-alpha] +## [0.0.1-alpha][0.0.1-alpha] ### Added @@ -53,5 +53,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - MetadataReferencesProvider's MetadataReference details - Diagnostic log of the source generation process and timing included. -[Unreleased]: https://github.com/datacute/SourceGeneratorContext/compare/0.0.1-alpha...HEAD +[Unreleased]: https://github.com/datacute/SourceGeneratorContext/compare/0.0.1-alpha...develop [0.0.1-alpha]: https://github.com/datacute/SourceGeneratorContext/releases/tag/0.0.1-alpha \ No newline at end of file diff --git a/SourceGeneratorContext.Attribute/SourceGeneratorContext.Attribute.csproj b/SourceGeneratorContext.Attribute/SourceGeneratorContext.Attribute.csproj index 7465efd..3fe0366 100644 --- a/SourceGeneratorContext.Attribute/SourceGeneratorContext.Attribute.csproj +++ b/SourceGeneratorContext.Attribute/SourceGeneratorContext.Attribute.csproj @@ -5,6 +5,7 @@ 12 Datacute.SourceGeneratorContext.Attribute Datacute.SourceGeneratorContext + false enable 1.0.0 diff --git a/SourceGeneratorContextExample/SourceGeneratorContextExample.csproj b/SourceGeneratorContextExample/SourceGeneratorContextExample.csproj index 5de5785..4d54c55 100644 --- a/SourceGeneratorContextExample/SourceGeneratorContextExample.csproj +++ b/SourceGeneratorContextExample/SourceGeneratorContextExample.csproj @@ -6,6 +6,7 @@ Exe Datacute.SourceGeneratorContextExample Datacute.SourceGeneratorContextExample + false en-NZ preview net9.0