Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Odotocodot committed Jun 4, 2024
1 parent b94ee4a commit 8a5085c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Odotocodot.OneNote.Linq/Odotocodot.OneNote.Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,15 @@
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageId>Odotocodot.OneNote.Linq</PackageId>
<RepositoryType>git</RepositoryType>
<Version>1.0.0</Version>
<PackageReleaseNotes>Version 1.0.0</PackageReleaseNotes>
<Version>1.1.0</Version>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))</PackageReleaseNotes>

</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugSymbols>false</DebugSymbols>
<DebugType>None</DebugType>
</PropertyGroup>

<Target Name="SetPackageReleaseNotes" BeforeTargets="GenerateNuspec">
<PropertyGroup>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/../CHANGELOG.md"))</PackageReleaseNotes>
</PropertyGroup>
</Target>

<ItemGroup>
<None Include="..\Documentation\images\logo.png" Pack="True" PackagePath="\" />
Expand Down

0 comments on commit 8a5085c

Please sign in to comment.