Skip to content

Commit

Permalink
Merge pull request #166 from hwoodiwiss/hwoodiwiss-fix-is-trimmable
Browse files Browse the repository at this point in the history
Fix IsTrimmable property
  • Loading branch information
andrueastman committed Feb 5, 2024
2 parents 95ffb2b + 84a08e8 commit f28be7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

## [1.1.3] - 2024-02-05

### Changed

- Fixes `IsTrimmable` property on the project.

## [1.1.2] - 2023-11-15

### Added
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Kiota.Authentication.Azure.csproj
Expand Up @@ -14,7 +14,7 @@
<PackageProjectUrl>https://aka.ms/kiota/docs</PackageProjectUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Deterministic>true</Deterministic>
<VersionPrefix>1.1.2</VersionPrefix>
<VersionPrefix>1.1.3</VersionPrefix>
<VersionSuffix></VersionSuffix>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -34,7 +34,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<NoWarn>$(NoWarn);NU5048;NETSDK1138</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFrameworkVersion)' == 'net5.0'">
<PropertyGroup Condition="'$(TargetFramework)' == 'net5.0'">
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>

Expand Down

0 comments on commit f28be7e

Please sign in to comment.