File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22---
33
4+ ## v1.1.0
5+ Release Date: 2025-06-29
6+
7+ ### Features
8+ - Rewrote the generator pipeline to improve performance, and only regenerate when additional texts are changed (resolves #4 )
9+ - Added support for nested classes and generics (resolves #3 )
10+ - Made integration easier by automatically including EmbeddedResources as Additional Text Files
11+ - Lowered the minimum version of Microsoft.CodeAnalysis.CSharp required to support older .NET versions
12+
13+ ** Full Changelog** : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/1.0.0...1.1.0
14+
415## v1.0.0
516Release Date: 2024-10-28
617
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3+ <PackageReleaseNotes Condition =" '$(PackageVersion)' == '1.1.0'" >
4+ <![CDATA[
5+
6+ Features
7+ - Rewrote the generator pipeline to improve performance, and only regenerate when additional texts are changed (resolves #4)
8+ - Added support for nested classes and generics (resolves #3)
9+ - Made integration easier by automatically including EmbeddedResources as Additional Text Files
10+ - Lowered the minimum version of Microsoft.CodeAnalysis.CSharp required to support older .NET versions
11+
12+ ]]>
13+ </PackageReleaseNotes >
314 <PackageReleaseNotes Condition =" '$(PackageVersion)' == '1.0.0'" >
415 <![CDATA[
516
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >1.0 .0</VersionPrefix >
3+ <VersionPrefix >1.1 .0</VersionPrefix >
44 <PackageVersion Condition =" '$(VersionSuffix)' == ''" >$(VersionPrefix)</PackageVersion >
55 <PackageVersion Condition =" '$(VersionSuffix)' != ''" >$(VersionPrefix)-$(VersionSuffix)</PackageVersion >
66 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments