Skip to content

Commit 7cc2e09

Browse files
committed
Version v0.16.0 release
1 parent 2996a62 commit 7cc2e09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mzinga Changelog #
22

3-
## next ##
3+
## v0.16.0 ##
44

55
* fix: add thread safety to TryLookup by locking _storeLock (thanks @abstratovcm)
66
* Update all projects to .NET 8.0

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
88
<RepositoryUrl>https://github.com/jonthysell/Mzinga</RepositoryUrl>
99
<TargetFramework>net8.0</TargetFramework>
10-
<Version>0.15.1</Version>
10+
<Version>0.16.0</Version>
1111
<AssemblyVersion>$(Version).0</AssemblyVersion>
1212
<FileVersion>$(AssemblyVersion)</FileVersion>
1313
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>

src/Mzinga.Viewer.WinStore/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity
1010
Name="32728JonThysell.MzingaViewer"
1111
Publisher="CN=3E953986-6DBE-4C0E-B918-B1BB3B0F02EF"
12-
Version="0.15.1.0" />
12+
Version="0.16.0.0" />
1313

1414
<Properties>
1515
<DisplayName>MzingaViewer</DisplayName>

0 commit comments

Comments
 (0)