Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 298394f

Browse files
committed
api v1.1.1 commit
1 parent 3b151bc commit 298394f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Warble.NetStandard/Warble.NetStandard.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
<AssemblyName>Warble.NetStandard</AssemblyName>
66
<RootNamespace>MbientLab.Warble</RootNamespace>
77
<SignAssembly>false</SignAssembly>
8-
<Version>1.1.0</Version>
8+
<AssemblyOriginatorKeyFile>mbientlab.pfx</AssemblyOriginatorKeyFile>
9+
<DelaySign>false</DelaySign>
10+
<Version>1.1.1</Version>
911
<NeutralLanguage>en-US</NeutralLanguage>
1012
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1113
</PropertyGroup>

nuget/Warble.NetStandard.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata minClientVersion="4.1">
44
<id>Warble.Net</id>
55
<title>Warble.Net</title>
6-
<version>1.0.4</version>
6+
<version>1.1.1</version>
77
<authors>MbientLab</authors>
88
<owners>MbientLab</owners>
99
<licenseUrl>https://mbientlab.com/license/</licenseUrl>

0 commit comments

Comments
 (0)