Skip to content

Commit 03a8fad

Browse files
committed
Bump version number for 2nd release.
1 parent 1ff3ad0 commit 03a8fad

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

jemalloc.Api/jemalloc.Api.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1010
<PackageId>jemalloc.NET</PackageId>
11-
<Version>0.1.0-alpha1</Version>
11+
<Version>0.1.1</Version>
1212
<Authors>Allister Beharry</Authors>
1313
<Company />
1414
<Product>jemalloc.NET</Product>
15-
<AssemblyVersion>0.1.0.1</AssemblyVersion>
16-
<FileVersion>0.1.0.1</FileVersion>
15+
<AssemblyVersion>0.1.1.1</AssemblyVersion>
16+
<FileVersion>0.1.1.1</FileVersion>
1717
<PackageProjectUrl>https://github.com/allisterb/jemalloc.NET</PackageProjectUrl>
1818
<PackageLicenseUrl>https://github.com/allisterb/jemalloc.NET/LICENSE</PackageLicenseUrl>
1919
<RepositoryUrl>https://github.com/allisterb/jemalloc.NET</RepositoryUrl>
20+
<Description>Native memory manager for .NET</Description>
2021
</PropertyGroup>
2122

2223
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

jemalloc.Cli/jemalloc.Cli.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<Platforms>AnyCPU;x64</Platforms>
77
<AssemblyName>jemalloc.Cli</AssemblyName>
8-
<AssemblyVersion>0.1.0.0</AssemblyVersion>
9-
<FileVersion>0.1.0.0</FileVersion>
8+
<AssemblyVersion>0.1.1.0</AssemblyVersion>
9+
<FileVersion>0.1.1.0</FileVersion>
10+
<Version>0.1.1</Version>
1011
</PropertyGroup>
1112

1213
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)