Skip to content

Commit d86aa6e

Browse files
authored
Bump version and assembly version (#236)
1 parent 14d7d09 commit d86aa6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nanoFramework.CoreLibrary/System/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System;
@@ -10,4 +10,4 @@
1010
[assembly: AssemblyProduct(".NET nanoFramework mscorlib")]
1111
[assembly: AssemblyCopyright("Copyright (c) .NET Foundation and Contributors")]
1212

13-
[assembly: AssemblyNativeVersion("100.5.0.22")]
13+
[assembly: AssemblyNativeVersion("100.5.0.23")]

version.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{
1+
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.16",
3+
"version": "1.17",
44
"assemblyVersion": {
55
"precision": "build"
66
},

0 commit comments

Comments
 (0)