Skip to content

Commit

Permalink
Add release notes, increment version, and update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Jan 24, 2025
1 parent 5f52447 commit 12fe717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
As such, this needs to be changed before a new release as well.
-->
<PropertyGroup>
<ShmuelieWinRTServerPackageVersion>2.1.0</ShmuelieWinRTServerPackageVersion>
<ShmuelieWinRTServerPackageVersion>2.1.1</ShmuelieWinRTServerPackageVersion>
<IsCommitOnReleaseBranch>false</IsCommitOnReleaseBranch>
</PropertyGroup>

Expand Down Expand Up @@ -58,7 +58,7 @@
<Authors>Shmueli Englard</Authors>
<Owners>Shmueli Englard</Owners>
<Company>Shmueli Englard</Company>
<Copyright>Copyright (c) 2022 Shmueli Englard</Copyright>
<Copyright>Copyright (c) 2025 Shmueli Englard</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>$(MSBuildProjectName)-128.png</PackageIcon>
Expand Down
2 changes: 1 addition & 1 deletion src/Shmuelie.WinRTServer/Shmuelie.WinRTServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<IsPackable>true</IsPackable>
<PackageReleaseNotes>Add UnsafeDispose methods to ComServer and WinRtServer.</PackageReleaseNotes>
<PackageReleaseNotes>Fix issues with using WinRT activation in NativeAOT builds.</PackageReleaseNotes>
<IsAotCompatible>True</IsAotCompatible>
<DisableRuntimeMarshalling>True</DisableRuntimeMarshalling>
<RuntimeIdentifiers>win-x64;win-x86;win-arm64;$(RuntimeIdentifiers)</RuntimeIdentifiers>
Expand Down

0 comments on commit 12fe717

Please sign in to comment.