Skip to content

Commit af59be1

Browse files
authored
Merge pull request #3 from datacute/develop
Stopping projects from publishing nuget packages
2 parents fb1bd34 + f50d744 commit af59be1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased][Unreleased]
99

1010

11-
## [0.0.1-alpha]
11+
## [0.0.1-alpha][0.0.1-alpha]
1212

1313
### Added
1414

@@ -53,5 +53,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5353
- MetadataReferencesProvider's MetadataReference details
5454
- Diagnostic log of the source generation process and timing included.
5555

56-
[Unreleased]: https://github.com/datacute/SourceGeneratorContext/compare/0.0.1-alpha...HEAD
56+
[Unreleased]: https://github.com/datacute/SourceGeneratorContext/compare/0.0.1-alpha...develop
5757
[0.0.1-alpha]: https://github.com/datacute/SourceGeneratorContext/releases/tag/0.0.1-alpha

SourceGeneratorContext.Attribute/SourceGeneratorContext.Attribute.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<LangVersion>12</LangVersion>
66
<AssemblyName>Datacute.SourceGeneratorContext.Attribute</AssemblyName>
77
<RootNamespace>Datacute.SourceGeneratorContext</RootNamespace>
8+
<IsPackable>false</IsPackable>
89
<Nullable>enable</Nullable>
910
<AssemblyVersion>1.0.0</AssemblyVersion>
1011
</PropertyGroup>

SourceGeneratorContextExample/SourceGeneratorContextExample.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<OutputType>Exe</OutputType>
77
<AssemblyName>Datacute.SourceGeneratorContextExample</AssemblyName>
88
<RootNamespace>Datacute.SourceGeneratorContextExample</RootNamespace>
9+
<IsPackable>false</IsPackable>
910
<NeutralLanguage>en-NZ</NeutralLanguage>
1011
<LangVersion>preview</LangVersion>
1112
<TargetFramework>net9.0</TargetFramework>

0 commit comments

Comments
 (0)