File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.0.1 "
2+ "." : " 0.0.2 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.0.2 (2025-09-01)
4+
5+ Full Changelog: [ v0.0.1...v0.0.2] ( https://github.com/imagekit-developer/imagekit-dotnet/compare/v0.0.1...v0.0.2 )
6+
7+ ### Chores
8+
9+ * sync repo ([ 22d3567] ( https://github.com/imagekit-developer/imagekit-dotnet/commit/22d3567b5fdf988260a9c62f791c391c759e04b1 ) )
10+ * update SDK settings ([ 64c1feb] ( https://github.com/imagekit-developer/imagekit-dotnet/commit/64c1feb98cc33c0ae56760cd9045b64c92269a16 ) )
Original file line number Diff line number Diff line change 66 <AssemblyTitle >SDK Code Generation Image Kit C#</AssemblyTitle >
77 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
88 <Nullable >enable</Nullable >
9- <VersionPrefix >0.0.1 </VersionPrefix >
9+ <VersionPrefix >0.0.2 </VersionPrefix >
1010 <TargetFrameworks >net8.0</TargetFrameworks >
1111 <LangVersion >latest</LangVersion >
1212 <!-- Generate an XML documentation file for the project. -->
2222 <!-- Disable JSON warnings (beta) -->
2323 <NoWarn >$(NoWarn),IL2026,IL3050</NoWarn >
2424 <Configurations >Debug;Release</Configurations >
25- <IsTrimmable
26- Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))"
27- >true</IsTrimmable
28- >
29- <IsAotCompatible
30- Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))"
31- >true</IsAotCompatible
32- >
25+ <IsTrimmable Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))" >true</IsTrimmable >
26+ <IsAotCompatible Condition =" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))" >true</IsAotCompatible >
3327 <ImplicitUsings >disable</ImplicitUsings >
3428 </PropertyGroup >
3529 <ItemGroup >
36- <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
30+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
3731 </ItemGroup >
3832</Project >
You can’t perform that action at this time.
0 commit comments