Skip to content

Commit

Permalink
bumps a version
Browse files Browse the repository at this point in the history
  • Loading branch information
netonjm committed Jan 24, 2018
1 parent afefc8f commit e63454f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>HapSharp.Accessories.Humidity</RootNamespace>
<AssemblyName>HapSharp.Accessories.Humidity</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<ReleaseVersion>0.40</ReleaseVersion>
<ReleaseVersion>0.41</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion HapSharp.Host.Console/HapSharp.Host.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>HapSharp.Host.Terminal</RootNamespace>
<AssemblyName>HapSharp.Host.Console</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<ReleaseVersion>0.40</ReleaseVersion>
<ReleaseVersion>0.41</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion HapSharp.Host.Core/HapSharp.Host.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>HapSharp.Host.Accessories</RootNamespace>
<AssemblyName>HapSharp.Host.Accessories</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<ReleaseVersion>0.40</ReleaseVersion>
<ReleaseVersion>0.41</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion HapSharp.Host/HapSharp.Host.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RootNamespace>HapSharp.Host</RootNamespace>
<AssemblyName>HapSharp.Host</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<ReleaseVersion>0.40</ReleaseVersion>
<ReleaseVersion>0.41</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion HapSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ Global
Policies = $0
$0.DotNetNamingPolicy = $1
$1.DirectoryNamespaceAssociation = PrefixedHierarchical
version = 0.40
version = 0.41
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion NuGeT/HapSharp.Accessories.Humidity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>HapSharp.Accessories.Humidity</id>
<version>0.40</version>
<version>0.41</version>
<title>An example of HAP-Sharp accessory module</title>
<authors>Jose Medrano</authors>
<owners>Jose Medrano</owners>
Expand Down
2 changes: 1 addition & 1 deletion NuGeT/HapSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>HapSharp.Host</id>
<version>0.40</version>
<version>0.41</version>
<title>Net bridge for HomeKit Accessory Server</title>
<authors>Jose Medrano</authors>
<owners>Jose Medrano</owners>
Expand Down

0 comments on commit e63454f

Please sign in to comment.