Skip to content

Commit acc8c80

Browse files
authored
Increment version for core releases (Azure#16999)
Increment package version after release of System.Memory.Data
1 parent a3d845b commit acc8c80

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sdk/core/System.Memory.Data/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 1.1.0-beta.1 (Unreleased)
4+
5+
36
## 1.0.1 (2020-11-16)
47
- Fix issue where if the type was not passed into the constructor, an exception would be thrown instead of defaulting to
58
calling GetType().

sdk/core/System.Memory.Data/src/System.Memory.Data.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Contains the BinaryData type, which is useful for converting between strings, streams, JSON, and bytes.</Description>
44
<AssemblyTitle>System.Memory.Data</AssemblyTitle>
5-
<Version>1.0.1</Version>
5+
<Version>1.1.0-beta.1</Version>
6+
<ApiCompatVersion>1.0.1</ApiCompatVersion>
67
<Nullable>enable</Nullable>
78
<TargetFrameworks>net461;netstandard2.0;</TargetFrameworks>
89
<NoWarn>$(NoWarn);AZC0001;AZC0012</NoWarn>

0 commit comments

Comments
 (0)