Skip to content

Commit

Permalink
Changed version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Mar 10, 2023
1 parent de5148c commit 4cc8199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
As such, this needs to be changed before a new release as well.
-->
<PropertyGroup>
<ShmuelieWinRTServerPackageVersion>1.1.0</ShmuelieWinRTServerPackageVersion>
<ShmuelieWinRTServerPackageVersion>1.1.1</ShmuelieWinRTServerPackageVersion>
<IsCommitOnReleaseBranch>false</IsCommitOnReleaseBranch>
</PropertyGroup>

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 @@ -5,7 +5,7 @@
<IsPackable>true</IsPackable>
<Description>Out-of-Process WinRT/COM Server</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>More documentation and WinRT activation now supported.</PackageReleaseNotes>
<PackageReleaseNotes>Fixed lifetime management bug.</PackageReleaseNotes>
</PropertyGroup>
<!-- .NET Standard 2.0 polyfill packages -->
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
Expand Down

0 comments on commit 4cc8199

Please sign in to comment.