Skip to content

Commit 8b49b61

Browse files
committed
release: 4.9.0-sync.collection.2
1 parent 2253c1c commit 8b49b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 4.9.0-sync.collection.2
44

55
### Experimental
66
- This release includes experimental use of a `SynchronizedCollection` instead of a ConcurrentBag to see if this has any impact on high memory usage experienced by some SDK users.

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>4.9.0</VersionPrefix>
4+
<VersionPrefix>4.9.0-sync.collection.2</VersionPrefix>
55
<LangVersion>12</LangVersion>
66
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)